#outerContainer {
    width: 900px; /*Width of main container*/
    margin: 0 auto;
}

#contentWrapper {
    float: left;
    width: 100%;
    margin: 15px 0;
    min-height: 50em;
    _height: 50em;
   /* background: url("/images/assets/2columnBackground.gif") 0 15px repeat-y;*/
}

#leftColumn {
    margin-top: 5px;
}
#rightColumn {
    margin-top: 15px;
}

#contentColumn {
    /* REDESIGN 2014
    margin-left: 190px;*/ /*Set left margin to leftColumnWidth*/
  /*  border-left: 1px solid #ccc; */ /* Replace this property with an image to fake 100% height*/
}

#leftColumn {
    float: left;
    width: 190px; /*Width of left column*/
    margin-left: -900px; /*Set left margin to -(outerContainerWidth)*/
        _margin-left: -905px; /*Set left margin to -(outerContainerWidth)*/
}

/***************************************************************
 *
 * * Overwrite CQ built-in CSS rules that gives extra space
 *
 * *************************************************************/
/*.paddedBox{
   _margin-left: 5px;
}*/
