@charset "gb2312";
/* CSS Document */
*
{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif,"宋体";
}
#contain
{
	width:1000px;
	height:1%;
}/*最大包含块的样式*/
#body
{
	height:1%;
	margin-top:10px;
}/*内容区大盒子的高度设置*/
#con_left
{
	width:180px;
	height:1%;
	float:left;
}/*内容区左边的样式*/

#con_right
{
	width:810px;
	height:1%;
	float:right;
}/*内容区右边的样式*/
#banner
{
	width:810px;
	height:178px;
	margin-bottom:10px;
	background:url(../images/banner.jpg) no-repeat;
}
#con_r_tit
{
	height:28px;
	line-height:28px;
	width:795px;
	padding-left:15px;
	font-size:13px;
	font-weight:bold;
	color:#009;
	background:url(../images/tjkj_03.gif) no-repeat;
}
#con_r_tit a
{
	font-size:13px;
	font-weight:bold;
	color:#009;
}
#con_r_con
{
	height:1%;
	margin-top:5px;
	border:1px solid #69F;
}