Open the theme's overall_header.tpl file.
At the end of that file are some closing HTML tags like this
Code:
</td>
</tr>
</table>
you can try removing them.
IF that doesn't work then add another set of closing tags to make that code look like this
Code:
</td>
</tr>
</table></td>
</tr>
</table>