#LoginArea{
  height:20px;
  width:1003px;
  MARGIN-RIGHT:auto;
  MARGIN-LEFT:auto;
  background-color :White;
  background-image: url(images/bottom_bg.jpg);
}

#TimeArea{
   float:left;
   width:150px;
   text-align:left;
   padding-left:10px;
   vertical-align:middle;
   line-height:20px;
   display:none;
}
#UserArea{
  float:right;
  text-align:right;
  padding-right:10px;
  width:400px;
  line-height:20px;
  
}

#head {
	width : 1003px;
	height : 105px;
	
	MARGIN-RIGHT:auto;
	MARGIN-LEFT:auto;
	background-color : #F7F7F7;
	/*
    border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid;
	border-top : 1px solid Black;
*/
}
#log{
	float: left;
	width : 210px;
	height:92px;
	
	vertical-align:middle;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	
    /*border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid;
	border-top : 1px solid Black;
	*/
}

#log img{
  vertical-align:middle; 
  border:0;
}
#KouHao{
  width:580px;
  height:92px;
  float : left;
  vertical-align:middle;
  color: Black;
  
  MARGIN-RIGHT:0 auto;
	MARGIN-LEFT:0 auto;
	/*
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid;
	border-top : 1px solid Black;
	*/
}

#HeadBanner{
  width:580px;
  height:92px;
  clear:both;
  background-color : #F3F3F3;
  MARGIN-RIGHT:auto;
  MARGIN-LEFT: auto;
  
	
  overflow : hidden;
  /*
    border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid;
	border-top : 1px solid Black;
	*/
	}

#RightLink{
  width:205px;
  height:92px;
  float: right;
  
vertical-align:middle;
text-align:center;

*font-size: 30px;
*font-family:Arial;

  MARGIN-RIGHT:auto;
  MARGIN-LEFT: auto;

/*
    border-bottom : 1px solid red;
	border-left : 1px solid red;
	border-right : 1px solid red;
	border-top : 1px solid red;
*/	
}

#HeadAD{
  float:left;
  width:200px;
  clear:both;
  height:92px;
  MARGIN-RIGHT:auto;
  MARGIN-LEFT: auto;
  /*
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid;
	border-top : 1px solid Black;
	*/
}

/*主菜单开始*/
#Menu{
	width:790px;

	background-color : F7F7F7;
	background-image : url(images/menu_bg.gif);
	background-repeat : repeat-x;
	height : 41px;
	vertical-align : middle;
	text-align : center;
	/*font-family : 黑体;*/
	
	padding-top:3px;
	padding-left:30px;
	clear:both;
	MARGIN-RIGHT:auto;
	MARGIN-LEFT:auto;

	
}

#Menu ul{
  list-style:none;
  padding-left:0px;
  padding-bottom:0px;
	
	MARGIN-top:0px;
	MARGIN-bottom:0px;
	MARGIN-left:0;
	MARGIN-right:auto;
	
	line-height:33px;
}

#Menu ul li{
  float:left;
  line-height:30px;
  display:block;
  padding-left:16px;
  padding-right:16px;
  
}

#Menu A:link{
  color:#133C94;
  font-size:14px;
  text-decoration: none;
  font-weight : bolder;
}
#Menu A:visited{
  color:#133C94;
  font-size:14px;
  text-decoration: none;
  font-weight : bolder;
}
#Menu A:hover{
  color: #888888;
  font-size:14px;
  text-decoration: underline;
  font-weight : bolder;
}

/*主菜单结束*/
