body {
	font-family: "Verdana", sans-serif;
	width: 925px;
	font-size: 12.5px;
}
#masthead {
	background-image: url("gfx/masthead.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 150px;
	width: 100%;
}
#masthead img{
	display: none;
}
#nav {
	list-style-type: none;
	margin-top: 10px;
	display: block;
	margin-left: -25px;
	margin-right: 0;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #b2bc67;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#nav li {
	display: inline;
	color: white;
	background-color: #b2bc67;
}
#nav li#active {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 10px solid #a89a00;
}
#nav li a {
	color: white;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav li a:hover {
	color: #a89a00;
}
#content {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 50px;
}
h1 {
	color: #a89a00;
	font-size: 20px;
}
p {
	line-height: 2.0;
	text-align: justify;
}
hr {
	clear: both;
	width: 700px;
	height: 4px;
	border: 0;
	background-color: #a5a95b;
	color: #a5a95b;
}
#footer {
	text-align: center;
	color: #a5a95b;
	font-weight: bold;
}
#design {
	font-size: 10px;
	color: #a5a95b;
	text-align: center;
}
#design a {
	text-decoration: none;
	color: #a5a95b;
}
#design a:hover {
	text-decoration: underline;
}