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

body {
	background: #666;
	margin: 0; 
	padding: 0;
	text-align: center;
}
.oneColFixCtr #container {
	width: 780px;  
	background: #000;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: left; 
	border: #eee solid 1px;
}
.oneColFixCtr #mainContent {
	padding: 5px 20px; 
	font: 16px/1.6 Calibri, "Century Gothic", "Franklin Gothic Medium", serif;
	color: #eee;
}
h1 {font-size: 1.5em; color:#000; background:#fff; width: 760px; margin: -5px 0 0 -20px; padding: 0 0 0 20px; }
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.0em;}

a:link, a:visited {
color: #eee;
text-decoration: none;
border-bottom: #0080FF solid 1px;
}

a:hover{
color: #00ff00;
text-decoration: none;
border:none;
}
