body {
	background-color: #C6CFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}

span#left_mountains {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/clean_mountains_left.gif);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 500px;
	height: 377px;
}

body > span#left_mountains {
	position: fixed;
}

span#right_mountains {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/clean_mountains_right.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 345px;
	height: 280px;
}

body > span#right_mountains {
	position: fixed;
}

a {
	text-decoration: none;
	color: #8E8B51;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #8E8B51;
}

div#floating_container_home {
	position: absolute;
	top: 100px;
	width: 768px;
	left: 50%;
	margin-left: -384px;
}

div#floating_container {
	position: absolute;
	top: 0px;
	width: 768px;
	left: 50%;
	margin-left: -384px;
}

div#header {
	text-align: center;
	padding-top: 10px;
}

div#page_container {
	padding: 0px;
	margin-top: 10px;
	overflow: visible;
}

div#page_container_home {
	padding: 0px;
	border: 4px solid #ffffff;
	overflow: visible;
}

div#page_banner {
	background-image: url(../images/bg_home_container.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C6CFFF;
}

div#page_content_container {
	position: relative;
	left: 160px;
	width: 590px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.1em;
	padding-bottom: 10px;
}

div#page_content {
	background-color: #ffffff;
	padding: 5px;
}

div#menu_home {
	position: absolute;
	top: 21px;
	left: 80px;
	width: 670px;
	text-align: right;
}

div#menu_home a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

div#menu_home a:hover {
	text-decoration: underline;
	color: #508947;
}

div#menu {
	position: absolute;
	width: 150px;
	xborder: 2px solid #000000;
}

div#menu a.menu_item {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #67653A;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	white-space: nowrap;
	line-height: 27px;
}

div#menu a.menu_item:hover {
	background-color: #8E8B51;
}

div.title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #67653A;
}

div.subtitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #67653A;
	text-align: left;
	text-transform: uppercase;
	clear: both;
	padding: 10px;
}

div.text {
	line-height: 1.3em;
	font-size: 0.9em;
}

img.photo {
	border: 2px solid #000000;
	margin: 10px;
}

span.author {
	font-style: italic;
	font-weight: bold;
}

div.photo_layout {
	float: left;
	width: 290px;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

div.photo_layout a img:hover {
	border: 2px solid #8E8B51;
}

div.photo_layout a {
	text-decoration: none;
	color: #000000;
}

div.photo_layout a:hover {
	text-decoration: underline;
	color: #8E8B51;
}

table.rates {
	width: 100%;
	border-spacing: 0px;
	margin-top: 10px;
}

table.rates tr th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	background-color: #dddddd;
	color: #000000;
	padding: 2px;
	text-decoration: underline;
}

table.rates tr th.title {
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
}

table.rates tr td {
	border-bottom: 1px solid #dddddd;
}

table.rates tr td.price {
	font-weight: bold;
	border-left: 1px solid #dddddd;
	padding-left: 4px;
}

.notes {
	font-style: italic;
}

div#footer_home {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#footer_designed_by {
	float: right;
}

div#footer_home a, div#footer a {
	color: #508947;
	text-decoration: none;
}

div#footer a:hover, div#footer_home a:hover {
	text-decoration: underline;
}

div#footer {
	border-top: 1px dashed #67653A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

div.clear {
	clear: both;
}

p {
	text-indent: 15px;
}