@import url("border.css");
@import url("widget.css");
a{
  color:#464646;
  text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	margin:0;
}
#AllWrap{
	width:960px; 
	margin:0 auto;
}

#Top{
	width:960px;
    margin:10px auto;
}
#Logo{
	float:left;
    margin:0 0 0 10px;
}
#TopLinks{
	float:right;
    margin:0 5px 0 0;
    text-align:right;
}


																					
/*=主菜单
=============================================================================================*/
#Menu{
	height:26px;
    background:#856a54;
    line-height:26px;
    padding:0 5px;
    overflow:hidden;
}
#Menu ul{
	overflow:hidden;
}
#Menu li{
	height:26px;
	display:inline;
    padding:2px 35px;
    margin-left:-1px;
    border-right:1px solid #f4f1ee;
}
#Menu li a{
	color:#FFFFFF;
}

	
			
/*=显示底部区域
=============================================================================================*/
#Foot{
	width:780px;
	margin:0 auto;
	margin-top:10px;
    padding:0 90px;
    border-top:1px solid #ccc;
}
#FootLinks{
   padding:10px 0 20px;
}
#FootLinks .TreeList{
	float:left;
    width:20%;
}
#FootLinks .TreeList .cat1{
	font-weight:bold;
    color:#656565;
    padding:5px 0 10px;
}
#FootLinks .TreeList .cat2{
	background:url(arrs.gif) no-repeat 0 -22px;
    margin-left:10px;
}

#FootMenu{
   margin:5px 0;
}
#FootMenu .menu a{
   color:#828282;
}
#FootMenu .TreeList{
	overflow:hidden;
    text-align:center;
}
#FootMenu .TreeList div{
	font-weight:normal;
	display:inline;
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}
#Copyright *{
	text-align:center;
}
.cut{
	overflow:hidden;
}