File: /home/mmickelson/martyknows.com/wp-content/themes/neutra/404.php
<?php get_header(); ?>
<div id="page">
<div id="left">
<div class="post">
<div class="padding">
<h2>Nothing found here: An error occured (404)</h2>
</div><!-- end .padding -->
<div class="border-gray"></div>
<div class="padding">
<p>Either we've changed a lot of things here or you <strong>mistyped</strong> the URL.</p>
<p>You can <strong>search</strong>, see the <strong>archives</strong> and browse the <strong>categories</strong>.</p>
</div><!-- end .padding -->
</div><!-- end .post -->
</div><!-- end #left -->
<div id="right">
<?php get_sidebar(); ?>
</div><!-- end #right -->
<div class="clearing"></div>
</div><!-- end #page -->
<?php get_footer(); ?>