<?php header("HTTP/1.0 404 Not Found"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><txp:page_title />: Error</title>
<link rel="stylesheet" type="text/css" media="screen" href="<txp:css />" />
	<txp:feed_link flavor="atom" format="link" label="Atom" />
	<txp:feed_link flavor="rss" format="link" label="RSS" />

</head>
<body class="<txp:s />">
<div id="header"><txp:output_form form="header" /></div>
<txp:output_form form="nav" /> <!-- #nav -->
<div id="content">

<!-- Start Main Content -->

  <div id="read">
<h1>
<txp:error_status />
</h1>
<p>The file you are attempting to access cannot be found.</p>
<p> It has either been moved, renamed or deleted. You might want to try the <a href="/">Homepage</a> or <a href="/archives/">Archive</a> to find what you are looking for.</p>
<p> If you are still having trouble, then feel free to <a href="/contact/">Contact Me</a>.</p>

</div> <!-- End READ -->

</div> <!-- End #content -->

<txp:output_form form="footer" />
</body>
</html>