<html>
<?php $pageName = "Contact"; ?>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Contact</title>
	<link rel="shortcut icon" href="Art\Icons\LogoFavicon32.png" type="image/x-icon">

  <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

  <script type="text/javascript" src="jscript.js"></script>
  <link rel="stylesheet" href="style.css">

  <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112386024-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-112386024-1');
</script>
</head>



<body>
	<div id="wrapper">
		<?php include("header.html");?>

		<div id="mainSection" class="mainSection">
			<div id="contact" class="whitebox">
				<h2>Contact Us</h2>
				<!-- Do not change the code! -->
				<a id="foxyform_embed_link_918140" href="http://www.foxyform.com/">foxyform</a>
				<script type="text/javascript">
				(function(d, t){
				   var g = d.createElement(t),
					   s = d.getElementsByTagName(t)[0];
				   g.src = "http://www.foxyform.com/js.php?id=918140&sec_hash=bb867b5c8de&width=350px";
				   s.parentNode.insertBefore(g, s);
				}(document, "script"));
				</script>
				<!-- Do not change the code! -->
			</div>
		</div><!-- mainSection -->

		<?php include("footer.html");?>
	</div><!--wrapper-->
</body>



<style type="text/css">

#contact {
	text-align:center;
}

</style>

</html>
