Hey guys,

Quick question. Why doesn't adding padding to the #mainWrapper add the space you are commanding it to add?

If you go to http://www.clevershoppers.com/jono/zencart138a/ you will see that:

#mainWrapper =

#mainWrapper { background-color: #FFF; text-align: left; width: 1002px; vertical-align: top; padding: 0px 10px;}

And #contentMainWrapper =

#contentMainWrapper {width: 100%;}

When you add the padding: 0px 10px; to #contentMainWrapper the padding works but of course is not applied to the header and footer. Can anyone please help?

Thanks!
J.: