/*基本信息*/
body {font:12px Arial;margin:0px;text-align:center;background:#f7f7f7;}
a:link,a:visited {font-size:12px;text-decoration:none;color:#cc0d02}
a:hover{}

/*页面层容器*/
#container {width:780px;margin:0 auto;background:#ffffff}

/*页面头部*/
#header {background:url("../images/logo.gif") no-repeat}

/*页面头部菜单*/
#menu {padding:10px 10px 0 0}
/*利用padding:50px 10px 0 0来固定菜单位置*/
#menu ul {float:right;list-style:none;margin:0px;}
/*添加了float:right使得菜单位于页面右侧*/
#menu ul li {float:left;margin:0 5px;display:block;line-height:28px}
.menuDiv {width:1px;height:28px;background:#999}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{}

/*页面头部banner*/
#banner {width:780px;margin:auto;height:235px;border-bottom:4px solid #fd6057;clear:both 
/*清除浮动*/
}

/*页面主体*/
#pagebody {
 width:780px; /*设定宽度*/
 margin:0 auto; /*居中*/
}
#sidebar {
border-right:1px dotted #999;
width:150px; /*设定宽度*/
text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#sidebar table {}
#sidebar td {border-bottom:1px solid #efefef;clear:both;font-size:12px;}
#sidebar ul {list-style:outside}
#sidebar ul li {display:block;line-height:23px;border-bottom:1px solid #efefef}
#sidebar ul li a:link,#sidebar ul li a:visited {font-weight:bold;color:#666}
#sidebar ul li a:hover{}


#mainbody {
 width:600px;
 font-size:12px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}
#mainbody td {font-size:12px}

/*页面底部*/
#footer  {
height:50px;
}
#footer table {border-top:2px solid #efefef;border-bottom:2px solid #cc0d02;clear:both;}
#footer td {font-size:12px;}