<?php
require_once('includes/functions.php');
?>
<?php get_template('header', '404 Page Does Not Exist'); ?>
<div id="main">
<h3>404 Page Does Not Exist</h3>
<p>The job listing you are looking for doesn't exist anymore. See all <a href="<?php echo BASE_URL; ?>">current job listings</a>.</p>
</div>
<div id="sidebar">
</div>
<?php get_template('footer'); ?>