.other-news{
	float:left;
	width:900px;
}
.statistics{
	float:right;
	width:226px;
	height:21px;
	background-color:#282220;
}
.statistics span.stat_txt{
	float:left;
	font: normal 9px tahoma;
	color:#ffffff;
	padding:7px 13px 0px 7px;
}
.statistics span.stat_num{
	float:left;
	font: normal 13px tahoma;
	color:#e4371c;
	padding:3px 0px 0px 0px;
}
.the_news{
	float:left;
	width:869px;
	background-color:#4c413c;
	padding:0px 10px 20px 21px
}
.the_news span.on_title{
	float:left;
	width:869px;
	font:normal 17px Trebuchet MS;
	color:#e4371c;
	padding:10px 0px 8px 0px;
	margin:0px 0px 10px 0px;
	background-image:url(images/seperator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.the_news span.seperator{
	float:left;
	width:869px;
	height:1px;
	padding:0px 0px 10px 0px;
	margin:0px;
	
}
.news_list{
	float:left;
	width:260px;
	padding:0px 15px 0px 0px;
}
.news_list ul{
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: normal 11px Tahoma;
	color:#c6bbb6;
}
.news_list li{
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 7px;
	background-image:url(images/bullet.gif);
	background-position:0px 5px;
	background-repeat: no-repeat;
}
.news_list li  a{
	font: normal 11px Tahoma;
	color:#c6bbb6;
	text-decoration:none;
}
