@charset "utf-8";
body {
	font: 100% "Trebuchet MS", Verdana;
	background: #000000;
	margin: auto 0; 
	padding: 15px 0;
	text-align: center; 
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  
	background: #000000;
	margin: 0 auto; 
	border: 0;
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}

h1 {
	text-align:center;
	font-size: 1.2em;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	color: #C9DADA;
	text-decoration: none;
}

a:hover {
	color: #249090;
	text-decoration: none;
}

img {border:none}