<html>
<head>
    <insert-head/>
</head>
<body>
    <table width="100%" border="1" bgcolor="LemonChiffon">
        <tr>
            <td colspan="2" width="100%">
                <h1>Header</h1>
                (common to every page of the site)
            </td>
        </tr>
        <tr height="300" valign="top">
        <td width="75%" bgcolor="Aqua">
            <insert-body/>
        </td>
        <td width="25%"><h1>Headlines</h1>
        (common to every page of the site)</td>
        </tr>
    </table>
</body>
</html>