﻿@charset "utf-8";
/* 页面框架整体布局 */
#wrapper{ width:962px; margin:0 auto; }
#hearder, #footer {
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	position: relative;
}
#content {width:100%;float:left;clear:both;position:relative; padding-top:10px;}
#footer{
	border-top:solid 2px #9a9a9a;

}
#left{float:left;width:193px;}
#center{
	display:inline;
	margin-left:22px;
	float:left;
	width:537px;
	margin-top:10px;
	background:url(../images/index_13.jpg) no-repeat left top;
	height: 513px;
}
#right{float:right;width:198px;}
#inner-left{width:216px;float:left; text-align:left;padding-top:20px;}
#inner-content {
	width:100%;
	float:left;
	clear:both;
}
#inner-center{float:right;width:930px;padding-right:10px;}

#inner-content2 {
	width:100%;
	float:left;
	clear:both;
	 background:url(../images/inner-left.gif) repeat-y left top;
}
#inner-left2{width:216px;float:left; text-align:left;padding-top:20px;}
#inner-center2{float:right;width:710px;padding-right:10px;}
#wrap, #header, #content, #footer, #left, #center, #right, #inner-left, #inner-center{ overflow:hidden; }
/* 两列等高(扩展到多列等高) */
#a, #b{ padding-bottom:32767px; margin-bottom:-32767px; }
