*{
    font-family: verdana;
    font-size: 14px;
}

body{
    background: #A8A86E;
}

#body_header{
    background-image: url(/images/header_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 50px;
}

#body_header div{
    text-align: right;
    float: right;
    margin-top: 120px;
}

#body_footer{
    background-image: url(/images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 150px;
}

#body_container{
    width: 1117px;
    margin-left: -30px;
}
#body_content{
    background-image: url(/images/body_bg.jpg);
    background-repeat: repeat-y;
    padding-left: 71px;
}

.margins{
    padding-left: 30px;
}

#body_inner_header{
    background-image: url(/images/inner_header.jpg);
    background-repeat: repeat-y;
    height: 130px;
}
#body_inner_footer{
    background-image: url(/images/inner_footer.jpg);
    background-repeat: repeat-y;
    height: 130px;
}

#body_inner_footer div{
    position: relative;
    background-color: #CDCDAB;
    height: 50px;
    margin-left: 80px;
    margin-right: 115px;
    top: -25px;
    font-size: 12pt;
    z-index: 10;
}
#body_inner_content{
    background-image: url(/images/inner_bg.jpg);
    background-repeat: repeat-y;
    padding-left: 55px;
    min-height: 700px;
}
#grain{
    position: absolute;
    left: 130px;
    top: 200px;
    float: left;
    height: 816px;
    width: 426px;
    z-index: 1;
}

#nav{
    position: relative;
    background-image: url(/images/nav.png);
    background-repeat: no-repeat;
    height: 69px;
    width: 876px;
    top: 50px;
    left: 65px;
    z-index: 10;
    text-align: center;
    line-height: 56px;
    font-size: 13px;
}

#nav a, #footernav a{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

#nav a:hover, #footernav a:hover{
    font-size: 13px;
    text-decoration: underline;
}


#content_container{
    position: relative;
    width: 851px;
    left: 15px;
    
    min-height: 700px;
}
/*#content_container_content{
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
*/

#leftinfo{
    position: relative;
    z-index: 100;
    float: left;
    width: 315px;
    /*border: 1px solid black;*/
    margin-right: 30px;
    margin-bottom: 20px;
}

#content_container_header{
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 20px;
}


#infobox_content{
    background-color: #a5a56c;
    padding-left: 10px;
    padding-right: 10px;
}

#infobox_header{
    background-image: url(/images/infobox_top.png);
    background-repeat: no-repeat;
    height: 10px;
}

#infobox_footer{
    background-image: url(/images/infobox_bottom.png);
    background-repeat: no-repeat;
    height: 10px;
}

.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.brown-box{
    background-color: #A5A56C;
    padding: 10px;
}

.white-box{
    background-color: #FFFFFF;
    padding: 10px;
}
