Try it like this with the Form closing tag put after the controls.
<
form id="Form1" method="post" runat="server">
<!-- ImageReady Slices (layout.psd) -->
<
div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td colspan="2" style="height: 76px">
<img src="images/shore.gif" style="width: 160px; height: 88px" />
<img src="images/lmc.gif" style="width: 536px; height: 32px" /></td>
</tr>
<tr>
<td colspan="2" style="height: 47px; background-color: maroon">
<asp:Menu ID="Menu1" runat="server" Font-Bold="True" Font-Italic="False" Font-Names="Calisto MT"
Font-Size="Medium" ForeColor="White" Orientation="Horizontal" PathSeparator="|">
<Items>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="Home" Value="Home"></asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="Administration" Value="Administration">
</asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="CBO" Value="CBO"></asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="Coding/QI" Value="Coding/QI">
</asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="DMAR" Value="DMAR"></asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="Finance" Value="Finance">
</asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="Human Resources" Value="Human Resources">
<asp:MenuItem Text="Forms" Value="Forms"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem SeparatorImageUrl="~/images/greydot.gif" Text="IS" Value="IS"></asp:MenuItem>
<asp:MenuItem Text="Operations" Value="Operations"></asp:MenuItem>
</Items>
</asp:Menu>
</td>
</tr>
<tr>
<td style="width: 13px; height: 567px" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</asp:Panel>
</td>
<td style="width: 82px; height: 567px; background-color: gainsboro" valign="top">
</td>
</tr>
<tr>
<td colspan="2" style="height: 37px; background-color: maroon; font-weight: bold; font-size: 24pt; color: white; font-style: italic; font-family: 'Times New Roman';" valign="bottom">
</td>
</tr>
</table>
</
div>
<!-- End ImageReady Slices -->
</
form>
</
body>
</
html>
Dan Bryant