Look at your stylesheet.css file (line 865), which looks similar to:
Code:
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    float: left;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-top: 0.1em;
and add a line underneath that:
Code:
.centerColumn { float: none; }