﻿#sidebar 
{
}

#contentWrap 
{
    background: url('../../images/sidebar_back.gif') repeat-y 0 0; 
}

#mainContent, .mainContent 
{
    width: 745px;
}

div.OneColumn{   width:734px; overflow:hidden;}
div.TwoColumn{   width:362px; overflow:hidden;}
div.ThreeColumn{ width:238px; overflow:hidden;}

.ShowWithVisibleNav
{
      /*display:none;*/
}
.ShowWithHiddenNav
{   display:none;
    visibility:hidden;
    width:0px;
    font-size:0;
    height:0px;
    position:absolute;
    left:0;
    top:0;
}