<?php
include_once "layouts/header.incl.php";

echo "
</head>
<body xstyle='background-color: white; '>";
   //echo $this->Header();
   //   echo "<div id='main'>";
   //   echo $this->Menu();
   //   echo $this->Specials();
    echo $this->Content;

   //echo $this->Links();
   //echo $this->Footer();
   //
   //echo $this->GoogleAnalytics();
echo "</body>
</html>";
?>
