Nevermind. Duh! all I had to do is remove the following code from the header.
Code:
<!-- Left Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="left">$leftcolumn</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
and the following code from the footer.
Code:
<!-- Left Column Code -->
</td></tr>
</table>
</td></tr>
</table>
<!-- End Left Column Code -->