Look for this in your theme.skin file:
<portal:InnerBodyPanel runat="server"
ExtraCssClasses="art-layout-cell layout-item-0"
DetectSideColumn="true"
SideColumnxtraCssClasses="art-box-body art-blockcontent-body"
/>
change it like this:
<portal:InnerBodyPanel runat="server"
ExtraCssClasses=""
DetectSideColumn="true"
SideColumnxtraCssClasses="art-box-body art-blockcontent-body"
/>
Hope that helps,
Joe