html, body {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;
	text-align: center;
	color: #CC9900;
}
#wrapfront {
	width:800px;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middlebackground.jpg);
	
}
#wrap {
	width:950px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middlebackground.jpg);
	margin-top: 15px;
	
}
#front_background {
	background-image: url(../images/splashgraphic.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#enterbox {
	position:absolute;
	left:300px;
	top:572px;
	width:248px;
	height:42px;
	z-index:1;
	margin: 0px;
	}

#header {
	height:225px;
	z-index:1;
	margin: 0px;
}
a {
	color: #B88E20;
	text-decoration: none;
}

a:visited {
	color: #B88E20;
}
a:hover {
	color: #612E11;
	text-decoration: underline;
}
#topnav {
	width:950px;
	z-index:1;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	height: 70px;
	text-align: center;
}

#sitemiddle {
	width:auto;
	height:auto;
	z-index:1;
	margin: 0px;
	overflow: auto;
	font-weight: normal;
	color: #B88E20;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sitemiddle a {
	text-decoration: underline;
}
#sitemiddlescroll {
	width:auto;
	height:400px;
	z-index:1;
	margin: 0px;
	overflow: auto;
	font-weight: normal;
	color: #B88E20;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#sitemiddlescroll a {
	text-decoration: underline;
}

#photobox {
	position:absolute;
	left:755px;
	width:400px;
	margin: 0px;
	padding: 0px;
	height: 214px;
	top: 40px;
	text-align: center;
}
#info_box {
	width: 350px;
	border: thick double #494544;
	float: right;
	background-color: #151515;
	background-position: top;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#info_box a {
	color: #FFFF33;
}

#info_box a:hover {
	color: #FFFFFF;
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
	}
#bottomnav {
	width:auto;
	height:auto;
	z-index:1;
	margin: 10px;
}
#bottomnav a:hover {
	color: #612E11;
	text-decoration: underline;
}
#bottomnav a {
	color: #B88E20;
	text-decoration: none;
