﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D0D1D9;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	border-color: #808080;
	text-align: center;
	width: 900px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background-color: #fafaff;
	border-width: 1px 1px 0px 1px;
}
#navigation {
	position: relative;
	float: left;
	width: 889px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background-color: #E5B758;
	border-width: 0px 1px 1px 1px;
	height: 30px;
	color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-left: 11px;
}
#content {
	float: left;
	width: 860px;
	padding: 20px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background-color: #fff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 0px 1px 1px 1px;
}
#footer {
	width: 100%;
	height: 30px;
	float: left;
}

/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	padding: 0 10 0 10;
	background-color: #E5B758;
	color: #805632;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}
#navigation a {
	color: #804000;
	text-decoration: none;
	display: block;
	background-color: #E5B758;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #A34100;
}
/* Content Styles */
.h2 {
	font-size: 14px;
	color: #E5B758;
	font-weight: bold;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
a {
	color: #804000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E5B758;
}

