File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/grid_focus/404.php
<?php
/**
* @package WordPress
* @subpackage Grid_Focus
*/
get_header();
?>
<div id="filler" class="fix">
<div id="mainColumn" class="fix"><a name="main"></a>
<div class="post">
<div class="postMeta fix">
<p class="container">
</p>
</div>
<h2>404</h2>
<div class="entry">
<p>Oops. Something obviously isn't right if you're reading this. The URL you entered or followed no longer seems to exist, has been removed, or has been replaced. If you feel that this an error that needs to be addressed, feel free to contact the administrator of this website.</p>
</div>
</div>
</div>
<?php include (TEMPLATEPATH . '/second.column.index.php'); ?>
<?php include (TEMPLATEPATH . '/third.column.shared.php'); ?>
</div>
<?php get_footer(); ?>