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


* { margin:0; padding:0; }


body {
	background-color:#000000;
	text-align: left;
		}


.style1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
}


.style2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#999999;
	font-size: 9px;
}

.style3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
}

.style4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}

.style5 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-size: 9px;
	font-style: italic;
}

		
a:visited {
	color:#999999;
	text-decoration: none;
		}
		
a:hover {
	color:#FF9900;
	text-decoration: none;
		}
	
a:active {
	color:#999999;
	text-decoration: none;
		}
	
a:link {
	color:#999999;
	text-decoration: none;
		}


#frame {
	width:800px;
	background-color:#000000;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
		}	
		
	
#header {
	text-align: center;
	margin-bottom: 30px;
	padding:0px;
	width: 800px;
		}
		
#media {
	width:800px;
	text-align:center;
	margin-bottom:35px;
	}
	
#navigation {
	width:800px;
	text-align:center;
	margin-bottom:40px;
	}
	
#updates {
	width:700px;
	margin-left:50px;
	margin-bottom:25px;
	}
	
	
#updated {
	width:800px;
	text-align:center;
	margin-bottom:25px;
	}
	
#bottom {
	width:800px;
	text-align:center;
	}