<html>
<head>
<title>Table Page Layout</title>
<head>
<body leftmargin="0" topmargin="0">
<table border="0" width="100%" height="100%"
Cellpadding="10" cellspacing="0">
<tr bgcolor="#FFFF00">
<td colspan="2" height="87" valign="top">
<h2>Top table cell</h2>
This table cell would contain a title banner or company logo.
</td>
</tr>
<tr>
<td width="130" bgcolor="#FF00FF" valign="top">
<h2>Menu<br /> table cell</h2>
This table cell would contain a series of hyperlinks to other pages.
<p>Link 1<br />
Link 2<br />
Link 3<br />
Link 4<br />
Link 5
</td>
<td bgcolor="#00FFFF" valign="top">
<h1>Main table cell</h1>
This table cell would contain the sites main content.
<p>The sites main pages would be displayed in this table cell in a new
page when the menu links were clicked.
</td>
</tr>
</table>
</body>
</html>