body {
	background: #000 url(../images/bg.jpg) no-repeat center top;
	background-attachment: fixed;
	font: 10pt Verdana, Geneva, sans-serif;
}

#container {
	height: 100%;
	margin: 7px auto;
	width: 806px;
}

#header {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 806px;
}

#header h1 {
	background: url(../images/logo.png) no-repeat right top;
	height: 92px;
	overflow: hidden;
	text-indent: -9999px;
	width: 806px;
}

#header ul.nav {
	background: url(../images/nav-bg.png) no-repeat right top;
	height: 40px;
	padding: 0 3px;
	width: 800px;
}

#header ul.nav li {
	float: left;
	padding-right: 10px;
}

#header ul.nav li a {
	color: #FFF;
	display: block;
	font-size: 9pt;
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: left;
	text-decoration: none;
}

.about #header ul.nav li.nav-about a, .what #header ul.nav li.nav-what a, .stewardship #header ul.nav li.nav-stewardship a, .services #header ul.nav li.nav-services a, .training #header ul.nav li.nav-training a {
	color: #cef184;
}

#header ul.nav li a:hover {
	background: url(../images/nav-over-bg.png) repeat-x left top;
	text-decoration: underline;
}

#content {
	background: url(../images/content-bg.png) repeat-y;
	padding: 20px 23px;
}

#content h1 {
	color: #6fb353;
	font-size: 14pt;
	margin-bottom: 10px;
}

#content h2 {
	color: #6fb353;
	font-size: 12pt;
	margin-bottom: 10px;
}

#content p {
	color: #292929;
	line-height: 150%;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: circle;
	margin: 0 0 20px 20px;
}

#content li {
	margin-bottom: 10px;
}

#content li a, #content p a, #footer a {
	color: #1e480d;
}

#contact {
	background: url(../images/contact-bg.png) no-repeat bottom left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 20px 23px 0 23px;
}

#contact p, #contact address {
	margin-bottom: 10px;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat left top;
	padding: 20px 23px 30px 23px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	text-align: center;
}

#footer .copyright, #footer .createdby {
	color: #FFF;
	font-size: 8pt;
	margin-bottom: 10px;
	padding: 0 20px;
}

#footer .createdby a{
	color: #FFF;
}

#footer .copyright {
	left: 0;
}

#footer .createdby {
	right: 0;
}

.clear {
	clear: both;
}

.picture-left {
	float: left;
	margin: 0 20px 10px 0;
}

.picture-right {
	float: right;
	margin: 0 0 10px 20px;
}
