
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #406618;
	color: #504f32;
	font-size: 17px;
	font-family: 'Times New Roman';
}

h1 {
  font-size: 20px;
  font-family: tahoma;  
}

h3 {
  font-size: 17px;
  font-family: tahoma;  
}

img { border: none; }

a:link { color: #504f32; text-decoration: none; font-weight: bold; }
a:visited { color: #504f32; text-decoration: none; font-weight: bold; }
a:hover { color: #504f32; text-decoration: underline; font-weight: bold; }
a:active { color: #504f32; text-decoration: underline; font-weight: bold; }

#top_wrapper { background-color: #e3e1b7; }

#header {
	width: 915px;
	height: 108px;
	margin: 0px auto;
	background: url('../site_images/header.jpg') top center no-repeat;
}

#navigation {
	width: 915px;
	height: 46px;
	padding: 0px;
	margin: 0px auto;
}

#navigation ul {
	list-style: none;
	float: left;
	background: url("../site_images/menu.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	width: 915px;
	height: 46px;
}

#navigation ul li {
	background: none;
	float: left;
	text-indent: -999em;
	padding: 0;
}

#navigation ul li a {
	outline: none;
	background: url("../site_images/menu.jpg") top left no-repeat;
	border: none;
	display: block;
	height: 36px;
	text-decoration: none;
	overflow: hidden;
}

#navigation ul li.home a { background-position: 0px 0px; width: 90px; }
#navigation ul li.home a:hover { background-position: 0px -43px; }
#navigation ul li.home a.selected { background-position: 0px -43px; }

#navigation ul li.about a { background-position: -90px 0px; width: 86px; }
#navigation ul li.about a:hover { background-position: -90px -43px; }
#navigation ul li.about a.selected { background-position: -90px -43px; }

#navigation ul li.find a { background-position: -176px 0px; width: 120px; }
#navigation ul li.find a:hover { background-position: -176px -43px; }
#navigation ul li.find a.selected { background-position: -176px -43px; }

#navigation ul li.harvest a { background-position: -298px 0px; width: 150px; }
#navigation ul li.harvest a:hover { background-position: -298px -43px; }
#navigation ul li.harvest a.selected { background-position: -298px -43px; }

#navigation ul li.activities a { background-position: -450px 0px; width: 118px; }
#navigation ul li.activities a:hover { background-position: -450px -43px; }
#navigation ul li.activities a.selected { background-position: -450px -43px; }

#navigation ul li.educational a { background-position: -568px 0px; width: 199px; }
#navigation ul li.educational a:hover { background-position: -568px -43px; }
#navigation ul li.educational a.selected { background-position: -568px -43px; }

#navigation ul li.contact a { background-position: -772px 0px; width: 135px; }
#navigation ul li.contact a:hover { background-position: -772px -43px; }
#navigation ul li.contact a.selected { background-position: -772px -43px; }

#banner {
	width: 915px;
	height: 320px;
	margin: 0px auto;
}

#content {
	width: 855px;
	margin: 0px auto;
}

#footer {
	width: 100%;
	height: 88px;
	background: url('../site_images/footer.jpg') top left repeat-x;
}

#footer-content {
	width: 855px;
	margin: 0px auto;
	color: #ffffff;
	padding: 10px;
}

#footer-content a {
	color: white;
	text-decoration: none;
	padding-right: 10px;
}

#footer-content a:hover { text-decoration: underline; }
