So, how does this translate into HTML:
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td width="200" align="center"> LOGO </td>
<td align="center"> HEADLINE </td>
</tr>
<tr>
<td width="200" valign="top"> NAVIGATION </td>
<td valign="top"> BODY </td>
</tr>
</table>


