(0 . 0)(1 . 18)
66220 <?php
66221 /**
66222 * @package WordPress
66223 * @subpackage Default_Theme
66224 */
66225
66226 get_header();
66227 ?>
66228
66229 <div id="content" class="narrowcolumn">
66230
66231 <h2 class="center">Error 404 - Not Found</h2>
66232
66233 </div>
66234
66235 <?php get_sidebar(); ?>
66236
66237 <?php get_footer(); ?>