body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF; width:1000px;}

/*页面层容器*/
#container {width:100%;margin:10px auto}

#container1 {width:988;margin:10px auto}

/*页面头部*/
#header3 { width:680px; height:190px;}
#menu { width:300px;height:190px; text-align:right}

/*页面头部*/
#Header{ width:100%;height:100px;background:#FFCC99; float:center}
#Header left{ width:339px;}

#Header midlle{ width:100px;}

#Header right{ width:549px; height:27px;}

#Header right1{ width:549px; height:71px; height:27px;}


#Header right url{ width:69px; height:27px; word-spacing:4px;}

#Header ul {list-style:none;margin:-100px; width:1000px; height:27px;}
#Header ul li {float:right;}

#menu { width:100%;}
#menu menu1 { width:1000px;}
#menu1 ul {list-style:none;margin:0px;}
#menu1 ul li {float:left;}

#menu2 { width:100%;}
#menu2 menu3 { width:1000px;}

# menu3 ul {list-style:none;margin:0px;}
#menu3 ul li {float:left;}



#container {margin:0 auto; width:287px;}

#sidebar { float:left; width:35px; height:11px;}
#sidebar { float:left; width:288px; height:11px; background-image:url(Images/k5.gif)}
#content { float:right; width:24px; height:11px;}

#LL { width:121px; background-color:#C8C8C8;}

.menuDiv {width:1px;height:28px; text-align:right;}


.


.main{width:1000px;/* 总的宽度 */
background-image:url(Images/banner_bg.gif);
height:190px;
}
.main .col1{
float:left;/* 这个是关键的地方 让col1往左浮动，这样它的后面（右边）就可以放置别的元素（别的元素：可以是div，图片，文字等） */
width:700px; height:190px; margin:13px;
}
.main .col2{
float:left;/* 这个是关键的地方 让col2也往左浮动，紧跟在col1的后面 */
margin-left:5px;/* 让col2和col1之间有些间隔 */
width:300px;
}
.clear-float{clear:both}/

/*页面底部*/
#Footer {width:1000px;margin:0 auto;height:50px;background:#00FFFF}

