#container{
  width: 800px;
  margin:0 auto;
  text-align: left;
}

#wrapper{
float: left;
width:100%;
}

#catch{
height:18px;
margin-top:4px;
font-size: 11px;
color: #A18068;
}

#head{
width:100%;
height: 58px;
margin-top: 10px;
}

#head .title{
float:left;

}

#head .contact{
float:right;
}

#mainphoto{
 height: 220px;
 margin:0;
 padding:0;
}

#menu{
 height: 50px;
	}
	
*html #menu{
 margin-top: -3px;
	}
#menu ul{
   margin:0;
   padding:0;
}
#menu ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#menu li{
	display: inline;}
#menu li a{
	float: left;
	overflow: hidden;
}


#cont{
 height: 192px;
 margin-top: 17px;
 margin-bottom: 10px;
}


#news{
 float:left;
 width: 360px;
 height: 192px;
 background-color:#4E3E32;
}

#news .box{
 width: 337px;
 margin:12px 0px 0px 12px;
}

#news .title{
width:337px;
height: 20px;
background: transparent url("../images/title/news.gif") 0 0 no-repeat;
}

#news .more{
float:right;
}

#news ul{
padding: 0; 
margin: 0; 
list-style-type: none; 
}

#news li{
    height:23px;
	background:url(../images/news_icon.gif) 2px 10px no-repeat;
	border-bottom: 1px dashed #71655B;
	padding:7px 0 0 15px;
}

*html #news li{
    height:30px;
	background:url(../images/news_icon.gif) 2px 10px no-repeat;
	border-bottom: 1px dashed #71655B;
	padding:8px 0 0 15px;
}

#service{
 float:left;
 width: 425px;
 height: 192px;
 margin-left: 15px;
 background-color:#4E3E32;
}

#service .box{
 width: 405px;
 margin:12px 0px 0px 12px;
}

#service .title{
 height: 20px;
 margin-bottom: 12px;
}

#service .sentence{
width:123px;
padding: 3px 0px;
font-size:10px;
}


#service .wrapper{
float:left;
width:100%
}

#service .main{
margin: 0 137px;
width:126px;
height:138px;
border-bottom: 1px solid #71655B;
border-right: 1px solid #71655B;
}

#service .left{
float:left;
margin-left:-405px;
width:126px;
height:138px;
border-bottom: 1px solid #71655B;
border-right: 1px solid #71655B;
}

#service .right{
float:left;
width:126px;
margin-left:-130px;
height:138px;
border-bottom: 1px solid #71655B;
border-right: 1px solid #71655B;
}



#foot{
 font-size: 11px;
 height: 28px;
 text-align: center;
 color: #A9844A;
 background-color: #463629;
 padding-top:6px;
}




#copyright{
 margin-top: 13px;
 margin-bottom: 5px;
 text-align: center;
 font-family:"Times New Woman","Times","Serif";
 font-size: 13px;
 color: #786C63;
}