body, div, td, p {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #999966;
	margin:0px;
	padding:10px;
	background-image: url(../assets/FarmPhotos002.jpg);
	background-repeat: no-repeat;
	background-position: horizontal-center;
}

#header {
	height: 32px;
	background-color: #005900;
	border-top: 1px solid #c7bbb6;
	padding:8px;
	text-align:right;
}

#footer {
	height: 24px;
	background-color: #fff;
	border-top: 1px solid #c7bbb6;
	border-bottom: 1px solid #c7bbb6;
	padding:8px;
	font-size:11px;
	border: 1px solid #c7bbb6;
} 

#menu {
	background-color: #f4f0ef;
	padding: 8px;
	border: 1px solid #c7bbb6;
}

#content {
	background-color: #fff;
	padding: 8px 16px 8px 32px;
	border: 1px solid #c7bbb6;
}

a:link, a:visited {
	color: #d88606;
	text-decoration: underline;
}
a:hover {
	color: #de9b72;
	text-decoration: none;
}

h1 {
	color: #d5721a;
	font-size:20px;
}

h2 {
	color: #d5721a;
	font-size:18px;
}

td.content {
	font-size: 12px;
}

#search, #links {
	background-color:#f9f5f5;
	border: 1px solid #e4e0df;
	padding:8px 16px 8px 32px;
	margin-bottom:8px;
}

#links {
	line-height:1.5;
}

input.submit {
	font-weight: bold;
	font-size: 12px;
	background-color:#ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	height:20px;
	color: #334;
}