HTML , BODY {
	margin:0px;
	padding:0px;
	overflow:auto;
	text-align: left;
	background-color: #000;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

a:link { color: #999999;}
a:visited { color: #999999; }
a:active {
	border-left-color: #BDE0F2;
}

#flash

 {
	margin:0px;
	padding:0px;
 }

#footer 
 {
	color:#CCCCCC;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	text-align:center;

 }
#headerlinks {
	color:#999;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	text-align:left;
	vertical-align: middle;
	top: auto;
}
#sitename {
	font-family:Arial;
	font-size:medium;
	text-decoration: none;
	font-weight:Bold;
	text-align: center;
	color:#cccccc;
	margin-left:10px;
}
#body { 
	text-align:left;
	color:#cccccc;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
} 
#content {
	border-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #000;
	font-size: 14px;
	float: none;
	padding: 20;
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
}
#headerlinks p {
	color: #999;
}
