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




#header {
	width: 900px; 
	background: #000000;
	margin: 0px auto;
	height:109px;
	padding-right: 60px 
}




#container { 
Color: #FFFFFF;
	width: 900px; 
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #000000;
	
	
}
#sidebar {
	float: left; 
	width: 180px;
	background: #000;
	padding: 0px 5px 15px 10px;
	font-family: "Century Gothic", Tahoma, "Arial Narrow";
	font-size: 12px;
	color: #999999;
}



#mainContent { 
	font-family: "Century Gothic", Tahoma, "Arial Narrow";
	font-size:13px;
	margin: 0 0 0 200px;
	padding: 0px 10px 10px 10px; 
	/*text-align:center;*/
	
} 



/*set up a text align: centre for safari 
div.iecentre {
text-align: center;
}

*/

div.text {
margin-left: auto;
margin-right: auto;

}



body {
	background-color: #000000;
	font-family: "Century Gothic", Tahoma, "Arial Narrow";
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




-->

</style>
