/* CSS layout */

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	/*background-color: #E7E7E7;*/
	background-color: #9C8437;
}

#masthead{
	position: relative;
	width: auto;
	height: 160px;
	border-top: 1px #777777 solid;
	border-bottom: 1px #777777 solid;
	text-align: left;
}

#masthead h3{ 
	margin-left: 2em; 
	margin-bottom: 2em; 
	display: inline 
}

#leftrail{
	float: left;
	width: 10em;
	height: auto;
	line-height: 1.5em;
	padding: .5em;
	border: 1px black solid;
}

#outer{
	position: relative;
	clear: left;
	top: 0em;
	background-color: #FFFFCC;
	border-left: 1px solid #454401;;
	border-right: 1px solid #EABA6A;
	line-height: 1.2em;
}
	
#main{
	background-image: url(../images/components/hgradient.jpg);
	position: relative;
	width: 810px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
	
#topcontainer{
	position: relative;
	background-image: url(../images/components/hgradient.jpg);
	width: 100%;
	height: 223px;
	margin-left: 0;
}
	
#topleft{
	float: left;
	width: 110px;
	height: 230px;
}
	
#middleimage{
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
}
	
#topright{
	position: relative;
	float: right;
	right: 1px;
	border-top: 1px solid #CCCCCC;
	height: auto;
}
	
#navigation{
	position: relative;
	left: 1px;
	top: 0;
	background-color: #E7E7E7;
	background-image: url(../images/components/navbgalpha1.jpg);
	background-position: right;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #DDDDDD;
	height: 223px;
}
	
#navigation a{
	color: #675E16;
}

#footer{
	position: relative;
	margin-top: 1em;
	clear: both;
	height: auto;
	padding: .5em;
}

#bottomlinks{
	text-align: center;
}