<?php get_header(); ?>

	<article <?php post_class(); ?>>

		<header class="entry-header">
		
			<h1 class="entry-title">There's a problem.</h1>
			
		</header>
		
		<div class="entry-content">
		
			<p>There appears to be a problem. The page you were looking for no longer exists (or never existed). This could be due to a number of reasons: The page could have been deleted or moved, you could have clicked a bad link or mistyped the address.</p>
			
			<p>Try checking the link. Failing that, you could try searching the site.</p>
			
			<p>Thanks for your patience.</p>
			
		</div>
		
	</article>
	
</div> <!-- end content -->

<div id="sidebar">

	<?php get_sidebar('universal'); ?>
	
</div>


<?php get_footer(); ?>