File: /home/httpd/html/hardercopy.com/wp-content/themes/hardcopy.com/404.php
<?php get_header(); ?>
<div id="wrapper">
<div id="contentwrapper">
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="blogitem">
<div id="bloghead">
<div id="blogtitle"><h3>404 Boulevard</h3></div>
</div>
<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>
<?php endwhile; ?>
<?php else : ?>
<div id="blogitem">
<h3>No matching results</h3>
<p>You seem to have found a mis-linked page or search query with no associated results. You can try seraching in the search field.</p>
</div>
<?php endif; ?>
</div>
<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?>
</div>
</div>
<?php get_footer(); ?>