I think it is the "max-width" you have on the right-column div. I don't think IE6 can handle min and max heights and widths.
Gotta love IE 
Try making it just a "width" rather than "max-width"
If it is crucial that you use "max-width", you could make a separate stylesheet for IE6.
|