/****************************************/
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #80B14E;
	text-decoration: none;
}
a:hover {
	color: #242E15;
}
body {
	color: #5C795D;
	font: .8em "Trebuchet MS", "Century Gothic", sans-serif;
}
hr {
	position: absolute;
	top: -9999px;
}
/****************************************/
#body {
	padding-top: 80px;
	padding-left: 310px;
}
/****************************************/
#container {
	margin: auto;
	width: 700px;
	position: relative;
}
#content h1 {
	color: #0A0A02;
	font-size: 2em;
}
#content h2 {
	color: #45450E;
	font-size: 1.4em;
}
#content h3 {
	color: #646229;
	font-size: 1.1em;
}
#content p {
	margin-bottom: 1em;
}
#content li {
	padding-bottom: 1em;
	margin-left: 2em;
	}
/****************************************/
#footer {
	width: 300px;
	font-size: 0.8em;
	position: absolute;
	top: 310px;
}
#footer address {
	margin-bottom: 1em;
	font-size: 1.2em;
}
/****************************************/
#nav {
	position: absolute;
	left: 310px;
	top: 10px;
}
#nav a.selected {
	color: #3D5C18;
}

/****************************************/
#title a {
	width: 300px;
	display: block;
	background: url(images/logo.jpg);
	text-indent: -9999px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
