@charset "utf-8";
body {
	background-color: #000000;
}
h1 {
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h7 {
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
h4 {
	color: #FFFF00;
	font-family: "Book Antiqua";
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #FFFF99;
	font-family: "Book Antiqua";
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	position:absolute;
	left:50%;
	width:800px;
	height:810px;
	z-index:1;
	margin-left: -400px;
	top: 20px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	position:absolute;
	width:800px;
	height:100px;
	z-index:2;
}
#nav {
	position:absolute;
	top:110px;
	width:150px;
	height:540px;
	z-index:3;
}
/* CSS Document */

#footer {
	position:absolute;
	top:690px;
	width:800px;
	height:120px;
	z-index:6;
	border: thin none #FFFF99;
}
a {
	text-decoration:underline;
}
a:link {
	color:#FFFF00;
	font-size: 14px;
}
a:visited {
	color:#CCFF00;
}
a:active {
	color:#FF0000;
}
a:hover {
	color:#FFFFFF;
}
.style3 {
	font-size: 12px;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 12px;
	color: #FFFF99;
}
