<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Brinquedoteca</title>
    <link href="estilos.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
// <!CDATA[

function TABLE1_onclick() {

}

// ]]>
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 755px; height: 165px">
            <tr>
                <td colspan="3" style="height: 100%">
                    <img src="imagens/topo2.jpg" /></td>
            </tr>
            <tr>
                
        <td style="vertical-align: top; width: 15%; height: 439px; background-color: papayawhip; text-align: center;"> 
            <br />
          <img src="imagens/magali.png" align="center"  style="width: 61px; height: 120px" usemap="#Map" border="0" /><br />
          <br />
            <br />
          <img src="imagens/cascao.png" style="width: 60px; height: 120px" border="0" usemap="#Map2" /><br />
            <br />
            <br />
          <img src="imagens/chico.png" style="width: 94px; height: 121px" usemap="#Map3" border="0" /><br />
            <br />
            <br />
          <img src="imagens/bidu.png" style="width: 78px; height: 114px" usemap="#Map4" border="0" /><br />
        </td>
                <td style="width: 80%; height: 439px; vertical-align: top;" >
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
                <td colspan="2" style="height: 11px">
                    rodape</td>
            </tr>
        </table>
    </div>
    </form>
<map name="Map" id="Map">
  <area shape="rect" coords="-7,0,66,124" href="brinquedoteca.aspx" />
</map>
<map name="Map2" id="Map2">
  <area shape="rect" coords="0,0,59,123" href="atendimentos.aspx" />
</map>
<map name="Map3" id="Map3">
  <area shape="rect" coords="-6,0,107,128" href="#" />
</map>
<map name="Map4" id="Map4">
  <area shape="rect" coords="-26,-3,79,118" href="#" />
</map>
</body>
</html>

