body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#005825;
	background-image:url(images/bckgrd.gif);
	background-position:center;
	background-repeat:repeat-y;
}
	


#pagewrapper {
	width:750px;
	margin:0 auto;
}

#header {
	padding:0px 30px 0px 30px;
	color:#005825;
	height:166px;
}


#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 30px 0px 30px;	
	color:#005825;
	
	width:691px;
	height:50px;

}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration:underline;
	color:#005825;

}

#nav a:hover {
	text-decoration:underline;
	color:#754C23;

}

#content {
	padding:0px 35px 0px 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#005825;
	font-size:12px;
	font-weight:normal;
}
#content img {
	margin:5px 5px 5px 5px;
	border:2px solid FFCC99;
}

#footer {
	padding:0px 30px 0px 30px;
	color:#005825;
	font-size:10px;
	height:60px;
}

#spacer {
	clear:both;
}

a:link, a:active, a:visited {
	text-decoration:underline;
	color:#005825
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

<!--un used css-->


#rightbackground {
	float:right;
	background-image:url(images/left_bckgrd.gif);
	background-repeat:repeat-y;
	width:35px;
	height:550px;
}
#leftbackground {
	float:left;

	background-image:url(images/right_bckgrd.gif);
	background-repeat:repeat-y;
	width:35px;
	height:550px;
	
}
