<?php get_header() ?>
<div class='content span-16'>
<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 style="clear:both;"></div>
<div class="postmeta"></div>
</div>
<?php get_sidebar() ?>
<?php get_footer() ?>