@charset "utf-8";
/* CSS Document rising red*/
body
{
margin:0px auto;
width:960px;
background:#000000;
font-size:10px;
color:#000000;
font-family:Tahoma;
font-weight:bold;
}
img{border:none;}
img a{border:none;}
.blue{color:#FF0008;}
a, a:active, a:visited{text-decoration:none; color:#000000;}
a:hover{text-decoration:none; color:#666666;}
	#container
	{
	width:960px;
	margin:0px auto;
	background:#DFDFDF;
	float:left;
	}
		#header
		{
		width:960px;
		height:181px;
		background:url(images/banner.jpg) no-repeat #DFDFDF;;
		}
			#nav
			{
			width:960px;
			height:39px;
			}
	#content_wrap
	{
	width:954px;
	padding:3px;
	background:#DFDFDF;
	}
	
	#left
	{
	width:200px;
	float:left;
	}
/*Boxes*/
	.box_wrap
	{
	width:200px;
	}
	.box_head
	{
	width:190px;
	height:17px;
	background:url(images/box_top.jpg) no-repeat;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	}
	.box_content
	{
	width:196px;
	height:13px;
	background:url(images/box_content.jpg) no-repeat;
	padding:2px;
	}
	.box_foot
	{
	width:190px;
	height:12px;
	background:url(images/box_foot.jpg) no-repeat;
	padding:5px;
	text-align:right;
	}
	.box_content_normal
	{
	width:190px;
	background:#D8D8D8;
	padding:5px;
	text-align:center;
	}
	
	#content
	{
	width:500px;
	margin-left:25px;
	margin-right:10px;
	float:left;
	}
		#sponsors
		{
		width:500px;
		height:130px;
		float:left;
		}
			#sponsors_title
			{
			width:500px;
			height:27px;
			background:url(images/sponsors_head.jpg) no-repeat;
			}
				#sponsors_content
				{
				width:480px;
				height:83px;
				padding:10px;
				text-align:center;
				}
	.news
	{
	width:500px;
	float:left;
	}
		.news__head
		{
		width:500px;
		height:27px;
		background:url(images/news_head.jpg) no-repeat;
		text-indent: -999em;
		}
		
           .news_image
		   {
		   width:480px;
		   height:56px;
		   text-align:center;
		   padding:10px;
		   }		
				.news_content
				{
				width:480px;
				padding:10px;
				text-align:justify;
				background:#D8D8D8;
				border:solid thin #333333;
				}
				
				.news h2 { margin-bottom: 5px; padding-bottom: 0; }
				.news .posted_by { font-style: italic; color: #333; margin-top: 0; padding-top: 0; }

	#right
	{
	width:200px;
	float:right;
	}
		#footer
		{
		width:952px;
		height:10px;
		background:url(images/footer_repeat.jpg) repeat-x;
		float:left;
		margin-top:10px;
		padding:4px;
		text-align:right;
		}