﻿/* Here we increase the width of the centre column as there is no left column in this layout */
#centre_Content
{
    width: 750px !important;
}

/* Here we zero the width of the left column as there is no left column in this layout */
#left_sidebar
{
    width:0px!Important;
    
}
