﻿<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NaturesRetreat</title>
<style type="text/css" media="all">
<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #002000;
  line-height: 14px;
  font-size: 11px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style page titles. */
h1 {
  line-height: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
/* Sets the style for unvisited links. */
a:link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #e6ede6;
  border-right: inset medium #141614; /* Sets the right border properties for an element using shorthand notation */
  width: 780px;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  border-bottom: inset medium #141614; /* Sets the bottom border properties for an element using shorthand notation */
}
#outerWrapper #header {
  background-color: #ddd;
  height: 360px;
  line-height: 15px;
  font-size: 18px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-weight: bold;
  background-image: url("naturesretreat_Header.jpg");
}
#outerWrapper #topNavigation {
  background-color: #0d2b4c;
  height: 25px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper {
  border-bottom-color: #e6ede6;
  background-color: #e6ede6;
}
#outerWrapper #contentWrapper #leftColumn1 {
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #39659a;
  float: left;
  border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
  width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #e6ede6;
  margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: left;
}
#outerWrapper #footer {
  background-color: #39659a;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.style1 {
	font-size: medium;
}
.style2 {
	font-size: small;
}
.style3 {
	border-style: solid;
	border-width: 1px;
}
-->
</style>
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  color: #000;
  background-image: none;
  background-color: #16340F;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#navbar ul { 
margin: 0; 
padding: 5px; /* Set margin and padding for cross browser consistency. */ 
list-style-type: none; /* Needed to eliminate list item marker */ 
text-align: center; /* Centers navigation bar */ 
background-color: #000; /* Set as desired */ 
} 

#navbar ul li { 
display: inline; /* Needed to create horizontal effect */ 
} 

#navbar ul li a { 
text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
padding: .2em 1em; /* Gives the link space inside it's individual block. */ 
color: #fff; /* Set as desired */ 
background-color: #000; /* Set as desired */ 
} 

#navbar ul li a:hover { 
color: #000; 
background-color: #fff; /* Both of these values create the "Rollover effect, Set as desired */ 
} 

-->
</style>
</head>

<body>

<div id="outerWrapper">
  <div id="header"></div>
  <div id="topNavigation">Top Navigation</div>
  <div id="contentWrapper">
    <div id="leftColumn1"><h2>Nature&#39;s Retreat Cabins</h2>
		<p class="MsoNormal"><span class="style2"><strong>W</strong></span><strong><span class="style2">elcome 
		to Nature’s Retreat Cabins and Welcome to the splendor of the Hocking 
		Hills</span><span class="style1">. </span></strong></p>
		<p class="MsoNormal">We offer two cabins located on land that reflects 
		the same natural beauty that makes the region so popular among outdoor 
		enthusiasts. Those who love thick forests, craggy hillsides and meadows 
		dotted with wildlife will also find themselves fondly looking forward to 
		their next visit to Nature’s Retreat. </p>
		<p class="MsoNormal">
		<img alt="Hocking Hills Cabin-Ridge View" src="Ridge_View_Cabin_In_1.jpg" width="200" height="200" class="style3" /></p>
		<p class="MsoNormal"><strong>Ridge View Cabin features forty acres of 
		farm-like meadows and rugged woodlands to explore. </strong></p>
		<p class="MsoNormal"><strong>
		<img alt="Hocking Hills Cabin - Lily Pad" src="Lily_Pad_IN-1.jpg" width="200" height="200" class="style3" /></strong></p>
		<p class="MsoNormal"><strong>Lily Pad has seven acres of craggy rock 
		faces, rock formations and a small recess cave.&nbsp; It is pet 
		friendly.</strong></p>
		<p class="MsoNormal">And although our outside properties are rich in 
		woodland places to explore, the inside of our cabins are cozy, providing 
		the same comforts you enjoy at home. </p>
		<p>&nbsp;</p></div>
    <div id="content">
    <link rel="stylesheet" href="style.css" />
</head>
<body>
	<ul id="slideshow">
		<li>
			<h3>Ridge View Cabin</h3>
			<span>photos/slideshow1.jpg</span>
			<p>Ridge View Cabin is set on 40 ruggedly beautiful acres of mixed forest and meadow. It is a two bedroom cabin that sleeps 4 and has one full bath.&nbsp; 
			It has a fully equipped kitchen. Linens are provided.</p>
			<a href="#"><img src="thumbnails/slideshow1-thumb.jpg" alt="Orange Fish" /></a>
		</li>
		<li>
			<h3>Ridge View Cabin Inside</h3>
			<span>photos/slideshow2.jpg</span>
			<p>It has central air and heat. Ridge View has DirecTV, gas grill 
			and campfire ring.</p>
			<img src="thumbnails/slideshow2-thumb.jpg" alt="Sea Turtle" />
		</li>
		<li>
			<h3>The View</h3>
			<span>photos/slideshow3.jpg</span>
			<p>Ridge View Cabin is set just off Thompson Ridge Road. There are 
			40 acres to hike and explore.</p>
			<a href="#"><img src="thumbnails/slideshow3-thumb.jpg" alt="Red Coral" /></a>
		</li>
		<li>
			<h3>Hot Tub</h3>
			<span>photos/slideshow4.jpg</span>
			<p>There is a hot tub on the back porch. A grill and picnic table 
			with an umbrella are also available. </p>
			<a href="#"><img src="thumbnails/slideshow4-thumb.jpg" alt="Coral Reef" /></a>
		</li>
		<li>
			<h3>The Lily Pad</h3>
			<span>photos/slideshow5.jpg</span>
			<p>This one room cottage is just perfect for the romancing couple. 
			It sleeps two. The kitchen is fully equipped.</p>
			<img src="thumbnails/slideshow5-thumb.jpg" alt="Blue Fish" />
		</li>
		<li>
			<h3>The Inside</h3>
			<span>photos/slideshow6.jpg</span>
			<p>This cottage has air-conditioning and heat, a fireplace and 
			DirecTV. There is a large hot tub on the porch with a view of the 
			meadow and surrounding forested hills.</p>
			<a href="#"><img src="thumbnails/slideshow6-thumb.jpg" alt="Yellow Fish" /></a>
		</li>
		<li>
			<h3>The Outside</h3>
			<span>photos/slideshow7.jpg</span>
			<p>Be prepared for a real treat with this stay! You don&#39;t have to 
			leave the property to explore the beautiful rock formations and 
			recess caves - the land around this lodging offers a little piece of 
			that specialness of the region.</p>
			<a href="#"><img src="thumbnails/slideshow7-thumb.jpg" alt="Squid" /></a>
		</li>
		<li>
			<h3>The Surrounding Hocking Hills</h3>
			<span>photos/slideshow8.jpg</span>
			<p>Hocking Hills State Park and over 25 miles of trails are not far 
			from either cabin. One of six major regions,&nbsp; Old Man&#39;s Cave 
			offers beautiful rock formations, waterfalls and awesome cliff 
			views.</p>
			<a href="#"><img src="thumbnails/slideshow8-thumb.jpg" alt="Small Fish" /></a>
		</li>
	</ul>
	<div id="wrapper">
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
			<div id="information">
				<h3></h3>
				<p></p>
			</div>
		</div>
		<div id="thumbnails">
			<div id="slideleft" title="Slide Left"></div>
			<div id="slidearea">
				<div id="slider"></div>
			</div>
			<div id="slideright" title="Slide Right"></div>
		</div>
	</div>
<script type="text/javascript" src="compressed.js"></script>
<script type="text/javascript">
	$('slideshow').style.display='none';
	$('wrapper').style.display='block';
	var slideshow=new TINY.slideshow("slideshow");
	window.onload=function(){
		slideshow.auto=true;
		slideshow.speed=5;
		slideshow.link="linkhover";
		slideshow.info="information";
		slideshow.thumbs="slider";
		slideshow.left="slideleft";
		slideshow.right="slideright";
		slideshow.scrollSpeed=4;
		slideshow.spacing=5;
		slideshow.active="#fff";
		slideshow.init("slideshow","image","imgprev","imgnext","imglink");
	}
</script>

<p>&nbsp;</p>
<h2>H2 level heading</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. <a href="#">More...</a></p></div>
    <br class="clearFloat" />
  </div>
  <div id="footer">Footer</div>
</div>

</body>
</html>