body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {padding: 0; margin: 0;}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #cccc99;
	padding-bottom: 20px;
}

#outerwrap {
	width: 764px;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-bottom: 15px;
	position: relative;

}

#wrapper {
	background: white url(../images/fade.jpg) repeat-x top right;
	border: 2px solid #006633;
	height: auto;
	float: left;
	padding: 0;
	margin: 15px 0 15px 0;
	display: inline;
}

#banner {
	width: 760px;
	height: 100px;
	background: white url(../images/farmbanner.jpg);
	border-bottom: 1px solid #006633;

}

#banner h1, #banner h2 {display:none;}

#content {
	width: 582px;
	float: left;
	height: auto;
	min-height: 500px;
	padding: 0;
	padding-bottom: 20px;
	background: white;
	display: inline;
	margin: 0;
}


*html #content {
	height: expression('500px');
}

#content h1 {
	color: #006633;
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 30px 5px 30px;
}

#content h2 {
	color: #006633;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 30px 0 0;
	margin-left: 40px;
	width: 475px;
	border-bottom: 1px solid #006633;
}

#content p {
	padding: 5px 40px 5px 40px;
	font-size: 16px;
}

#content a {
	color: #996633;
	text-decoration: underline;
}

#content a:hover {
	color: #cc9933;
}


#nav {
	width: 177px;
	padding: 0;
	margin: 0;
	float: right;
}


#nav ul {
	list-style:none;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}


#nav li {
	display:inline;
}

#nav a {
	color: #666633;
	text-decoration:none;
	font-weight:bold;
	display: block;
	line-height: 30px;
	background: no-repeat bottom url(../images/navfade3.jpg);
	border-bottom: 1px solid #006633;
	text-align: center;
}

#nav a:hover {
	background: no-repeat top url(../images/navfade3.jpg);
	color: #996633;
}

*html #nav ul a {height: 1px;}

#content img { 
	float: left; 
	margin: 8px 10px 0 0;
	padding: 0;  
	border: 1px solid #006633;
}

li p {
	color: #996633;
	font-weight:bold;
	display: block;
	line-height: 30px;
	background: no-repeat top url(../images/navfade3.jpg);
	border-bottom: 1px solid #006633;
	text-align: center;
}

#callout {
	margin: 20px 10px;
	background: white;
	font-size: 12px;
	padding: 10px;
	color: #0C6841;
	border: 1px solid #0C6841;
}

#callout a {
	background: none;
	border: none;
	display: inline;
	line-height: 20px;
}
