dein problem liegt evtl. an den zeilenumbrüchen !!!
probier mal:
<table cellpadding="0" cellspacing="0">
<tr>
<td><?php include("content/left_image.php"); ?></td>
</tr>
<tr>
<td bgcolor="#999999" valign="top"><?php include("content/titel.php"); ?></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><?php include("content/product_nav.php"); ?></td>
</tr>
</table>
... see you
dark