Can anyone help me understand what is going wrong with my attempt to insert my banner into the template? What I am attempting is to place this table:

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" id="navbarz">
<tr id="divnavbarz">
<td width="760"><div align="left"><img src="../assets/banner2008_01.gif" width="760" height="149" alt="Banner Top" /></div></td>
</tr>
<tr>
<td id="divnavbarz"><a href="../index.html">HOME</a> | <a href="../store/history.html">ABOUT US</a> | <a href="../enews08/eventspg08v2.html">EVENTS</a> | <a href="../store/parentindex.html">PARENTS</a>| <a href="../store/teacherindex.html">TEACHERS</a> | <a href="http://www.goldenapplels.com/ZcartGA/">STORE</a> | <a href="../store/contactus.html">CONTACT</a> | <a href="../store/directions08.html">FIND US</a></td>
</tr>
</table>

at the top of the page in place of the logo.gif. It works fine in Safari & FF, but in IE it places a huge white gap - so huge that my IE customers think the page is blank. Am I attempting the impossible with this?