#tabs{
	position: relative;
	top:-5px;
	margin-top: 0px;
}
#tabs li{
	list-style: none;
	display: block;
	float: left;
	width: 75px;
	height: 30px;
	border-left:#FFFFFF;
	text-align: center;

	
}
#tabs ul li div.active{
	list-style: none;
	display: block;
	float: left;
	margin-left: 1px;
	width: 75px;
	height: 30px;
	background: url(../images/tab_active.png);
	border-left:#FFFFFF;
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor: pointer;
	color:#FFFFFF;
}
#tabs ul li div{
	color:#000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	list-style: none;
	display: block;
	float: left;
	margin-left: 1px;
	width: 75px;
	height: 30px;
	background: url(../images/tab.png);
	border-left:#FFFFFF;
	background-repeat:no-repeat;
	padding-top: 10px;
	cursor: pointer;
	
}
#tabs li a: hover{
	text-decoration: none;
}

#tab_info, #tab_news{
	padding-top: 10px;
	width: 252px;
	height: 230px;
}
.main_table td{
	vertical-align: top;
}
#news_des{
	text-align:justify;
	
}