#container {
	background-color: #333333;
	height: 900px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
}
#footer {
	position: absolute;
	height: 50px;
	width: 800px;
	top: 800px;
	color: 8E6815;
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
}
.bodytext {
	color: #8E6815;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}

#navbox {
	position: absolute;
	height: 30px;
	width: 800px;
	top: 100px;
}

#content {
	position: absolute;
	height: 500px;
	width: 800px;
	top: 126px;
}

.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}


#banner {
	background-color: #333333;
	position: absolute;
	height: 88px;
	width: 800px;
}
a:hover {
}
a:hover {
	color: #999999;
	text-decoration: none;
}

a:link {
	color: #6C5B36;
	text-decoration: none;
}
a:visited {
	color: #8E6815;
	text-decoration: none;
}
:focus
{
  -moz-outline-style: none;
}
