seasons/index.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>Fall Activities</title>
<!-- #EndEditable -->
<link href="../camp.css" rel="stylesheet" type="text/css" />
<!-- #BeginEditable "headsection" -->
<style type="text/css">

.seasons {
	font-weight: bold;
	text-align: center;
	word-spacing: 2em;
}
</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>Each season offers a unique experience from the wildflowers of spring 
		and summer to the jaw dropping colors of fall and quiet seclusion of cross 
		country skilling in winter, Camp Escalante has something for every season.</p>
		<p>More text or images would be appropriate here.</p>
		<!-- #EndEditable -->
	</div>
	<div id="content">
	<!-- #BeginEditable "main" -->
		<h1>Experience all four seasons at Camp Escalante</h1>
		<p class="seasons"><a href="#spring">Spring</a> <a href="#summer">Summer</a>
		<a href="#fall">Fall</a> <a href="#winter">Winter</a> </p>
		<h2><a name="spring"></a>Spring</h2>
		<p><img alt="spring time" height="240" src="../images/spring.jpg" 
		width="550" /> </p>
		<h2><a name="summer"></a>Summer</h2>
		<p><img alt="summer meadows" height="386" src="../images/summer.jpg" 
		width="550" /></p>
		<h2><a name="fall"></a>Fall</h2>
		<p><img alt="fall" height="403" src="../images/fall.jpg" width="550" /></p>
		<h2><a name="winter"></a>Winter
		</h2>
		<p><img alt="winter" height="367" src="../images/winter.jpg" 
		width="550" /> </p>
		<!-- #EndEditable -->
		</div>
	<div id="footer">
		<p>©2009 Cheryl D Wise</p>
	</div>
</div>

</body>

<!-- #EndTemplate -->

</html>