body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	background: url("../images/bodyback.jpg") repeat-x #3f5004;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 100%;
	float: left;
	background: url("../images/header.jpg") no-repeat top left;
	height: 84px;

}
h1 {
	color: white;
}

.title {
	font-size: 2.4em;
	width: 100%;
	color: #3f5004;

}

.titlesmall {
        font-size: 2.2em;
        width: 100%;
        color: #3f5004;
        border-bottom: 1px solid #87702a;
}

.right {
	float: right;
	margin: 5px;
}

.left {
	float: left;
	margin: 5px;
}

#nav {
	width: 100%;
	float: left;
	height: 31px;
	background: url("../images/navback.jpg") repeat-x;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left;
}

.menu a {
	border-right: 1px solid #c0c0bf;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 0px 15px;
	height: 26px;
	float: left;
}

#top {
	float: right;
	color: white;
	padding-top: 5px;
} 

#top a {
	color: white;
}

#top a:hover {
        background: #f1fad2;
        color: #637e06;
}

.menu a:hover {
	background: #f1fad2;
	color: #637e06;
}

#content {
	background: #f1fad2;
	float:left;
	width: 100%;
}
#footer {
	width: 100%;
	text-align: center;
	color: white;
	font-size: .7em;
	float: left;
}

#footer a {
	color: white;
}

