<!--
.style1 {color: #df6e22}
.style2 {color: #FFFFFF}
.style3 {color: #ba2926}
.style6 {color: #666666}
-->
html{ 
scrollbar-arrow-color: #666666; 
scrollbar-3dlight-color: #666666; 
scrollbar-highlight-color: #666666; 
scrollbar-face-color: #1E1E1E; 
scrollbar-shadow-color: #666666; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #1E1E1E; 
} 
body {
	margin:0;
	background-color: #252525;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container {
width:998px;
margin:0 auto;
padding:0;
background: #252525 url('images/bg_repeat.jpg')  repeat-y;
}
#nav-container {
width:902px;
margin:0 auto;
height:41px;
background: #252525 url('images/nav_bg.gif') top center no-repeat;
text-align:center;
font-weight:bold;
padding-top:5px;
text-transform:uppercase;
font-family: Arial, Tahoma, Helvetica, sans-serif;
color:#919191;
}
#nav-container a {
	color:#919191;
	text-decoration:none;
}
#nav-container a:hover {
	color:#ba2926;
	
}
#right, #left {float:left;width:201px;}
#right ul, #left ul {
	margin:0;
	list-style:none;
	padding:0;
	color:#dedede;
}
#right li, #left li {
	margin:0;
	padding:5px 0 0 12px;
	height:16px;
	width:186px;
	background: #252525 url('images/list_bg_left.gif') top center no-repeat;
}
	#right li a, #left li a {
		color:#dedede; 
	}
	#right li a:hover, #left li a:hover {
		color:#ba2926;
		text-decoration:underline;
	}
	#right li {
		background: #252525 url('images/list_bg_right.gif') top center no-repeat;
		text-align:right;
		width:184px;
		padding:5px 14px 0 0;
	}
#right h1, #left h1 {
	background: #252525 url('images/list_header.jpg') top center no-repeat;
	height:19px;
	width:190px;
	margin:0;
	padding:4px 0 0 10px;
	font-size:11px;
	color:#FFFFFF;
	font-stretch:condensed;

	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
}
	* html #right h1, * html #left h1 {width:189px;}
	#right h1 {
		background-image:url('images/list_header_right.jpg');
		text-align:right;
		padding:4px 10px 0 0;
	}
#right h1 small, #left h1 small {
	color:#df6e22;
	font-size:11px;
}
#right .box-bg, #left .box-bg {
	background:#1E1E1E url('images/box_bg.jpg') top center no-repeat;
	text-align:center;
	margin:0;
	padding:5px;
	width:190px;
}
#shoutbox-bg {
	background:#1E1E1E url('images/shoutbox_bg.gif') top center no-repeat;
	text-align:center;
	margin:0;
	padding:5px;
	width:190px;
	}
	* html #right .box-bg, * html #left .box-bg {width:189px;}
	.box-bg img {margin:5px;}
	.box-bg p {text-align:left;}
#left { margin-left:49px;}
* html #left {margin-left:25px;}
#middle {float:left; width:680px; background:#1E1E1E}
#middle h1 {
	font-size:11px;
	margin:5px 0 0 0;
	background:#1E1E1E url('images/content_h1.jpg') top center no-repeat;
	width:680px;
	height:35px;
	padding:11px 8px 0 6px;
}
#middle p {
	background:#1E1E1E url('images/content_bg.jpg') top center repeat-y ;
	width:650px;
	margin:0 0 0 2px;
	font-size:11px;
	padding:0 35px 10px 5px;
}
.middle_table {
background-image: url('images/content_bg.jpg');
background-repeat: repeat-y;
padding:11px 8px 0 6px;
margin:0 0 0 2px;
}
a:link {
COLOR: #FFFFFF;
}
a:visited {
COLOR: #FFFFFF;
}
a:hover {
COLOR: #ba2926;
}
a:active {
COLOR: #ba2926;
}
				#a:hover {
				text-decoration:underline
			}
		#footer {
			clear:both;
			height:27px;
			width:938px;
			margin:0 auto;
			padding:13px 0 0 60px;
			
			background: #252525 url('images/footer_bg.jpg') top center no-repeat;
			font-weight:bold;
			font-family: Arial, Tahoma, Helvetica, sans-serif;
			color:#3f3f3f;
		}
			#footer a, #footer a:link, #footer a:active {
				color:#656565;
				text-decoration:none;
			}
			#footer a:hover {
				
				text-decoration:underline
			}

