/* CSS Document */
html, body { 
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	font-family:Georgia, serif;
	scrollbar-base-color: #000000;
	scrollbar-3dlight-color: #cc0000;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color:#000;
	scrollbar-highlight-color: #89120E;
	scrollbar-shadow-color: #330033;
	scrollbar-track-color: #000;
} 

#main {
 	margin-left: auto;
	margin-right: auto;
	width: 96%;
	background-color: #000000;
}

#top {
	margin-top: 0px;
	width: 100%;
	height: 78px;
	font-size:18px;
	text-align:center;
	font-weight: bold;
	background-color: #000000;
	background-image:url(../images/78.gif);
	background-repeat: repeat-x;

}

#footer {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	width: 80%;
	color:#999999;
}


a:link {
	color: #FFFfff; text-decoration: none;}
a:visited {
	text-decoration: none; color: #FFFFCC;}
a:hover {
	text-decoration: none;	color: #F8E191; }
a:active {
	text-decoration: none;	color: #dddddd;}
	
#top a:link {
	color: #ffffff; text-decoration: none; padding: 8px;}
	
#top a:visited {
	color: #B12822; text-decoration: none; padding: 8px;}

	
#top a:hover {
	color: #FFFF8D; text-decoration: none; padding: 8px; background-color:#000000; 
	border-top: 1px solid #8C0F0D; }

#top a:active {
	color: #FFCC33; text-decoration: none; background-color:#000000; padding: 8px;}
	

.bx { width: 200px; padding: 6px; text-align:left; } 