body {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 12px;
    background: #000000;
}

#menu {
    background: #8E1422;
    position:absolute;
    top:110px;
    left:0px;
    width: 100%;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}


#container {
    text-align: left;
    border: 0px;
    width: 100%;
    margin: 0 0 0 0;
    background: #E0E0E0;
}

#header {
    background: #280000;
    /*background-x-position: 0pt;*/
    /*background-y-position: 0pt;*/
    float: left;
    width: 100%;
    height: 133px;
    margin-top: 0em;
}

#centercontainer {
    text-align: left;
    border: 0px;
    width: 100%;
    margin: 0 0 0 0;
    background: #E0E0E0;
}

#left {
    /*background: #000000; */
    background: #000000 url(/images/2008/bottom_top_left.jpg) no-repeat fixed bottom;
    float: left;
    width: 180px;
    min-height: 300px;
    margin: 0 0 0 0;
}

#right {
    background: #FFFFFF;
    min-height: 300px;
    clear: both;
    /*position:relative;*/
    /*top:133px; 
    left:180px; */
}

#footer {
    background: #280000;
    float: left;
    width: 100%;
    height: 90px;
    margin-top: 0em;
}
