﻿/****************************************************************************************\
    
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

div#content_wrapper
{
    margin-right    : -230px;
    margin-left     : 0px;
    width           : 100%;
    float           : left;
    position        : relative;
}

div#content_sub
{
    float       : right;
    position    : relative;
    width       : 210px;
}

div#content_main
{
    position        : relative;
    margin-right    : 230px;
    margin-left     : 0px;
    padding-bottom  : 20px;
}
