The sideboxes are centered in the side columns. What you see is the padding on the center column, adding extra space on each side of it.

stylesheet.css (line 364)
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding:0.8em;
}