/*基本信息*/
body {font:12.8px Tahoma;margin:0px;text-align:center;}
a:link,a:visited {font-size:12px;text-decoration:none;}
a:hover{}
TD {font-size: 12.8px;line-height: 18.8px;}

/*分割虚线-在表格的基础上*/
.hr2{border-right: #000000 0px dotted; border-top: #000000 1px dotted; border-left: #000000 0px dotted; border-bottom: #000000 0px dotted;>
/*空白*/
.clear {clear:both;height:10px; overflow:hidden;}
.fbd {clear:both;width:100%;height:10px; overflow:hidden;background:url(images/bg.body.gif)}

/*页面头部层容器margin:10px表示容器上下边的距离auto表示左右居中,如果遇到不居中就是IE6的问题，
定义一下body，text-align:center就可以了background:#ff0066*/
#container{margin:0px auto;;}

/*页面头部margin-top:5px*/
#header{width:980px;margin:auto; OVERFLOW: hidden;POSITION: relative; HEIGHT: 100px}
#header .logo {LEFT: 0px; POSITION: absolute; TOP: 10px}
#header .branding {FONT-SIZE: 12px; RIGHT: 0px; COLOR: #666666; POSITION: absolute; TOP: 50px}

/*频道导航background:#ff6600;*/
.menu{width:980px;margin:0px 0px;margin-top:0px;}/*定义导航栏与上面的距离距离*/

.menum{width:980px;height:0px;float:left;background:url(mainnav_bg_mm.gif) repeat-x;}
.menum ul{width:980px;float:left;}
.menum ul li{padding-left:0px;width:75px;float:left;text-align:left;line-height:30px;}
/*这里定义导航居中background:url(mainnav_bg_H.gif) no-repeat;*/
.menum a{font-size:14px;font-weight:bold;color:#555;}
/*这里定义导航文字颜色*/


/*页面banner*/
#banner {
 background:url(banner.jpg) 0 30px no-repeat; /*加入背景图片*/
 width:980px; /*设定层的宽度*/
 margin:auto; /*层居中*/
 height:390px; /*设定高度*/
 border-bottom:5px solid #EFEFEF; /*画一条浅灰色实线*/
 clear:both /*清除浮动*/
}
/*页面主体*/
#pagebody {
 width:980px; /*设定宽度*/
 margin:8px auto; /*居中*/
}
#sidebar {
 width:200px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
background:#ff6600;
}
#mainbody {
 width:730px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}

/*页面底部*/
#Footer {width:800px;margin:0 auto;height:50px;background:#00FFFF}



