You can always embed your Zen cart into an <iframe> within a table structure.
I've created a quick demo page at http://zenned.co.uk/testbed/
HTML Code:
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Embed Zen Cart</title>
</head>
<body>
<table border="0" width="100%" id="table1">
<tr>
<td colspan="2" bgcolor="#62D292"><font size="6" face="Verdana">My
Website</font></td>
</tr>
<tr>
<td valign="top"><iframe src="index.php" width="900" height="750" frameborder="0"> </iframe></td>
<td width="234" valign="top">
<table border="1" width="100%" id="table2" bgcolor="#62D292" bordercolor="#FFFFFF">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>