The width of the three columns is controlled by CSS. So the easiest thing to do would be, as you said, use the left and center columns only. In CSS, play around with the widths until you get what you want. I haven't tried it, but you probably would only need to specify a width for the left column of 50%. The center would then take up the rest of the width on the page.
Jamie