body{

	background: url('images/background.gif') top left repeat-x #A3B3DE;
	margin: 0;
	padding:0;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	
}

#page {
	
	text-align:center;
	margin: 0;
	padding:0;

}

#layout {

	margin: 0 auto;
	padding:0;
	display: block;
	width: 780px;

}


.alt { display: none; }
.right { float:right; }
.left { float:left; }
.clear { clear:both; }

#topIMG {

	width: 780px;
	height: 338px;
	background-color: #E6E6E6;

}


/*   ------------------------------------   */


#home #topIMG{ background: url('images/homeTop.jpg') top left no-repeat; }

#area #topIMG{ background: url('images/areaTop.jpg') top left no-repeat; }

#maps #topIMG{ background: url('images/mapsTop.jpg') top left no-repeat; }

#availability #topIMG{ background: url('images/availabilityTop.jpg') top left no-repeat; }

#cabin #topIMG{ background: url('images/cabinTop.jpg') top left no-repeat; }

#reviews #topIMG{ background: url('images/hd-reviews.jpg') top left no-repeat; }


/*   ------------------------------------   */


.nav ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;


}

.nav ul li {

	float: left;

}

.nav ul li a {
	
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav {
	
	padding: 3px 0 0 0;
	height: 30px;
	background: #9C8979;

}

#topNav a {
	
	font-size: 14px;
	color: #FFCFAD;
	text-decoration: none;
	border-right: 1px solid #FFCFAD;
	padding: 5px 15px;

}

#topNav a:hover {

	text-decoration: underline;

}

#topNav .lastOne a {

	border-right: none;

}

#topTitle{

	position: absolute;
	top: 330px;
	margin-left: 10px;
	z-index: 100;
	width: 498px;
	height: 49px;
	background: url('images/homeTitle.png') top left no-repeat;	
}

/*   ------------------------------------   */
 
 
#content {

	clear: both;
	width: 780px;
	background: #E6E6E6;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 380px;

}

#content .container {

	padding: 10px;

}


/*   ------------------------------------   */

#content .container #sideIMG{

	float: right;

}


#home #content .container #sideIMG{

	background: url('images/homeRight.jpg') top left no-repeat;
	width: 264px;
	height: 340px;

}

#area #content .container #sideIMG{

	background: url('images/areaphotos.jpg') top left no-repeat; 
	width: 468px;
	height: 717px;

}

#maps #content .container #sideIMG{

	background: url('images/clear.png') top left no-repeat;
	width: 1px;
	height: 1px;

}

#availability #content .container #sideIMG{

	background: url('images/homeRight.png') top left no-repeat;
	width: 468px;
	height: 717px;

}

#cabin #content .container #sideIMG{

	width: 350px;

}


/*   ------------------------------------   */


#bottomNav {

}

#bottomNav ul {
	
	top: 0;
	left: 0;

}

#bottomNav .container {
	background: #E6E6E6;
	width: 700px;
	display: block;
	height: 20px;

}

#bottomNav a {
	
	color: #A79682;
	text-decoration: none;
	border-right: 1px solid #A79682;
	font-size: 10px;

}

#bottomNav .lastOne a{

	border-right: none;

}

#bottomNav a:hover {

	text-decoration: underline;

}

#footer p {

	margin: 0;

}

#footer .container {
	clear: both;
	width: 700px;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;

}

#footer #sitemapLink {

	float: right;
	font-size: 10px;

}

#footer #sitemapLink a {

	color: #FFF;
	text-decoration: none;

}

#footer #sitemapLink a:hover {

	text-decoration: underline;

}

#copyright {

	text-align: left;
	margin:0 auto;
	font-size: 9px;
	color: #666;
	padding: 15px;

}

#copyright a {

	text-decoration: none;
	color: #666;

}

#copyright a:hover {

	text-decoration: underline;

}


ul#comments {
	list-style:none;
	padding:0;
	margin: 0;
}
ul#comments li {
	padding:0;
	margin: 10px 0;
}