per trovarlo non saprei dirti, cerca sicuremente in giro si trova qualcosa su cui lavorare.
questo cmq, è il codice della sola parte centrale scritto molto velocemente con un html molto basico. Se incolli il tutto e te lo salvi come file .html lo potrai vedere in locale. Non è difficile personalizzare in quel modo un template già fatto.
<table border="1"><tr>
<td width="300" height="300">CELLA 1 GRANDE</td>
<td width="300" height="300">CELLA 2 divisa IN 3
<table width=100% height="99" border="1"><tr><td>tabella 1</td></tr></table>
<table width=100% height="99" border="1"><tr><td>tabella 2</td></tr></table>
<table width=100% height="99" border="1"><tr><td>tabella 3</td></tr></table></td>
</tr>
<td width="300" height="150">
CELLA 3 divisa in 2
<table width=50% height="147" border="1" Style="float:left"><tr><td>tabella 1</td></tr></table>
<table width=50% height="147" border="1"><tr><td>tabella 1</td></tr></table>
</td><td width="300" height="150">CELLA 4
</td></tr></table>
così è come appare:
![](http://www.radioatlantide.it/images/table.png)