body {
	text-align: center;
	background: #663;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	background: #cc9;
    border: none ;
    }
#header {
    text-align: left;
    margin: 0;
	height: 158px;
	padding: 5px 0 0 0;
    border-bottom: 3px double #639;
    }
#header ul{
   	list-style: none;
    padding: 0;
    margin: 0;
    }
#header li{
	display: inline;
    }
#header li a:link, #header li a:visited{
    font-size: 75%;
    color: #000;
	background: transparent;
    text-decoration: none;
    padding: 3px 10px;
    }
#header li a:hover{
    color: #639;
    background: transparent;
    text-decoration: underline;
    }
#header li a#currenthead{
    font-size: 85%;
    color: #639;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
  cursor: pointer;
}
#insideheadtop {
    padding: 5px 0 0 30px;
    height: 120px;
    background: #639;
    color: #ccf;
    margin-bottom: 5px;
    }
#insideheadbottom {
    margin: 0;
    padding: 0 0 3px 30px;
    height: 18px;
    background: #cc9;
    color: #639;
    border-bottom: 5px solid #639;
    }


/*--beginning of main content area for table --*/
#content {
    clear: both;
	text-align: center;
    padding: 0 0 10px 10px;
    }

#sidebar {
  float: left;
  text-align: left;
  width: 200px;
  padding: 30px 10px 0 20px;
  margin: 0;

  }
#sidebar ul#sidebarlist{
 margin: 0;
 text-align: left;
 padding: 40px 10px;
 list-style: none;
 font: small-caps 100% Verdana, Arial, Helvetica, sans-serif;

}
#sidebar ul#sidebarlist li {
 padding: 0 0 25px 15px;
 margin: 0;
}
#sidebar ul#sidebarlist li a{
  margin: 0;
  text-decoration: none;
  color: #639;
  background: transparent;
}
#sidebar ul#sidebarlist li a:hover, #sidebar ul#sidebarlist li a#currentside{
 font-weight: bold;
}
#maincontent {
  text-align: center;
  float: left;
  width: 500px;
  padding: 20px 10px 20px 0;
}
#maincontent h2 {
  font-size: 110%;
  text-align: center;
  color: #639;
  background: transparent;
}
#maincontent p{
  font-size: 95%;
  text-align: left;

}
#imgfloat {
  float: left;
  padding: 10px;
}

#mailform {
  width: 90%;
  padding: 40px 20px;
}
input#fname, input#phone  {
  width: 125px;

}
input#email{
  width: 325px;
}


input#subject{
  width: 325px;
}
input#city, input#prov {
  width: 158px;
}
form#contactus ul {
  font-size: 95%;
  text-align: left;
  padding: 10px;
  margin: 0;
}
form#contactus li {
  padding: 5px
}

/*--end of content area - beginning of footer area --*/
#footer {
    width: 770px;
	clear: both;
	text-align: center;
	font-size: 90%;
    color: #ccf;
    background: #639;
    height: 30px;
    border-top: 3px double #639;
    border-bottom: 5px solid #cc9;
	}
#footer p{
    margin: 0;
    font-size: 80%;
    padding: 10px 20px 10px 150px;
    }
