/* CSS Document */
body {
margin:0;
padding:0;
font:11px "Trebuchet MS", Verdana, Arial;
color:#000;
}

#wrapper {
width:1000px;
margin:0 auto;
padding:0;
}

.header {
background:url(images/header.gif) no-repeat top;
height:220px;
padding-top:11px;
}

.header_in {
background:url(images/header.gif) no-repeat top;
height:220px;
padding-top:11px;
}

.logo {
height:106px;
width:207px;
margin:0 auto;
padding-bottom:38px;
}

.logo2 {
width:139px;
float:right;
position:relative;
top:-10px;
}

.nav {
/*width:100%;*/
width:860px;
}

.nav td {
border-right:1px solid #777;
text-align:center;
width:75px;
padding:0px 5px;
height:67px;
}

.nav td a {
color:#a49790;
text-decoration:none;
}

.nav td a:hover {
color:#75645c;
}

.nav td a.subMenu {
color:#afa49d;
text-decoration:none;
}

.nav td a:hover.subMenu {
color:#75645c;
}


.ctn_body {
background:url(images/bg_ctnbody.jpg) no-repeat top;
padding:15px 200px;
position:relative;
/*top:-11px;*/
}

.ctn_body_in {
background:url(images/bg_ctnin.jpg) no-repeat top;
padding:15px 200px;
position:relative;
top:-11px;
}

.ctn_body_in_newtemplate {
background:url(images/bg_ctnin_newtemplate.jpg) no-repeat top;
padding:15px 200px;
position:relative;
top:-11px;
}





