body {
	background: url(../images/bg.jpg) center top no-repeat fixed;
}
img { border: none; }
img a { border: none; }
.clear { clear: both; }

#wrapper {
	width: 1040px;
	margin: 0 auto;
	box-shadow: 0 0 15px #000000;
	margin-top: 50px;
	margin-bottom: 50px;
}
#header {
	width: 1040px;
	height: 256px;
	background: url(../images/header.jpg) #444444;
}
#logo {
	position: relative;
	width: 218px;
	height: 225px;
	left: 25px;
	top: 15px;
}
#tagline {
	position: relative;
	width: 708px;
	height: 43px;
	top: -113px;
	left: 295px;
}
.nav {
	position: relative;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	top: -72px;
	left: 125px;
}
.nav li {
	display:inline;
}
.nav a {
	display:inline-block;
	padding:10px 0px 10px 0px;
	margin: 0px 15px 0 5px;
	color: #83ab31;
	text-decoration: none;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.nav a:hover {
	text-decoration: underline;
}
#headerbottom {
	width: 1040px;
	height: 10px;
	background-image: url(../images/chalkline.png);
}
#content {
	width: 1040px;
	background-color: #ffffff;
}
h1 {
	color: #6b8b28;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: -5px;
}
h2 {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 5px;
}
p {
	font-family: IM Fell Great Primer, serif;
	font-size: 16px;
}
#slides {
	width: 930px;
	height: 350px;
	margin: 0 auto;
	top: 40px;
	padding-bottom: 40px;
}
.twocol {
	margin-left: 55px;
	width: 613px;
	margin-right: 21px;
	float: left;
}
.onecol {
	width: 296px;
	float: left;
	margin-top: 36px;
}
.thirdfirst {
	width: 296px;
	margin-left: 55px;
	margin-right: 21px;
	float: left;
}
.third {
	width: 296px;
	margin-right: 21px;
	float: left;
}
.thirdlast {
	width: 296px;
	float: left;
}
#footer {
	width: 1040px;
	height: 200px;
	background-color: #6b8b28;
	border-top: 5px solid #d03f2a;
}
.greentitle {
	color: #6b8b28;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: -15px;
}