@charset "utf-8";
/* CSS Document */

body {
	font-family: editor, serif;
	color: #D2C9AA;
	background-color: #000;
}

#splashlogo {
	text-align:center;
	position:relative;
	margin-left:50%;
	left:-377px;
	width: 754px;
	color:#bf923c;
}

#homecentering {
	position: relative;
	margin-left: 50%;
	left: -203px;
	width: 406px;
}
#toplinks {
	position: absolute;
	left: 5px;
	top: 136px;
	width: 802px;
	height: 30px;
}
#toplinks a img {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
}
#topbanner {
	position: absolute;
	left: 265px;
	top: 14px;
}
#interiorlogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	width: 800px;
	position: absolute;
	left: 6px;
	top: 171px;
}
#interiorcentering {
	width: 805px;
	margin-left: -403px;
	position: absolute;
	left: 50%;
}

a:link {
	color: #bf923c;
}

a:visited {
	color: #CCC;
}

a:hover {
	color:#FFF;
}

a:active {
	color: #bf923c;
}
