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