/* CSS Document */
.body {
    background: url(images/wrapper-middle.png) repeat-y center top;

}

.wrapper_out {
    background: url(images/wrapper-bottom.png) no-repeat center bottom;
}

.wrapper {
    background: url(images/grass-bottom.png) repeat-x center bottom;

}

.wrapper_in {
    padding: 0 0 0 0;
    background: url(images/wrapper-top-new.png) no-repeat center top;
    padding: 0 0 130px 0;
}

.wrapper_in_in {
    margin: 0 auto 0 auto;
    width: 1000px;
    
}

.header {
    height: 78px;
    overflow: hidden;
}

    .menu {
        float: right;
        height: 50px;
        overflow: hidden;
        margin: 25px 25px 0 0;
    }

/*****************************/
.main {
    
}

    .left_bar {
        width: 545px;
        float: left;
        margin: 0 0 0 20px;
        padding: 15px 35px 0 35px;
        
    }
    
    .right_bar {
        width: 290px;
        padding: 15px 25px 0 45px;
        float: left;
        overflow: hidden;
    }
/*****************************/
.footer-out {
    background: #302922 url(images/footer-out-bg.png) repeat-x left top;
}

.footer {
    width: 963px;
    height: 119px;
    margin: 0 auto 0 auto;
    padding: 25px 3px 3px 3px;
    background: url(images/footer-bg.png) no-repeat 330px 25px;
    overflow: hidden;
    color: #DAD2B0;
    font-size: 12px;
    line-height: 24px;
}
    .footer a {
    color: #DAD2B0;
    }

.footer ul li {
    float: left;
    /*border-right: solid #8A826D 1px;*/
    padding: 0 5px 0 0;
    margin: 5px 5px 0 0;
    line-height: 13px;
}
    
    .footer ul li.active a {
        text-decoration: none;
    }
    .footer ul li.last {
        border: none;
    }

