﻿/*－－－－－－首页框架－－－－－－*/
#wrapper
{
	margin-top: 1px;
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	background: url(Image/back_line.png) repeat-y top;
}

/*－－－－－－首页框架左边栏－－－－－－*/
#left
{
	width: 190px;
	float: left;
}

#left a
{
	color: #008800;
	text-decoration: none;
}

#left a:hover
{
	color: Red;
	text-decoration: none;
}

#main_navigation
{
	position: relative;
	left: 30px;
}

/*－－－－－－首页框架右边栏－－－－－－*/
#right
{
	width: 795px;
	float: right;
}

#right .column_left /*首页框架右栏里左栏*/
{
	width: 450px;
	float: left;
}

#top_20_news
{
	font-size: 12px;
	width: 450px;
}

#top_20_news table td
{
	height: 25px;
	border-bottom: dashed 1px #d4eef6;
	width: 430px;
}

#top_20_news a
{
	color: #0099cc;
	text-decoration: none;
}

#top_20_news a:hover
{
	color: Red;
	text-decoration: none;
}

#right .column_right /*首页框架右栏里右栏*/
{
	width: 340px;
	float: right;
	margin: 15px 0px 0 0;
}

#china_ts
{
	margin-right: 35px;
	background-color: #F9FDFF;
	text-align: center;
}

#right .column_right img
{
	margin: 17px 0 3px 0;
}

#right .column_right fieldset
{
	font-size: 12px;
	height: 192px;
	margin-bottom: 15px;
	text-align: left;
}

#right .column_right legend a
{
	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

#right .column_right legend a:hover
{
	font-size: 14px;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

#right .column_right a
{
	color: #008800;
	text-decoration: none;
}

#right .column_right a:hover
{
	color: Red;
	text-decoration: none;
}
/*－－－－－－首页框架清除设置－－－－－－*/
#footer
{
	clear: both;
}

#main_ad /*首页底面广告*/
{
	text-align: center;
}

#main_link /*首页底面友情链接*/
{
	text-align: center;
}

