img, border{
border:0;
}
h1, h2 ,h3{
text-align:center;
}
strong, h1, h2 ,h3,a, b{
color:#336600;
}
a:hover{
color:#dfbb82;
}
p{
text-align:justify;
}
/* General */
body,div{
margin:0;
padding:0;
font-family:Arial;
}
html,body{
height:100%;
width:100%;
background:#eae3cf;
}
/* Header */
#header{
position:absolute;
top:0;
left:0;
width:100%;
height:313px;
}
#header .wrap{
height:313px;
min-width:1000px;
}
#head_cont1{
width:100%;
height:229px;
}
#head_cont1 .left1{
background:url(../images/2header_01.jpg) no-repeat 0% 0%;
width:671px;
height:229px;
float:left;
}
#head_cont1 .right1{
height:229px;
text-align:center;
}
#head_cont1 .right1 .tel_menu{
text-align:center;
}
#head_cont1 .right1 .tel_menu .menu{
padding:0;
}
#head_cont1 .right1 .tel_menu .menu a{
font-size:16px;
font-weight:bold;
color:#4a2c00;
text-decoration:none;
padding:0 3px;
}
#head_cont1 .right1 .tel_menu .menu a:hover{
text-decoration:underline;
}
#head_cont1 .right1 .pnglogo {
margin:0 0 50px 0;
}

#head_cont2{
width:100%;
background:#deb982;
height:84px;
background:url(../images/2header_menu_bg1.png) no-repeat 0% 0%;
}
#head_cont2 .endline{
width:100%;
float:right;
height:84px;
background:url(../images/2header_menu_bg2.png) no-repeat 100% 0%;
}
#head_cont2 .menu a{
color:#336600;
font-size:20px;
font-weight:bold;
text-decoration:none;
}
#head_cont2 .menu a:hover{
color:#336600;
font-size:20px;
text-decoration:underline;
}


/* Content */
#content{
min-width:1000px;
}
#content .wrap{
padding-top:313px;
}

/* Content center */
#content .center{
float:left;
width:100%;
overflow:hidden;
background:#fff;
}
#content .center .in{
position:relative;
margin:0;
padding:0;
width:100%;
background:url(../images/2cont_menu_bg1.png) no-repeat 0% 0%;
}
#content .center .in .endline2{
background:url(../images/2cont_menu_bg2.png) no-repeat 100% 0%;
margin:0;
padding:20px 0;
}

/* Footer */
#footer{
position:relative;
height:138px;
min-width:1000px;
}
#footer .cont{
padding:10px 10px;
}
#footer .cont .links{
padding:10px 0;
text-align:center;
}
#footer .cont .links a{
color:#336600;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
#footer .cont .copyright{
padding:10px 0;
text-align:center;
color:#336600;
font-size:13px;
font-weight:bold;
}

/* Clear */
.clear:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear {display:inline-block;}
.clear {display:block;}
