IE6 Is Not Displaying Some Blocks, Images and Text

Permalink
Once again, IE6 is making my life hell, and I have to design for this browser because the users work in labs and are not allowed to upgrade. Here is the test site:http://careydemartini.com/CollagenDiagnostics/... here is the actual site:http://www.pathology.washington.edu/clinical/collagen/... both will show 3 problems in IE6:
1. the logo image doesn't show, the code is:
<h1 id="logo">
<a href="<?php echo DIR_REL?>/"><img src="<?php echo $this->getThemePath()?>/images/CDLlogo.jpg" alt="Collagen Diagnostic Laborator"/></a>
</h1>
2. the superfish menu does not appear on every page and has worked for me before in IE6.
3. The last line of every Area Splitter block does not appear.
PLEASE HELP!

sschildbach