<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

	<head>

		<title>Error 404 Not Found</title>
		<meta name="author" content="Saul Hardick" />
		<meta name="description" content="Error 404 notification page" />
		<meta name="keywords" content="Error, 404, Not Found, notification" />
		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

		<!--Stylesheets-->
		<link rel="stylesheet" href="/css/styles.css" type="text/css" media="screen" />
		<link rel="stylesheet" href="/css/contact.css" type="text/css" media="screen" />
		<!--END Stylesheets-->

		
		<!--jQuery-->
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
		<!--END jQuery-->		

	</head>

	<body>
				
    
		<!--Page Header-->
    	<div id="sblock">
			<p>
				<a href="http://www.saulhardick.com">
					<img style="margin-top:20px;margin-left:7px; padding:10px; color:#aaa; background:url('/images/interface/bg-black.png'); " src="/images/interface/logo.png" alt=""/>
				</a>
			</p>	
		</div>
		<!--END Page Header-->
		
		<!--Contact form-->
	    <div id="contactform">
	    	<span style="font-weight:bold; font-size:15px;">Error 404 - Not Found<br><br></span>
	    	Please send me a message to let me know you're having problems:<br><br><br>
	    	<div id="contact-area">
				
				<form method="post" action="contactengine.php">
					<label for="Name">Name:</label>
					<input type="text" name="Name" id="Name" />
					
					<label for="City">City:</label>
					<input type="text" name="City" id="City" />
		
					<label for="Email">Email:</label>
					<input type="text" name="Email" id="Email" />
	                
	                <label for="Tel">Tel:</label>
					<input type="text" name="Tel" id="Tel" />
					
					<label for="Message">Message:</label><br />
					<textarea name="Message" rows="20" cols="20" id="Message"></textarea>
	
					<input type="submit" name="submit" value="Submit" class="submit-button" />
				</form>
				
				<div style="clear: both;"></div>
	            </div>
	    </div>
		<!--END Contact form-->
		
	</body>

</html>