I am having a problem with the way ie6 is, or rather isn't, rendering my table for the header. I severly modified the vipixel theme V-Autumn and it renders correctly in mozilla, netscape, and Firebird, but not in Internet explorer. I am having no luck figuring it out, ie seems just not to render to pictures that "blend" the banner into the page...any help or ideas would be great...thanks so much.
What it should look like::

what it does::

The site::
http://shuttle.hostvector.com/~gracebi/
header.html code::
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="9" align="left" valign=top><img src="themes/gbfround/images/banner.jpg" width="100%" height="115" border="0" alt="">
</td>
</tr>
<tr>
<td colspan="5" background="themes/gbfround/images/Header_r6_c2.gif" bgcolor="#000000"><img name="Header_r6_c2" src="themes/gbfround/images/spacer.gif" width="1" height="4" border="0" alt=""></td>
</tr>
<tr>
<td colspan="5" background="themes/gbfround/images/Header_r7_c2.gif"><div align="right"><img name="Header_r7_c2" src="themes/gbfround/images/spacer.gif" width="1" height="18" border="0" alt="">
<?php
echo "<span class=\"comments\">";
echo ml_ftime(_DATETIMEBRIEF, (time(time())));
echo "</span> \n";
?>
</div></td>
</tr>
</table>
<tr>
<td colspan="9" align="left" valign=top><img src="themes/gbfround/images/banner.jpg" width="100%" height="115" border="0" alt="">
</td>
</tr>
<tr>
<td colspan="5" background="themes/gbfround/images/Header_r6_c2.gif" bgcolor="#000000"><img name="Header_r6_c2" src="themes/gbfround/images/spacer.gif" width="1" height="4" border="0" alt=""></td>
</tr>
<tr>
<td colspan="5" background="themes/gbfround/images/Header_r7_c2.gif"><div align="right"><img name="Header_r7_c2" src="themes/gbfround/images/spacer.gif" width="1" height="18" border="0" alt="">
<?php
echo "<span class=\"comments\">";
echo ml_ftime(_DATETIMEBRIEF, (time(time())));
echo "</span> \n";
?>
</div></td>
</tr>
</table>
