@charset "utf-8";
html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin:0px;
	padding:0px;
}

#wrapper {
	margin:0px auto;
	margin-top:25px;
	width:857px;
}

#btmbuttons {
	clear:both;
	margin:0px auto;
	padding-top:10px;
}

#btmbuttons ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#btmbuttons li {
	list-style:none;
	float:left;
}

#btmbar {
	clear:both;
	/*border-top:30px solid #8cc63e;*/
background-color:#8cc63e;
width:100%;
height:30px;
}
#btmlinks {
	float:left;
	margin-top:10px;
	padding-left:20px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	
}

#btmlinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}

#btmlinks a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #656661;
	text-decoration:underline;
	font-weight:bold;
}

#copyright {
	float:right;
	margin-top:10px;
	padding-right:20px;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
	text-decoration:none;
}

#cntn {
	clear:both;
	float:left;
	width:857px;
	height:290px;
	overflow:auto;
	padding-left:10px;
	background-image:url(/images/grassgreenback.jpg)
}
#mainimg {
overflow:hidden;
height:320px;
}
#cntn h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #3d1705;
	font-weight:normal;
	text-decoration:none;
	padding-top:20px;
}

#cntn p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
	line-height:20px;
}

#cntn h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
	line-height:20px;
}
#cntn h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:5px;	
}
.greentext {color: #74A633}

#bottom {
position:fixed;
width:100%;
bottom: 0px;
}
#bottom #btmbuttons, #bottom #btmbar {
width: 857px;
margin-left:auto;
margin-right:auto;
} 