how about use both?
tables for the main outline (top, left, mid, right) then divs for everything else... and by tables i mean like this:
xml code:
<table>
<tr>
<td colspan="3">Header</td>
</tr>
<tr>
<td>Left</td>
<td>mid</td>
<td>right</td>
</tr>
</table>