Code:
<link rel="stylesheet" href="style.css" type="text/css" />
<!--[if IE]>
<link rel="stylesheet" href="iestyle.css" type="text/css" />
<![endif]-->
And in iestyle.css have the IE CSS fixes like width, etc.
Or you could use link rel for normal and use the style tag for the IE stuff.