#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{
width:100%;
 height: 50px;
	}
	
*html #menu{
 margin-top: -3px;
	}

#dd {

margin: 0;
  padding: 0;

}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#dd .mainmenu a.mn {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
/*padding: 4px 10px;*/
/*margin: 0 1px 0 0;*/
		
  width: 141px;
  text-decoration: none;
}
#dd .mainmenu a.menu:hover {
/*background: #49A3FF;*/
}

.submenu {
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.submenu a {
  display: block;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu a:hover {
/*background: #49A3FF;
  color: #FFF;*/
}



#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 .sentence2{
	width:130px;
	padding:3px 0px;
	font-size:10px;
	}

#service .sentence2 a{
	font-size:10px;
	}

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

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

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

#service .right{
float:left;
width:126px;
margin-left:-128px;
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;
}