<?php get_header() ?>    
  <div id="main" class="clearfix">
    <div id="content">
      <div class="inner">
				<h1>Error 404: Page Not Found</h1>       
				<p>Sorry, but you are looking for something that isn't here.</p>
				<?php include (TEMPLATEPATH . "/searchform.php"); ?>
      </div>     
		</div>
	<?php get_sidebar() ?>
	</div>
<?php get_footer() ?>