/* CSS Document */
body
{
	margin:5;
	padding:0;
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #9999FF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}
.top
{
width: 75%;
text-align: center;
position: absolute;
left: 25%;
top: 5px;
z-index:3;
}
.logo
{
	background-color:#000000;
	height:200px;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index:1;
	width: 100%;
}
.left
{
position: fixed;
left:5px;
margin-top:-50px;
top:50%;
z-index:5;
}
.main
{
position: absolute;
left: 136px;
top: 69px;
width: 80%;
text-align: center;
z-index:4;
}
.menu {
width: 100px;
/*border: 1px solid #FFFFFF;*/
font-family: arial, verdana;
font-size: 110%;
text-align: center;
}
h1
{
font-size: 140%;
text-align: center;
}
h2
{
font-size: 100%;
text-align: right;
}
h3
{
font-size: 80%;
}
ul,li 
{
list-style-type: none;
margin: 0;
padding:0;
line-height: 30px;
}