<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Contact Us</title>
<link rel="stylesheet" type="text/css" href="main.css" />

</head>

<body>
<h1>Contact Us via E-Mail</h1>

<div id="inhalt">
	<?php include "navi.php";?>
	
	<h2>EveryLayout.com Contact Information</h2>
	<p>The best way to reach the team here at everylayout.com is via email: <a href="mailto:info@everylayout.com">info@everylayout.com</a></p>
	<p>If you have any questions about site content or believe we are sharing images that belong to you please let us know. We only provide links to these images as a service. Most everything is submited by users and we have no control over what is placed on the site so if there are any issues email us and it will be removed immediately.</p>
	<p>If you would like to exchange links, articles, layouts, or content please also let us know. We love to trade content with out myspace related resource sites! </p>
	<br /><!-- This little BR is because IE5PC likes to ignore the margin-bottom on the last P above if it is the last element in the DIV-->
</div>




</body>
</html>

