* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}

img {
	border: none;
}

img.button {
	cursor: pointer;
	border: 1px solid transparent;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#page {
	margin: auto;
	width: 850px;
	background: url(../images/bg.jpg) repeat-y;
}

#header {
	width: auto;
	height: 165px;
	background: url(../images/bg_top.jpg) no-repeat;
}

#shareLink {
	width: 100px;
	padding: 35px 50px 0 700px;
}


/* Main navigation buttons - including rollovers */

#navigation {
	width: 143px;
	float: right;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	display: block;
	width: 92px;
	height: 58px;
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation ul li.home a {
	background-image: url(../images/home_btn.jpg);
}
#navigation ul li.about a {
	background-image: url(../images/about_btn.jpg);
}
#navigation ul li.photos a {
	background-image: url(../images/photos_btn.jpg);
}
#navigation ul li.tours a {
	background-image: url(../images/tours_btn.jpg);
}
#navigation ul li.contact a {
	background-image: url(../images/contact_btn.jpg);
}
#navigation ul li.home a:hover, #navigation ul li.about a:hover, #navigation ul li.photos a:hover, #navigation ul li.tours a:hover, #navigation ul li.contact a:hover {
	background-position: -98px 0;
}



#content {
	padding: 0 0 0 85px;
	width: 605px;
	min-height: 500px;
	float: left;
	background: url(../images/bg_bottom.jpg) no-repeat;
}

#content p {
	width: 470px;
	font-size: 11px;
	line-height: 18px;
}

#content h3 {
	font-size: 20px;
}

#content h4 {
	font-size: 16px;
}

#content p, #content h3, #content h4 {
	padding: 0 0 12px 0;
}

#content a:link, #content a:visited {
	font-weight: bold;
}

#content .breadcrumb {
	width: 575px;
	border-bottom: #999 1px solid;
	margin-bottom: 15px;
}

#thumbnails {
	margin: 0 0 20px 0;
	width: auto;
	clear: both;
}

#thumbnails div.thumb, #thumbnails p.p_caption {
	width: 285px;
}

#thumbnails div.thumb {
	float: left;
	margin-right: 5px;
}

#thumbnails div.thumb img {
	margin-bottom: 5px;
}

#thumbnails img {
}



/* Input Form elements and styling */

#content form p {
	font-weight: bold;
	font-size: 11px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
	border: 0;
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	color: #333;
}

input {
	height: 17px;
}

textarea {
	height: 80px;
}

input.formbtn {
	font-weight: bold;
	color: #fff;
	border: none;
	width: 65px;
	height: 20px;
	padding: 0;
	margin: 5px 5px 0 0;
}

span.required {
	color: #f06;
}




#footer {
	padding: 30px 50px 20px 50px;
	width: auto;
	clear: both;
	background: #fff url(../images/bg_footer.jpg) no-repeat;
	color: #999;
}

#footer p {
	font-size: 9px;
	line-height: 14px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #ccc;
}



/* misc classes */

.hide {
	display: none;
}

.bannerimg {
 	margin: 0 0 20px -35px;
}