File: /home/mmickelson/martyknows.com/wp-content/themes/freshy/404.php
<?php ob_start(); ?>
<?php get_header(); ?>
<div id="content">
<div <?php post_class(); ?> id="post-none">
<h2 class="center"><?php _e('Error 404',TEMPLATE_DOMAIN, 'freshy'); ?></h2>
<p class="center"><?php _e("Sorry, but you are looking for something that is not here",TEMPLATE_DOMAIN, 'freshy'); ?></p>
<?php get_search_form(); ?>
</div>
</div>
<hr/>
<!-- sidebar -->
<?php get_sidebar(); ?>
<br style="clear:both" /><!-- without this little <br /> NS6 and IE5PC do not stretch the frame div down to encopass the content DIVs -->
</div>
<!-- footer -->
<?php get_footer(); ?>
<?php ob_end_flush(); ?>