/*基本信息*/
* {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:#0000FF;text-decoration:none;}
a:hover{ color:red; text-decoration:underline;}
p { text-indent:2em;}

/*页面层容器*/
#container {width:980px;text-align:left;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,#Footer a:link {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:900px;
 margin:0 auto;
 text-align:left;
 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;}
.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; background:#fff; border:0 solid #08c; border-width:0 1px;}
/*圆角边框结束*/

