
html, body{
margin: 0;
padding:0;
}
body{
background-color: #A78453;
background-image: url('../img/back_main.jpg');
background-position: center top;
}
div#box{
width: 905px;
position: relative;
margin: 0 auto;
}
div#left{
position: absolute;
top: 0px;
left: 0px;
width: 212px;
min-height: 200px;
background-image: url('../img/back_left.jpg');
background-repeat: no-repeat;
z-index: 10;
padding: 300px 0 20px 0;
}
* html div#left{
height: 200px;
}
div#left ul{
margin:0;
padding: 0;
list-style-type: none;
}
div#left li{
margin: 0px 0px 8px 0px;
padding: 0;
}
div#left li a{
display: block;
height: 22px;
width: 126px;
background-image: url('../img/back_butt.gif');
background-repeat: no-repeat;
margin-left: 10px;
padding: 4px 0 0 0;
text-align: center;
}
div#left li li{
margin: 1px 0 0 0;
padding: 0 0 3px 0;
background-image: url('../img/back_subnav_b.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
div#left li ul{
margin-left: 18px;
}
div#left li li a{
margin: 0;
padding: 3px 1px 0 1px;
background-image: url('../img/back_subnav_t.gif');
background-repeat: no-repeat;
height: auto;
width: 109px;
}
div#right{
position: absolute;
top: 0px;
left: 173px;
width: 732px;
z-index: 6;
}
div#header{
height:211px;
position:relative;
}
div#content{
background-image: url('../img/back_box.gif');
background-repeat: repeat-y;
min-height: 340px;
padding: 20px 100px 10px 100px;
}
* html div#content{
height: 340px;
}
div#footer{
background-image: url('../img/footer.gif');
background-repeat: no-repeat;
padding: 20px 30px;
text-align: right;
}
div#footer, br.clear{
clear: both;
}

*{
font-family: arial, sans-serif;
font-size: 14px;
color: #322004;
}
div#header div#language{
position: absolute;
width:165px;
text-align: center;
right: 80px;
bottom: 30px;
}
div#language a{
font-size: 12px;
color: #fff;
text-decoration: none;
font-weight: bold;
}
div#language a:hover{
color: #c00;
}
div#footer, div#footer *{
color: #fff;
font-size: 11px;
text-decoration: none;
}
div#left a{
font-weight: bold;
text-decoration: none;
color: #F9CB6C;
}
div#left a:hover{
color: #FBEBCA;
}

div#left li li a{
font-size: 12px;
font-weight: 300;
color: #FBEBCA;
}
div#left li li a:hover{
color: #900;
}

h1{
margin: 0 0 1em 0;
font-size: 22px;
color: #a00;
}

h2{
margin: 0;
color: #a00;
}
h3{
margin: 0;
}
p{
margin: .5em 0 1em 0;
}