@charset "utf-8";
/* CSS Document */

<style type="text/css">
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #000;
	color: #666;
}
#header {
	position:relative;
	left:20%;
	right:20%;
	top:0px;
	width:750px;
	height:175px;
	z-index:1;
}
#content1 {
	position:relative;
	top:auto;
	left:20%;
	right:20%;
	width:750px;
	background-color:#000;
	z-index:2;
}
#content2 {
	position:relative;
	left:20%;
	right:20%;
	top:auto;
	width:750px;
	background-color:#FFF;
	z-index:3;
}
#footer {
	position:relative;
	left:20%;
	right:20%;
	top:auto;
	width:750px;
	height:35px;
	z-index:4;
	background-color:#FFF;
}
#apDiv1 {
	position:absolute;
	left:350px;
	top:175px;
	width:750px;
	height:25px;
	z-index:5;
	
}
#navigation {
	position:relative;
	left:20%;
	right:20%;
	top:auto;
	width:750px;
	height:24px;
	z-index:5;
	background-color: #000;
	color: #FFF;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	background-color: #FFF;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
</style>