Look for this in the theme.skin file of your skin:
<portal:InnerBodyPanel runat="server"
ExtraCssClasses="art-layout-cell layout-item-0"
...
change ExtraCssClasses to an empty string like this:
ExtraCssClasses=""
Hopefully that will solve it, seems like I remember seeing this problem some weeks back and fixing it with that solution.
Joe