contactus.html
<!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">

<!-- #BeginTemplate "template/camp.dwt" -->

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>HomeDiscover AccomodationsBack C</title>
<!-- #EndEditable -->
<link href="camp.css" rel="stylesheet" type="text/css" />
<!-- #BeginEditable "headsection" -->
<style type="text/css">
/* page level styles */
</style>
<!-- #EndEditable -->
</head>

<body>

<div id="container">
	<div id="masthead">
		<a href="index.html">
		<img alt="Camp Escalente" height="100" src="images/camp2.png" 
		width="420" /></a></div>
	<div id="menu">
		<ul>
			<li><a href="index.html">Home</a></li>
			<li><a href="discover/index.html">Discover</a> </li>
			<li><a href="challenge/index.html">Challenges</a> </li>
			<li><a href="special-camps/index.html">Special Camps</a> </li>
			<li><a href="seasons/index.html">Four Season</a> </li>
			<li><a href="booking/index.html">Booking Info</a></li>
			<li><a href="contactus.html" title="Inquiries">Contact Us</a></li>
		</ul>
	</div>
	<div id="sidebar">
		<!-- #BeginEditable "sidebar" -->
		<p> </p>
		<!-- #EndEditable -->
	</div>
	<div id="content">
	<!-- #BeginEditable "main" -->
		<h1>Contact Camp Escalante</h1>
		<form action="" method="post">
			<fieldset id="basic" name="basic">
			<legend>Contact Informtion</legend>
			<label id="lblvname" for="vname">Name:</label>
			<input name="vname" type="text" /><br />
			<label id="lbldphone" for="dphone">Day Phone:</label>
			<input name="dphone" size="20" type="text" /> <br />
			<label id="lblephone" for="ephone">Evening Phone:</label>
			<input name="ephone" size="20" type="text" /><br />
			<label id="lblmphone" for="mphone">Mobile Phone:</label>
			<input name="mphone" size="20" type="text" /><br />
			<label id="lblemail" for="email">email:</label>
			<input name="email" size="20" type="text" /><br />
			<label id="lblmessage">Message:</label>
			<textarea cols="45" name="TextArea1" rows="10"></textarea></fieldset>
			<fieldset id="preference" name="preference">
			<legend>Contact Preference</legend>
			I prefer you contact me by<label id="Label1"> email
			<input checked="checked" name="contact" type="radio" value="emailp" />
			</label><br />
			by phone nuumber: <label>day<input name="contact" type="radio" value="dayp" /></label>
			<label>evening <input name="contact" type="radio" value="eveningp" /></label>
			<label>mobile <input name="contact" type="radio" value="mobilep" /></label>
			</fieldset>
		</form>
		<!-- #EndEditable -->
		</div>
	<div id="footer">
		<p>©2009 Cheryl D Wise</p>
	</div>
</div>

</body>

<!-- #EndTemplate -->

</html>