html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #B1AC66;
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: thin solid #7E7E00;
} 
 
#header{
	position:relative;
	height:264px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
} 
#navcontainer {
	clear: none;
	float: right;
	background-color: #FFFFFF;
	width: 158px;
	text-align: center;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
}
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:625px;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	padding-left: 10px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
 }
#header img {
	float: left;
	margin-top: 100px;
}
 
#footer{
	height:auto;
	background-color:#B2B155;
	clear:both;
	padding: 25px;
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	background-image: url(../images/footerbg.jpg);
	line-height: 1.5em;
 } 
a:link {
	color: #666600;
	text-decoration: none;
	font-weight: normal;
}
 
 a:visited {
	color: #666600;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #EEE4BB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B7D00;
}
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: list-item;
	list-style-type: none;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navlist a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

#navlist a:link, #navlist a:visited
{
	color: #000033;
	background-color: transparent;
	text-decoration: none;
}

#navlist a:hover
{
	color: #000033;
	background-color: transparent;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
#maincol h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #817D02;
	letter-spacing: .5em;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #817D02;
	padding-bottom: 5px;
	font-size: 18px;
}
