nice! it worked, but now, the sidebar and the spot for my adsense ad got all messed up so i floated it to the left. It’s all the way to the left, now and when i try to add padding its not working. this is what the css looks like for the #body
#body { float: left; padding-left: 50px; border: 3px solid gold; width: 600px; }
is that correct?