@charset "utf-8";
/* CSS Document */

.headernav {
	width: 800px;
	height: 290px;
}
.content {
	margin-top: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
}
p {
	margin-left: 50px;
	margin-right: 50px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33FF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.mainheader {
	width:800px;
	height:572px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	width: 800px;
}
#container {
 	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}
body {
	background:#000000;
	margin: 0 0 20px 0;
	text-align: center;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main { 
position: relative; 
visibility: inherit; 
z-index: 1; 
margin-left: auto; 
margin-right: auto; 
Top: 0px; 
height: 450px 
width: 750px 
} 