/***************************************************/
/*****************页面整体外框样式********************/
/***************************************************/

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

HTML {
	BACKGROUND-COLOR: #f5f6f7
}

BODY {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	MARGIN: 0px auto;
	WIDTH: 984px
}

/*不带侧栏的整体外框*/
#content_1 {
	background: url(images/content-top_2.png) no-repeat 0px 0px;
	width: 100%;
	padding-top: 10px;
}

#content_2 {
	background: url(images/content-bg_2.png) repeat-y;
	padding-bottom: 0px;
	width: 100%;
	float:left;
}

#content_3 {
	background: url(images/content-bottom_2.png) no-repeat 0px 100%;
	padding-bottom: 10px;
	width: 100%;
	float:left;
}

/*带侧栏的整体外框*/
#content_11 {
	background: url(images/content-top.png) no-repeat 0px 0px;
	width: 100%;
	padding-top: 10px;
}

#content_22 {
	background: url(images/content-bg.png) repeat-y;
	width: 100%;
	padding-bottom: 0px;
	float: left;
}

#content_33 {
	background: url(images/content-bottom.png) no-repeat 0px 100%;
	width: 100%;
	padding-bottom: 10px;
	float: left;
}

#content_left{width:246px; float:left; clear:left;}

#content_main{float:right; padding-right:10px; width:695px;}

#footer{text-align:center; clear:both; width:984px; height:50px; margin:0 auto; border-top:2px solid #E3E3E3; padding-top:10px;}