﻿body {
}

#outer_wrapper
{
    width: 100%;
    height: auto;
    background: #E7F1CE;
    margin: auto auto;
    margin-top: 10px;
}

#inner_wrapper
{
    width: 95%;
    height: 100%;
    margin: auto auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #D4C398;
}

#tab_one
{
}

#content_frame
{
    padding: 4px !important;  /*This overides the padding that the other pages have
                              because this page has the nested AJAX tab menu. */    
}