body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	background-color: #000; background-repeat: no-repeat; 	background-position: top center;
	background-attachment: fixed;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/bg.jpg);
}

 #container{ margin-left: auto; margin-right: auto; width: 900px; }

 #column{ width: 185px; background-color: #a50101; vertical-align: top; text-align: left; padding-top: 10px; padding-left: 2px; font-size: 10px; }
 
 #contentwide{ width:880px; background-color: #000; vertical-align: top; text-align: center; padding: 10px 10px 10px 10px; font-size: 10px; }

 #content{ width: 672px; background-color: #000; vertical-align: top; text-align: center; padding: 10px 10px 10px 10px; font-size: 12px; }

 #bigcontent{ width: 900px; background-color: #fff; vertical-align: top; text-align: center; padding: 10px 10px 10px 10px; font-size: 12px; }

 #bottom{ width: 900px; background-color: #fff; vertical-align: top; text-align: center; padding: 10px 10px 10px 10px;}
 
 a:link, a:visited { color: #fff; text-decoration: underline; font-weight: bold;}

 a:active { color: #ff0; text-decoration: underline; font-weight: bold;}

 a:hover { color: #ff0; text-decoration: underline; font-weight: bold;}
 
 h1, h1 a:link {
 	font-size: 36px;
	color: #f00;
	text-align: center;
 }
 
 h2, h2 a:link { font-size: 24px; 
 color: #f00;
	text-align: center; 
	}
	
	h3, h3 a:link { font-size: 18px; 
 color: #f00;
	text-align: center; 
	}



