html, body {
    background-color: white;
}


/* Main */
div#main_position {
    position:                           absolute;
    top:                                0px;
    left:                               0px;
    width:                              100%;
    height:                             90px;
    background-color:                   white;
}

/* Level 0 */
div#top_position {
    position:                           absolute;
    top:                                0px;
    left:                               0px;
    width:                              100%;
    height:                             90px;
    border-bottom:                      1px solid #ffb231;
    background-color:                   white;
    z-index:                            10;
}

div#content_0_position {
    position:                           absolute;
    top:                                90px;
    left:                               0px;
    width:                              100%;
    min-height:                         400px;
    background-color:                   white;
}

div#content_0 {
    float:                              left;
    width:                              100%;
    min-height:                         400px;
}

/* Level 1 */
div#menu_1 {
    float:                              left;
    width:                              100%;
    height:                             36px;
    /* border-right:                       1px solid #ffb231; */
    /* border-bottom:                      1px solid #ffb231; */
    padding-top:                        0px;
    padding-bottom:                     5px;
    margin-bottom:                      5px;
}

div#content_1 {
    clear:                              both;
    width:                              100%;
    height:                             100%;
    padding:                            0;
}

div#bottom {
    clear:                              both;
    border-top:                         1px solid #ffb231;
    padding:                            5px;
}

/* Level 2 */
div#menu_2 {
    float:                              left;
    width:                              100%;
}

div#content_2 {
    clear:                              both;
    width:                              100%;
    height:                             100%;
}

/* Level 3 */
div#menu_3 {
    float:                              left;
    width:                              100%;
    height:                             100%;
}

div#content_3 {
    clear:                              both;
    width:                              100%;
    height:                             100%;
}

