Hi,
I just thought I would put my 2 cents in here.
When using css to design your website it might be able good idea to use 2 seperate styling sheets since IE willl render pages differently than most browsers.
Code:
<![if !IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]>
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]-->