<?php
include_once "layouts/header.incl.php";

echo "
</head>
<body class='background'>";
   echo $this->Header();
      echo "<div id='main'>";
      echo $this->Menu();
      echo "
      <div id='backcontent'>
         <div id='content'>
            <table border='0' width='100%'>
               <tr>
                  <td valign='top' id='leftcontent' width='100%'>". $this->Content ."</td>
               </tr>
            </table>
         </div>
      </div class=backcontent>
   </div id='main'>";

   echo $this->Footer();

   echo $this->GoogleAnalytics();
echo "</body>
</html>";
?>
