#contentcolumn{
    margin: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
    float: left;
    width: 0; /*Width of left column*/
    margin-left: 0;
}
