File: /home/vmasmheia229/domains/defml.net/html/contact.php
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Contact Us | Skywalker & Son: Minneapolis Family Lawyers</title>
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/960.css" type="text/css" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body class="contact">
<div class="container">
<div class="shadow">
<div class="container_12">
<?php include("includes/header.php"); ?>
<div class="grid_12 alpha omega">
<div class="grid_8 alpha">
<div class="padding-left"> <img src="images/home-image.jpg" alt="Name of the Law Firm & Tagline" /> </div>
</div>
<div class="grid_4 omega">
<?php include("includes/call_to_action.php"); ?>
</div>
</div>
<div class="double-line margin-top margin-bottom"></div>
<div class="grid_12 alpha omega">
<div class="grid_6 alpha">
<div class="padding no-padding-top">
<?php include("includes/contact_form.php"); ?>
</div>
</div>
<div class="grid_6 omega">
<div class="padding no-padding-top">
<h2 class="no-margin">Phone Number</h2>
<p>(773) 123-4567</p>
<h2>Address & Location</h2>
<iframe height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=minneapolis,+MN&sll=41.880864,-87.65318&sspn=0.082308,0.128403&ie=UTF8&ll=44.984835,-93.260107&spn=0.01955,0.032101&z=14&output=embed&iwloc=near"></iframe>
<p><a href="http://www.google.com/maps?f=q&source=embed&hl=en&geocode=&q=minneapolis,+MN&sll=41.880864,-87.65318&sspn=0.082308,0.128403&ie=UTF8&ll=44.984835,-93.260107&spn=0.01955,0.032101&z=14&iwloc=near">View Larger Map</a></p>
<address>
123 Main St. Suite 300<br />
Minneapolis, MN 55407
</address>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>
</div>
</div>
</div>
</body>
</html>