Got fed up with the old layout - so a new theme (this one actually works with search etc).
Under subversion here:
https://secure.longship.org/repository/web/trunk/wordpress/themes/
Something new learned today:
http://virtuelvis.com/archives/2004/02/css-ie-only
Example - include an IE specific stylesheet (to correct for IE's CSS border model) without hacking the stylesheet to pieces:
<!--[if IE]><link rel="stylesheet" type="text/css" href="ie.css"/><![endif]-->