/* CSS Document */
#header {
	width:1000px;
	height:300px;
	background-image:url(../images/contacthead.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/contactcenter.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;
}
#text{
  color:#696969;
  line-height:25px;
  margin:25px 0 0 40px;
  float:left; 
  width:330px;
  border-right:1px solid #CCCCCC;
  padding-right:20px;
}
#text h3{
  line-height:30px;
}
#text p{  
  font-size:16px;
  text-indent:28px;
  margin-bottom:30px;
}
#text2{
  color:#696969;
  line-height:25px;
  float:left; 
  width:330px;
  margin:25px 0 0 0px;
}
#text2 p{  
  font-size:16px;
  text-indent:20px;
}