Arrgg, you are using the combination template with the stylesheet_new and the stylesheet_original....you should really correct this earlier than later....
But this should correct the current issue...take this code:
Code:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
And pull this out and apply this padding or change the amount as you see fit
Code:
#contentMainWrapper {
padding: 3em;
}
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}