The IE Box Model Problem
The box model solution here is to hard-code different width values for elements in the IE stylesheet.
IE6 poses a problem because of it's ability to switch between quirks mode and 'standards' mode. So I've decided to ensure that IE6 uses quirks mode (well, I haven't - Yahoo! Geocities have!)
So the box-model shopuld be right for IE6, except when I test it prior to uploading!