<%@ Master Language="C#" %>
<html>
  <head runat="server" id="Head1">
    <title>
      Using Site Navigation Controls</title>
  </head>
  <body>
    <form id="form1" runat="server">
      <table style="background-color: blue" cellspacing="0" cellpadding="5" border="0" height="80%">
        <tr height="20px">
          <td style="width: 100px">
            <img id="Img1" src="Images/microsoft.gif"  runat="server"/>
          </td>
          <td style="width: 100px">
            <img id="Img2" src="Images/homeadvisor.gif" runat="server" />
          </td>
          <td style="width: 80px; background-color: white" align="center">
            <asp:loginstatus ID="loginstatus" runat="server"/>
          </td>
        </tr>
        <tr>
          <td style="width: 100px" valign="top">
            &nbsp;</td>
          <td style="background-color: white;padding-left:25;padding-top:15" colspan="2" valign="top">
            <asp:ContentPlaceHolder ID="MainBody" runat="server" />
          </td>
        </tr>
      </table>
    </form>
  </body>
</html>
