.header
{
    
}
.banner_menu
{
    height: 32px;
    background-color: red;
    text-align: center;
}
.body_section
{
}
.menu
{
    width: 100px;
    background-color: #ce8540;
    min-height: 100px;
    vertical-align:top;
}
.content
{
    width: 745px;
    background-color: #FFFFFF;
    min-height: 100px;
    padding: 4px;
}
.footer
{
    height: 51px;
    border-top: red thin solid;
    padding-left: 45px;
    padding-top: 15px;
    text-align: left;
}
.main_container
{
    width: 850px;
    text-align: left;
    border: black 1px solid;
}
