/* CSS Document */
body{ 
     width:900px;
     margin:0 auto 0 auto;
	 background-color:#FFFFFF;
      }
body, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}
a:hover {
	color: #FF4500;
}

img {
	border: 0;
}
/*全局样式结束*/
#Top{ 
     width:900px;
	 float:left;
	 border:none;
	 }
#Top_right{
     width:627px;
	 float:left;
	 border:none;
	 }
#Top_right_top{
     width:627px;
	 height:224px;
	 background-image:url(images/top_right_top.jpg);
	 background-repeat:no-repeat;
	 border:none;
	 }
#Top_right_bottom{
     width:627px;
	 height:123px;
	 border:none;
	 }
#note{
      width:492px;
	  height:23px;
	  padding:12px 40px 6px 95px;
	  background-image:url(images/note.jpg);
	  background-repeat:no-repeat;
	  border:none;
	  }
#news{ 
      width:435px;
	  height:79px;
	  float:left;
	  background-image:url(images/news.jpg);
	  background-repeat:no-repeat;
	  background-position:10px 12px;
	  border:none;
      }	
#vote{ 
      width:192px;
	  height:79px;
	  background-image:url(images/vote.jpg);
	  background-repeat:no-repeat;
	  background-position:0px 12px;
	  float:left;
	  border:none;
      }	  	 
#Top_left{
     width:273px;
	 height:347px;
	 float:left;
	 background-image:url(images/top_left.jpg);
	 background-repeat:no-repeat;
	 border:none;
	 } 
#Main{
     width:	900px; 
	 height:auto;
	 float:left;
	 border:none;
	 }
#news_content{
     width:370px;
	 height:396px;
	 margin:0 5px;
	 float:left;
	 border:thin;
	 border-style:double;
	 border-color:#FF9934;
	 }
#vote_content{
     width:496px;
	 height:396px;
	 margin:0 5px;
	 float:left;
	 border-style:double;
	 border:thin;
	 border-color:#FF9934;
	 }
#begin_vote{
     width:900px;
	 height:67px;
	 float:left;
	 margin-top:10px;
	 background-image:url(images/begin_vote.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 border:none;
	 }
#candidate{
     width:882px;
	 height:auto;
	 min-height:903px;
	 float:left;
	 margin:5px 9px 0 9px;
	 border:thin;
	 border-style:double;
	 border-color:#FF9934;
	 }
#candidate_box{
     width:882px;
	 height:auto;
	 min-height:803px;
	 float:left;
	 border:none;
	 }
#voter_inf{
     width:884px;
	 height:130px;
	 float:left;
	 text-align:center;
	 border:none;
	 }
#voter_inf p{
     margin:5px;
     }	 
#Bottom{
     width:900px;
	 float:left;
	 text-align:center;
	 border:none;
	 }
#Bottom p{
	clear:left;
	display:block;
	margin:2px;
     }
#Bottom a {
	text-decoration:none;
	color:#999999;
     }
	 /*以下位show页面的样式*/
#show{ 
      width:435px;
	  height:79px;
	  float:left;
	  background-image:url(images/candidate.jpg);
	  background-repeat:no-repeat;
	  background-position:10px 16px;
	  border:none;
      }	
#show_candidate{
     width:882px;
	 
	 min-height:503px;
	 margin:10px 9px 0 9px;
	 padding:0 10px;
	 border:thin;
	 border-style:double;
	 border-color:#FF9934;
	 }	  
.title{
       font-size:22px;
	   font-weight:bold;
	   color:#B00903;
	   text-align:center;
	   margin:10px 0 0 0;
	   }
	   