body{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	background-color:#000000;
}
p{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	background-color:#000000;
	margin-right: 100px;
	margin-top:0;
}

#banner{
	position:absolute;
	top:0px;
	left:0px;
	height:130px;
	width:800px;
	background-color:green;
}

#content{
	position:absolute;
	top:130px;
	left:0px;
	width:585px;
	padding-left:40px;
	font-size:12px;
	line-height:18px;
	height:620px;
	color:#E5E5E5;
	
}

#content a, #content a:visited, #content a:hover{
	text-decoration:underline;
	color:#E5E5E5;
}

#content p{
	margin-top:30px;
}


#news{
	position:absolute;
	top:0px;
	left:600px;
	width:220px;
	height:680px;
	background-color:black;
	border-left:1px solid #424242;
	margin-left:5px;
	padding-left:10px;
	color:#a4a4a4;
	font-size:10px;
	line-height:15px;
	letter-spacing:0.4px;
}

#news b{
	color:#B6B6B6;
}

#news hr{
	border-bottom:1px solid #424242;height:0px;
}

#footer{
	position:absolute;
	top:925px;
	left:70px;
	width:360px;
	text-align:center;
	color:#B2B2B2;
}

#footer a, #footer a:hover, #footer a:visited{
	color:#B2B2B2;
	text-decoration:none;
}

