#container {
    position : absolute;
    top : 0em;
    left : 10%;
    background-color : #a8a8a8;
}
#header {
    position : absolute;
    padding : 0px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    height : 42px;
}
#header_left {
    position : absolute;
    top : 1em;
    left : 5em;

}
#header_main {

    position : absolute;
    top : 1em;
    left : 30em;
    width: 65em;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
}
#header_right {
    position : absolute;
    top : 1em;
    left : 50em;
}
#header_right2 {
    position : absolute;
    top : 1em;
    left : 60em;
}
#body {
    padding-top : 0px;
    background-color : #656565;
}

#banner {
    position : absolute;
    left : 18em;
    top : 18em;
    padding : 5px;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : normal;
    color : #ffff33;
}

#content {
    position : absolute;
    left : 5em;
    top : 30em;
    padding : 5px;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : normal;
    color : #ffff33;
}
#upper {
    position : absolute;
}

#upper_left {
    position : absolute;
    left : 10%;
    width : 40%;
}

#upper_right {
    position : absolute;
    left : 50em;
}

#upper_right_2 {
    position : absolute;
    left : 60em;
}

#lower {
    position : absolute;
    top : 80%;
}


#lower_right {
    float : right;
    width : 50%;
}

