<?php get_header(); ?>
<div id="content" class="page col-full">
<div id="main" class="fullwidth">
<div class="page">
<div class="entry margin">
<h1><?php _e( 'Error 404 - Page not found!', 'woothemes' ); ?></h1>
<p><?php _e( 'The page you trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'woothemes' ); ?></p>
</div>
</div><!-- /.post -->
</div><!-- /#main -->
<?php get_sidebar(); ?>
</div><!-- /#content -->
<?php get_footer(); ?>