#LeftContent
{
    display: none;
}

#MainContent
{
    margin: 0px;    
    float: left;
}

#content
{
    
}

#frontDivider
{
    padding-right: 221px;
    position: relative;
}

#RightContent
{
    width: 211px;
    float: right;
    display: block;
    position: relative;
    padding: 0 0 20px 10px;
    border-left: 1px solid #CCC;
    overflow: hidden;
}

div.divLeftDetailsMenu
{
    display: none;
}

#MainContent div.twoColumns
{
    width: inherit;
    padding: inherit;
    margin: inherit;
    border: inherit;
}
#RightContent div.twoColumns
{
    width: inherit;
    padding: inherit;
    margin: inherit;
    border: inherit;
}

