/* CSS Document */
#header {
	width:1000px;
	height:300px;
	background-image:url(../images/newshead.png);
	font-size:11px;
	position:relative;
	z-index:1;
}
#center{
  position:relative;
  z-index:2;
  margin:-9px 0px 5px 0px;
  width:916px;
  padding:20px 40px 20px 40px;
 -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background:#FFFFFF;
  border:2px solid #adcf8c;
  behavior: url(PIE.htc);
  overflow:auto;
}
#centerpic{
  float:left;
  width:188px;
  height:500px;
  background-image:url(../images/newscenter.png); background-repeat:no-repeat;
}
#centerlink{
  border-bottom:1px solid #d4d4d4; float:left;
  height:40px;
  margin:0 0 0 30px;
  color:#589f10;
  line-height:40px;
  font-size:24px;
  font-family:"標楷體";
  font-weight:bold;
  width:690px;
}
#main_menu{
  list-style-type:none; 
  width:177px;
  margin: 70px 0 0 2px;
  padding: 0;  
}
#main_menu li{
  height:32px; 
  line-height:32px; 
  margin:0;
  padding-top:5px;
  border-bottom:1px solid #d2d2d2;
}
#text{
  float:left; margin:5px 0 0 30px; width:690px;
}
.page{
  text-align:center;
  line-height:40px;
}
.important{
  color:#FF0000;
}