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