* {
  margin:0px; padding:0px;  
  text-decoration:none; 
  }

body  {
  font-family:微软雅黑,宋体,Arial;  font-size:small;color:#503416; text-align: center; 
  margin-top:10px;

}
body  { text-align: -moz-center;background:#372109;  }
a {color:#503416;}
a:hover {color:#ff3331;}

 
/*============公共部分CSS============*/
/* -- 页面首部 -- */
#header {
  position:relative;  z-index:9;
  width:1000px; height:143px;
  color:#211018;  text-align:center;
  background:url(images/headerbg-trans.png) repeat-x;
  margin:0px; padding:0px;
  line-height:100%;
}
#header {  text-align: -moz-center; }

#headerBody{
  position:relative;  z-index:10;
  background:url(images/headerbodybg-trans.png) no-repeat;
  width:1000px; height:135px; font-size:15px;
  text-align:center;overflow:hidden;
}
#headerBody ul {
  width:1000px;padding-top:103px;  list-style:none; margin-left:16px;
}
#headerBody li {
  display:inline;  margin:0;  padding:0;
}
#headerBody a,#headerBody a:link{
  color:#9E8A39; text-decoration:none;
}
#headerBody a:hover  {
  color:#E1D78F;
}
#headerBody a span  {
  float:left;  display:block; width:105px;  height:24px;  
  background:url(images/MainMenubg.png) no-repeat top left;
  padding-top:9px;  overflow:hidden;text-align:center;margin-right:18px;
}
#headerBody a:hover span {
  background:url(images/MainMenubglight.png) no-repeat top left;cursor:hand;
}
#header_menu { float:left;}


/* -- 页面主体 -- */

#Mainbody {
  position:relative;z-index:5;
  width:1000px; min-height:400PX;/*overflow:hidden;*/
  background:#ffffff url("images/mainbodywidth.jpg");
  /*border:#666 solid 1px;*/
  margin:0px; padding:0px;
  margin-top:-9px!important;margin-top:-7px;

}
#Mainbody { text-align: -moz-center;}
#Mainbody p{ line-height:22px;}
#flashup  {
  width:1000px;height:470px;text-align:left;
}
.MarqueeIMG {
  border:#503416 1px solid;
  width:90px;height:70px;
}
/* -- 页面底部 -- */
#bottom {
  line-height:130%;
  width:1000px; height:55px;
  background:url(images/bottombg.jpg);
  color:#AA7833;  text-align:center;
  padding-top:6px;
}
#bottom {
  text-align: -moz-center; 
}
#bottom strong,#bottom a,#bottom a:link  {
  font-weight:bold;color:#CC943D;
}
#bottom a:hover  {
  color:#ECAD57;
}
#DivMarquee  {
  WIDTH: 800px; height:100px;
  margin-left:10px;background:url(images/marqueebg.png) no-repeat top left;
  padding-left:25px;
  padding-top:8px;
}

/* -- 普通页面左边菜单 -- */
#LeftMenu {
  float:right;  width:580px;  height:20px;  margin-right:20px;
  text-align:right;  margin-top:50px; font-size:15px; font-weight:bold;line-height:20px;
}
#LeftMenu {  text-align: -moz-center; }
#LeftMenu ul  {list-style:none;}
#LeftMenu li  {display:inline;}
#LeftMenu .MainItem {
  line-height:20px;
}
#LeftMenu .SubItem {
  width:160px;height:18px;padding-right:10px;line-height:20px;
}
#LeftMenu .MainItem a,#LeftMenu .MainItem a:hover {color:#2A0331;}
#LeftMenu .SubItem a span{color:#533A15;width:160px;height:20px;}
#LeftMenu .SubItem a:hover span{color:#993300;}

/* -- 普通页面当前位置 -- */
#divLocal {
  margin-top:10px;float:right;text-align:left;
  width:580px;height:20px;
  padding-top:10px;margin-right:20px;
  border-bottom:1px #2A0331 solid;
}
#MainText {
  margin-right:20px;
  width:580px;height:320px;float:right;
}
#MainTextTab {
  font-size:14px;
  margin-top:20px;
  overflow-y:scroll;overflow-x:auto;
}
#divlong {
  margin-top:30px;float:right;text-align:left;
  width:600px;height:20px;
  margin-bottom:10px;
  padding-top:10px;margin-right:30px;
  border-bottom:1px #2A0331 solid;
}
#MainContent  {
  width:560px;background:#fff;border:#666 solid 1px;
  height:300px;overflow:hidden;float:right;
  margin-right:30px;
  text-align:left;padding:10px 20px;
}