html, body {
	background: #2F2F2F;

	font-family: "Tahoma", sans-serif;
	font-size: 12px;

	margin: 0;
}

#top, #bottom {
	background: #2F2F2F;
	border-bottom: 4px solid #686868;
	height: 35px;
}

#bottom {
	border-top: 4px solid #686868;
	border-bottom: 0;

	color: white;
	height: 52px;
	padding: 16px 0;

	text-align: center;
}

#bottom label {
	color: #9ACD32;
	margin-right: 6px;
}

#bottom a {
	color: white;
	text-decoration: none;
}

#header div.content, #body div.content {
	width: 878px;
	margin: 0 auto;
}

#header {
	background: white;
	height: 308px;
}

#header blockquote {
	text-align: center;
	width: 700px;
	margin: 16px auto;
}

#body {
	background: #F0F0F0;
}

#body div.content {
	padding: 16px 0;
}



#logo {
	background: #6c9642;
	width: 878px;
	height: 188px;
}

#header ul {
	background: url("../images/navigation_bg.png") repeat-x #ECE8E8;

	height: 16px;
	margin: 0;
	padding: 16px 0 10px 154px;
	list-style-type: none;
}

#header li {
	text-align: center;

	height: 16px;
	padding: 0 0 0 20px;
	margin-right: 24px;

	float: left;
}

#header li a {
	color: black;
	font-size: 12px;
	text-decoration: none;

	height: 16px;
	padding-right: 20px;
	display: block;
}

#header li:hover {
	background: #A9A8A8 url("../images/navigation_button.png") no-repeat;
}

#header li:hover a {
	background: red url("../images/navigation_button.png") no-repeat top right;
}

h1 {
	border-bottom: 4px solid #E0DECF;

	color: #5E823A;
	font-size: 1.6em;
}