Hello,

I copied and pasted another CSS from another website to determine that it was a CSS issue and not a template issue. I have narrowed my problem to the margins I have set for the left and right column containers. Basically I want a 1.5em margin around my sideboxes on both the left and right side. I want my center column to be centered in the remaining space in the center.

When I delete these margins the center column behaves nice and centers itself. When I add the margins to the left and right sidebox containers then the center column pushes the right column over so that it is overlapping the main wrapper.

It's almost as if the center column needs a container too. You would think that the left and right margins would cause the center to fill in with the space that is left.