QUOTE(Darin McGrew @ Dec 12 2007, 10:38 AM)

Well, yes. You've got a fixed-width layout, and it uses tables. For starters, you could get rid of all the width attribute everywhere it occurs in a table.
But it looks like you're using tables to position content over specific areas of your background image, so you'll need to change that too. But that's okay, because that's an especially fragile design anyway.
But the point is, there isn't a simple fix. You need to redesign the layout of the site.
Ahhh, ok well thats a shame. I really liked my layout

Are you saying by taking out the
width I would be able to semi-fix or fully fix my problems?