@charset "utf-8";
/* 主要ID选择符布局设置 */

*{ margin: 0px; padding: 0px; }*

html,body{
	font-family:宋体,Arial,Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background:#fff;
	color:#333;
}

#wrap /* 外套 */
{
	width:1001px;
	margin: 0 auto;
}


/* 页眉开始 */

#header
{
	width:1001px;
	height:70px;
	float:left;
	background:url(../images/top_bg.jpg) repeat-x;
}


/* 页眉结束 */

#meun
{
	width:1001px;
	height:32px;
	float:left;
}

/* 标语开始 */
#banner
{
	width:1001px;
	height:265px;
	float:left;
}

/* 标语结束 */

#search{
	width:280px;
	height:32px;
	float:left;
	padding:0px 46px 0px 675px;
	color:#fff;
	line-height:30px;
	background:url(../images/search_bg.jpg) left top no-repeat;
}

/* 内容开始 */
#content
{
	width:965px;
	float:left;
	padding:12px 18px;
	overflow: hidden;
}

#left{
	float:left;
	width:225px;
	margin-right:15px;
}

#left_sub{
	float:left;
	width:225px;
}

#center{
	float:left;
	width:485px;
}

#right{
	float:right;
	width:225px;
}


#right_sub{
	float:right;
	width:705px;
}

/* 内容结束 */

#left, #right, #center, #left_sub, #right_sub

	{
	padding-bottom: 1000px !important;
	margin-bottom: -1000px !important;
	}



/* 页脚开始 */
#footer
{
	width:1001px;
	height:60px;
	float:left;
	text-align: center;
	padding:30px 0 7px 0;
	background:url(../images/foot_bg.jpg) repeat-x;
	margin-top: 15px;
}

/* 页脚结束 */
