/*基本信息*/
body 
{
	font:12px "宋体", sans-serif, Tahoma;
	margin:20px auto;
	background:#252a33;
	float: right;
	color:#FFFFFF;
	line-height:20px;
	margin: 0;
	padding: 0;
}
a:link,a:visited {font-size:12px;text-decoration: none; color:#999999;}
a:hover{color:#FFFFFF}
td a:link,td a:visited {font:12px "宋体", sans-serif, Tahoma;; color:#999999; letter-spacing: -0.2mm;}
td a:hover{background-color:#C0C0C0;color:#FFFFFF;letter-spacing: -0.2mm;}
td#dq a:link,td#dq a:visited {font:12px Tahoma; color:#FFFFFF; background-color:#999999;letter-spacing: -0.2mm;}
/*页面层容器*/
#container {width:718px;margin:10px auto;}
/*页面头部*/
#header {top:243px;height:83px;margin:20px auto;}
#logo {float:left;width:180px;}
#menu {float:right;padding:25px 0 20px 0;}
/*利用padding:20px 20px 0 0来固定菜单位置*/
#menu ul {list-style:none;margin:0 auto;}
/*添加了float:right使得菜单位于页面右侧*/
#menu ul li {float:left;margin:0 1px;}
.menuDiv {width:1px;height:40px;background:#666666;}
/*banner*/
#banner {
 background:url(../images/banner.jpg) 0 30px no-repeat; /*加入背景图片*/
 width:775px; /*设定层的宽度*/
 margin:auto; /*层居中*/
 height:240px; /*设定高度*/
 border-bottom:5px solid #EFEFEF; /*画一条浅灰色实线*/
 clear:both /*清除浮动*/
}
#pagebody {
 width:718px; /*设定宽度*/
 margin:8px auto 0px; /*居中*/
}
#Sidebar {
 width:180px; /*设定宽度*/
 text-align:right; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 margin:0 0 1px;
}
#MainBody {
 width:538px;
 top:auto;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 /* height:500px;
 overflow-x:hidden;
 overflow-y:hidden;*/
}
#bottomsolid {
 border-bottom:1px solid #353940;width:730px;text-align:center;margin:0px auto;height:10px;
}
#Footer {width:730px;height:25px;margin:8px auto;text-align:center;clear:both;color:#999999;}
#Footer a:link,a:visited {font-size:12px;text-decoration: none; color:#999999;letter-spacing: 1px;}
#left0 {margin:5px auto;} 
#left1 {float:right;margin:0 auto;} 
#left2 {float:right;margin:10px auto;}
#left3 {float:right;margin:10px auto;}
#right1 {float:left;margin:10px auto;}
#right2 {float:left;text-align:right;margin:10px auto;}