/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF;}
a:link,a:visited {font-size:12px;text-decoration: none;}
a:hover{}

/*页面层容器*/
#container {width:800px;height:600px;margin:10px auto}

/*页面头部*/
#header {background:url("../logo/logo<!{$member_id}>.gif") no-repeat}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;display:block;line-height:30px;margin:0 10px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{}
.menuDiv {width:1px;height:28px;background:#999}
#banner {width:730px;margin:auto;height:230px;border-bottom:5px solid #EFEFEF;clear:both;padding-top:15px;}

/*页面主体*/
#pagebody {
 width:730px; /*设定宽度*/
 margin:4px auto; /*居中*/
 margin-top:1px;
}
#sidebar {
 width:160px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

#sidebar ul {list-style:none;margin:0px;line-height:180%}

#mainbody {
 width:570px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}

/*页面底部*/
#footer {width:800px;margin:0 auto;height:50px;border-top:5px solid #000000;}

