/*基本信息*/
* {margin:0; padding:0; line-height:150%;}
body {
	font:12px Tahoma;
	text-align:left;
	background-image: url(../images/secbg.gif);
	background-repeat: repeat-x;
	background-color: #E0ECFC;
}
ul {list-style:none;}
li {float:left;}
a:link,a:visited {color:#000000;text-decoration:none;}
a:hover{ color:red; text-decoration:underline;}
p { text-indent:2em;}

/*页面层容器*/
#container {width:980px; margin:0 auto;}

/*页面头部*/
#Header {width:100%;height:90px;background-image: url(../images/banner-bg.gif); background-repeat: repeat-x;}

/*页面主体*/
#PageBody {width:100%; height:auto;}

/*页面底部*/
#Footer {
	width:100%;
	height:50px;
	clear:both;
	text-align:center;
	border-top:1px dashed #07c;
	padding-top:10px;
}
#Footer a:visited {color:#222;text-decoration:none;}
#Footer a:hover{ color:red; text-decoration:underline;}

#sidebar {
 width:300px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 /*overflow:hidden; 超出宽度部分隐藏*/
}
#mainbody {
 width:680px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}




/* 圆角边框 */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #08c; border-right:1px solid #08c;}
.horizon {
    width:100%;	
	height:120px;
	background-image: url(../images/horizon_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	border:0 solid #08c;
	border-width:0 1px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fff;
}
#container #PageBody #mainbody #main_content_block #xsnazzy .xboxcontent .lsbj {
	background-image: url(../images/zl/ls1.gif);
}

