* {
	margin: 0;
	padding: 0;
}
body {
	background: #7fb833;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
    background-position: top left;
	font-family: Arial, Verdana, Helvetica sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	letter-spacing: .5px;
}
#wrap {
	padding-top:20px;
	padding-bottom:20px;
	width: 980px;
	margin: 0 auto;	
	background-image: url(images/textbg.jpg);
	background-repeat: repeat;
	background-color: #4a4228;
}
#header {
	width: 980px;
	height: 165px;
	background-image: url(images/header.jpg);
	background-color: #FFFFFF;
}
#header #mainnav {
	width: 950px;
	float: left;
	padding-top: 105px;
	padding-right: 30px;
	text-align: right;
}
a {
	color: #dbb60a;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}
.topnavleft {
	color: #5d5436;
	margin-top: 2px;
	padding-left: 30px;
	font-size: 13px;
}
.topnavleft a {
	color: #5d5436;
	text-decoration: none;
}
.topnavleft a:hover {
	text-decoration: none;
	color: #dbb60a;
}
.topnavleftactive {
	color: #dbb60a;
	margin-top: 2px;
	padding-left: 30px;
	font-size: 14px;
}
.topnavleftactive a {
	color: #dbb60a;
	text-decoration: none;
}
.topnavleftactive a:hover {
	text-decoration: none;
	color: #dbb60a;
}
#content {
	width: 980px;
}
#content #mainpic {
	width: 980px;
	height: 250px;
}
#content #text {
	width: 700px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 250px;
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}
h1 {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#footer {
	width: 920px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #5d5436;
	font-weight: bold;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #847a57;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #7fb833;
}
p {
	margin-bottom: 15px;
	margin-top: 15px;
}
.forms {
	border: 1px solid; 
	border-color: #585852;
	font-size: 11px;
}
ol {
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
}
ol li {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}