File: /home/mmickelson/martyknows.com/wp-content/themes/suburbia/404.php
<?php
/**
 * @package Suburbia
 */
?>
<?php get_header(); ?>
<div id="post-0" class="post error404 not-found">
	<div id="single">
		<h1><?php _e( 'This is somewhat embarrassing, isn’t it?', 'suburbia' ); ?></h1>
		<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'suburbia' ); ?></p>
		<?php get_search_form(); ?>
	</div><!-- #single -->
</div><!-- #post-0 -->
<div id="bottom-wrapper" class="clear">
	<?php get_template_part( 'sidebar-bottom' ); ?>
</div>
<?php get_footer(); ?>