#header {
	position: relative;
	top: 0px;
	background-color: #000000;
	margin-left: 20px;
}
body {
	background-color: #000000;
}
#style1 {color: #FFFFFF}
#style2 {color: #FEF1FF}

#left{
	position: relative;
	height: 500px;
	width: 150px;
	left: 10ex;
	top: 10px;
}
#Nav{
position: relative;
	height: 35px;
	width: 85%;
	left: 10px;
	top: 5px;

}
#CenterContent {
	position: relative;
	height: 85%;
	width: 85%;
	left: 10px;
	top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #CCCCFF;
	white-space: normal;
	display: block;
	vertical-align: top;
	background-color: #000000;
	margin-left:10px;
}
a:link {
	color: #CCCCFF;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
}
