@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fffca1;
	margin:0 auto;
	width:1000px;
	font: 12px Arial;
}
a {
	color: #5e3d14;
}
a:hover{
	color: #885a23;
}
a:visited{
	color: #5e3d14;

}
#container {

	width: 1000px;
	position: absolute;
	top: 50px;
	text-align: left;

}
#topper {
	background-color: #3B9C47;
	background-image: url(layout/topper.gif);
	margin: 0px;
	padding: 0px;
	float: none;
	height: 114px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
}
#subtopper {
	background-color: #AACAA0;
	background-image: url(layout/sub-topper.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 29px;
	width: 1000px;
	position: relative;
}
#subtopper span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float:right;
	margin: 6px 6px auto auto;
}
#topnav {
	background-color: #c1762b;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 27px;
	width: 1000px;
	position: relative;
	list-style-position: inside;
	list-style-image: url((URL));
	list-style-type: none;
}
#contentcontainer {
	width: 1000px;
	position: relative;

}
#smallmenu{
	width: 167px;
	position: relative;
	min-height: 392px;
	z-index: 1;
	left: 0;
	background-color: #afd58a;
	float: left;
	padding-top: 8px;
	height: 392px;	
}
#smallmenu a{
		color: #c3db8d;
	text-decoration: none;
}
#smallmenu a:hover{
		color: #FFFFFF;
	text-decoration: none;
}


#pagecontent {
	width: 833px;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #ffd474;
	z-index: 0;
	float: left;
	min-height: 400px;
	height: 400px;
	
}
#pagetext {
	width: 833px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #ffd474;
	z-index: 0;
	min-height: 400px;
	height: 1000px;
	
}
#header {
	width: 833px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #ffd474;
	z-index: 0;
	
}
