body {
    background-image : url(../graph/shadow.png);
    background-position : 50% top;
    background-repeat : repeat-y;
}

#wrapper {
    width : 870px;
    margin : 0 auto;
    padding : 0;
    text-align : left;
    border-left : 1px solid;
    border-right : 1px solid;
    background-image : url(../graph/bottom_small.jpg);
    background-position : left 260px;
    background-repeat : no-repeat;
}

#menu, #content {
    min-height : 600px;
    height : auto !important;
    height : 600px;
    padding : 0;
}

#header {
    width : 860px;
    height : 250px;
    background-image : url(../graph/top_small.jpg);
    background-position : top left;
    background-repeat : no-repeat;
}

#content {
    float : right;
    width : 666px;
    font-size : 90%;
    padding : 10px;
}

#menu {
    font-size : 70%;
    font-weight : bold;
    float : left;
    width : 170px;
    padding-top : 0;
}

#footer {
    border-top : 1px solid;
    clear : both;
    text-align : center;
    font-size : 60%;
    height : 40px;
}
