body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	background: url(../img/haunt.gif) repeat left top;}
	
	a:link {	color: #FF0000;}
	a:visited {	color: #FF0000;}
	a:hover {	color: #FFFFCC;}
	a:active {	color: #FF0000;}
	
.maincontainer {
	width: 770px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #660000;
	background: #000000 url(../img/background.jpg) no-repeat center top;
	text-align: left;}
	
.navigation {
	float: left;
	height: auto;
	width: 250px;
	margin-top: 400px;
	margin-left: 30px;
	background-color: #000000;
	margin-bottom: 50px;}

.navigation ul {margin: 0px;	padding: 0px;list-style-type: none;}
.navigation li {	list-style-type: none;	padding: 1px;}
.navigation li a:link {	color: #FF0000;	text-decoration: none;	border-bottom: 1px dashed #FF0000;}
.navigation li a:visited {	color: #FF0000;	text-decoration: none;	border-bottom: 1px dashed #FF0000;}
.navigation li a:hover {	color: #FFFFCC;	text-decoration: none;	border-bottom: 1px dashed #FFFFCC;}
.navigation li a:active {	color: #FF0000;	text-decoration: none;	border-bottom: 1px dashed #FF0000;}

.content {
	background-color: #000000;
	float: right;
	height: auto;
	width: 430px;
	margin-top: 300px;
	margin-right: 10px;
	margin-bottom: 50px;}
	
.content table {
	width: 100%;
}
.content hr {
	width: 100%;
}	
	
.footer {
	background-color: #660000;
	height: auto;
	width: 738px;
	text-align: left;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #996633;}
