body{
    font-size: 10px;
    color: black;
    margin: 0px;
    padding: 0px;
   background: url('img/background.gif');
    
}

#wrapper{
    border: 1px solid #9c8059;
    border-width: 1px 0px;
    background: #d0bd94;
    margin: 70px 0px 0px 0px;
    overflow: hidden;
}

#container{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
background: url('img/con_c.gif') repeat-y left top;
    

}
#container-d{
    overflow: hidden;
        background: url('img/con_top.gif') no-repeat left top;   

}
#content{
	overflow: hidden;
    background: #d0bd94;
    background: url('img/content_top.gif') no-repeat left top;
    width: 668px;
    padding-top: 22px;
    float: left;


}

#content-c{
    background: url('img/content_c.gif') repeat-y left top;   
    overflow: hidden;
        min-height:518px;
    height:auto !important;

}

#content-bottom{
    background: url('img/content_bottom.gif') no-repeat left top;  
    height: 22px;
    width: 668px;
}

#content-b{
	overflow: hidden;
    width: 602px;
    border: 4px solid #d0bd9a;
    background: #e0d4b8;
    margin: 20px auto 10px auto;
    padding: 4px;
    min-height:400px;
    height:auto !important;
 
        text-align: left;    
}

#nav{
    width: 122px;
    float: left;
    padding: 40px 0px 0px 0px;
    margin: 18px 0px 0px 0px;
    list-style-type: none;
    background: url('img/con_c.gif') repeat-y right top;
}

#menu_1{
    background: url('img/menu_1.gif') no-repeat;
}
#menu_2{
    background: url('img/menu_2.gif') no-repeat;
}
#menu_3{
    background: url('img/menu_3.gif') no-repeat;
}
#menu_4{
    background: url('img/menu_4.gif') no-repeat;
}


#nav li{
    float: right;
    clear: both;

}
#nav li a{
    height: 101px;
    float: right;
    clear: both;
    width: 82px;
    background-position: 20px 0px;
}
#nav li a:hover{
        background-position: 0px 0px;
}

#nav li a span{
    display: none;
}

#box{
    width: 500px;

}

#box h2{
    float: right;
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
    color: #523306;
}
#box p{
    float: right; 
    clear: right;
}
.box-img{
    position: relative;
    top: -80px;
    float: left;
    margin: -80px 0px 0px 40px;
}


#cont_b{
    background: url('img/con_b.gif') no-repeat left bottom;
    height: 17px;
    width: 100%;
    flaot: left;
    clear: both;
    text-align: left;
}

#content-c{
    text-align: center;
}
#content-c h1{
    font-size: 3em;
    padding: 10px 0px 0px 0px;
   
    display: block;
    text-align: center;
    color: #523306;
}

