/* Start of CMSMS style sheet 'Body' */
/*div.css*/
body{
	background-color: white;
	/*background-image:url(../uploads/images/header_grad.jpg);
	background-repeat:repeat-x;*/
	background-position:top;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:993px;
	padding-bottom:0px;
		background-color: #f6efe1;	
	/*border-left: 2px solid #134c10;
	border-right: 2px solid #134c10;*/
}



#mainpage {
	min-height: 570px; /* minimum height for most browsers*/
	position: relative;
	/*background-color: #f6efe1;
	border: 1px solid black;
	border-left: 2px solid #134c10;
	border-right: 2px solid #134c10;*/
}

* html #mainpage{
	height: 410px; /* minimum height for ie*/
}

html { /*keeps right scroll bar to stop page jumping*/
height: 100%;
margin-bottom: 0.01em;
}



/*#lower_wrapper {
	margin-left: auto;
	margin-right: auto;
	width:993px;
	padding-bottom:0px;
height: 100px;
}*/



#footer {
	border-bottom: 2px solid #134c10;
	
}

#info {
	font-size: 10px;
	text-align: right;
width:993px;
height: 12px;
background-color: white;
}

#seo {
	font-size: 9px;
	text-align: center;
padding-bottom: 5px;
padding-top:2px;
height: 10px;
background-color: white;
}




#seo a:link, #seo a:visited {
	color: #638137;
text-decoration:none;
}

#seo a:hover {
	text-decoration:underline;
}

#info a:link, #info a:visited {
	color: #638137;
text-decoration:none;
}

#info a:hover {
	color: gray;
text-decoration:underline;
}



dfn{display:none}



/* End of 'Body' */

