#right_column{
	width:255px;
	float:left;
	display:block;
}

.block{
	float:right;
	display:block;
	width:250px;
	margin:0 0 10px 0;
}

.block .title{
	width:250px;
	height:26px;
	background:url('../i/cat_box.jpg') left top no-repeat;
	display:block;
	float:left;
}

.block .title h1{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:5px 0 0 5px;
	padding:0 0 0 20px;
	background:url('../i/title_arrow.gif') left 1px no-repeat
}

.block .item{
	margin:0px 0 0 5px;
	display:block;
	float:left;
}

.block .item h2 a{
	background:url('../i/arrow_second.jpg') left top no-repeat;
	padding:0 0 0 20px;
	font-size:12px;
	text-decoration:none;
	color:#393939;
}

.block .item h2 a:hover{
	color:#2577ff;
}
.block .item p{
	font-size:11px;
}

#left_column{
	width:695px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#top_story{
	width:695px;
	float:left;
	display:block;
	background:url('../i/top_story_background_tile.jpg') left bottom no-repeat;
	background-color:#fff;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#top_story .contenter{
	width:640px;
	float:left;
	display:block;
	margin:5px 0 0 5px;
}

#top_story .contenter h1{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#383838;
}

#top_story .contenter h1 a{
	color:#383838;
	text-decoration:none;
}

#top_story .contenter h1 a:hover{
	color:#008ab2;
}

#top_story .contenter p{
	margin:0 0 5px 0;
	text-indent:0px;
}

#top_story .title{
	background:url('../i/cat_top_story_head.jpg') no-repeat;
	width:685px;
	height:21px;
	padding:5px 0 0 5px;
}

#top_story .title h1{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 0 0 20px;
	background:url('../i/title_arrow.gif') left 1px no-repeat
}

#top_story img{
	float:left;
	display:block;
	margin:0 5px 5px 0;
}

#top_story .icons{
	float:left;
	display:block;
	width:100%;
	height:22px;
	padding:0 0 0 0;
	margin:10px 0 5px 0;
}

#top_story .icons span{
	float:left;
}

#top_story .icons span.more{
	background:url('../i/top_icon_read.png') left top no-repeat;
	height:20px;
	padding:3px 0 0 30px;
	margin:0 5px 0 25px;
}

#top_story .icons span.comments{
	background:url('../i/top_icon_comment.png') left top no-repeat;
	height:20px;
	padding:3px 0 0 27px;
	margin:0 5px 0 20px;
}

#top_story .icons span.date{
	background:url('../i/top_icon_date.png') left top no-repeat;
	height:20px;
	padding:3px 0 0 30px;
	margin:0 5px 0 4px;
}


#top_story .contenter1{
	width:640px;
	float:left;
	display:block;
	margin:5px 0 20px 5px;
}

#top_story .contenter1 .item p{
	font-size:10px;
	margin:0;
	padding:0;
}

#top_story .contenter1 .item{
	width:640px;
	margin:5px 0 0 0;
}


#top_story .contenter1 h1{
	font-size:14px;
	margin:0 0 10px 0 ;
}

#top_story .contenter1 ul{
	margin:0;
	padding:0;
}

#top_story .contenter1 ul li{
	width:640px;
	margin:5px 0 0 0;
}

#top_story .contenter1 ul li h2{
	font-size:12px;
	font-weight:100;
}

#top_story .contenter1 ul li a{
	color:#545252;
	text-decoration:none;
	background:url('../i/last_top_tic.png') 3px 0px no-repeat;
	padding:0 0 0 29px;
	display:block;
	width:650px;
	font-size:11px;
}

#top_story .contenter1 ul li a:hover{
	color:#000;
	background:url('../i/last_top_tica.png') 3px 0px no-repeat;
}

#top_story hr{
	border:thin dotted #969696;
	width:98%;
	float:left;
	display:block;
	margin:5px 0 3px 5px;	
}

#top_story .contenter1 ul li span{
	font-weight:bold;
	padding:0 0 0 29px;
	color:#545454;
}

#whole_news{
	width:100%;
	float:left;
	display:block;
}

#whole_news h1{
	/*margin:10px 0 0 0;*/
	font-size:16px;
}

#whole_news hr{
	border:thin dotted #969696;
	width:100%;
	float:left;
	display:block;
	margin:5px 0 0 0;	
}

#whole_news .item{
	float:left;
	display:block;
	width:100%;
	margin:5px 0 0 0;
}

#whole_news .item:hover{
	background-color:#f9f9f9;
}

#whole_news .item img{
	float:left;
	display:block;
	margin:0 5px 5px 0;
}

#whole_news .item h1{
	font-size:14px;
}

#whole_news .item h1 a{
	color:#545454;
	text-decoration:none;
}

#whole_news .item h1 a:hover{
 color:#008ab2;
}

#whole_news .item span.date{
	background:url('../i/category_box_icon_date.png') left top no-repeat;
	padding:0 0 0 20px;
	margin-top:5px;
	font-size:10px;
	float:left;
}

#whole_news .item span.comment{
	background:url('../i/category_box_icon_comment.png') left top no-repeat;
	margin-top:5px;
	padding:0 0 0 15px;
	font-size:10px;
	float:left;
}

#whole_news .item span.see{
	background:url('../i/category_box_icon_see.png') left top no-repeat;
	margin-top:5px;
	padding:0 0 0 18px;
	font-size:10px;
	float:left;
}

#whole_news #paging{
	margin:5px 0 0 0;
	text-align:center;
	display:block;
	float:left;
	width:100%;
}

#whole_news #paging ul{
	display:inline;
}

#whole_news #paging ul li{
	display:block;
	float:left;
	padding: 0 2px;
}

#whole_news #paging ul li.active{
	font-weight:bold;
}


#whole_news #paging ul li a.next{
	width:13px;
	height:12px;
	background:url('../i/paging_arrow_left.jpg') left -12px no-repeat;
	display:block;
	padding:0px 5px 0 0;
	cursor:pointer;
	overflow: hidden;
}

#whole_news #paging ul li a.next:hover{
	background:url('../i/paging_arrow_left.jpg') left 0px no-repeat;
}

#whole_news #paging ul li a.prev{
	width:13px;
	height:12px;
	background:url('../i/paging_arrow_right.jpg') left -12px no-repeat;
	display:block;
	padding:0px 5px 0 0;
	cursor:pointer;
	overflow: hidden;
}

#whole_news #paging ul li a.prev:hover{
	background:url('../i/paging_arrow_right.jpg') left 0px no-repeat;
}

#whole_news #paging p{
	float:left;
	display:block;
	margin:0 10px 0 0;
}
