@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
body {
	text-align: center;
	background-color: white;
	color: #A99B92;
	font-family: Tahoma, Arial;
}

a {
	color: #A99B92;
}

/*Common classes*/
.float_right {
	float: right;
	margin: 5px;
}

.button {
	display: block;
	width: 120px;
	height: 30px;
	background-image: url("../images/button.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	overflow: hidden;
	font-size: 70%;
	color: white;
	text-decoration: none;
	outline: none;
}

.button:hover {
	background-position: center left;
}

.button:active {
	background-position: bottom left;
}

/*Layout*/
#container {
	padding-top: 15px;
	padding-bottom: 24px;
	padding-left: 15px;
	padding-right: 24px;
	background-image: url("../images/drop_shadow.gif");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 707px;
	height: 666px;
	background-color: white;
	overflow: hidden;
	text-align: left;
}

#header {
	position: absolute;
	top: 16px;
	left: 17px;
	border-top: 12px solid #A99B92;
	height: 160px;
	width: 705px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 165px;
	left: 20px;
	width: 494px;
	height: 460px;
	background-image: url("../images/seperator.gif");
	background-repeat: no-repeat;
	background-position: center right;
	overflow: hidden;
}

#navigation {
	position: absolute;
	top: 170px;
	right: 22px;
	width: 205px;
	margin: 0px;
	padding: 0px;
}

#contact_form {
	position: absolute;
	top: 360px;
	right: 26px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	overflow: hidden;
}

#footer {
	width: 705px;
	height: 50px;
	vertical-align: middle;
	position: absolute;
	bottom: 25px;
	left: 17px;
	background-color: #A99B92;
	color: white;
	overflow: hidden;
	font-size: 80%;
	text-align: center;
}

/*Header*/
#header #title {
	position: absolute;
	top: 10px;
	left: 20px;
}

#header #subtitle {
	position: absolute;
	top: 70px;
	left: 140px;
}

#header #tags {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 240px;
	height: auto;
	text-align: right;
}

#header #tags img {
	margin: 5px;
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 6px;
}

#navigation ul li a {
	text-align: right;
	outline: none;
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	border-right: 4px solid white;
	padding-right: 6px;
}

#navigation ul li.selected a,
#navigation ul li a:hover {
	border-right: 4px solid #A99B92;
}

/*Contact Form*/
#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contact_form legend {
	font-weight: bold;
	margin-bottom: 6px;
}

#contact_form label {
	display: block;
	font-size: 80%;
	font-weight: bold;
}

/*Content*/
#content cite, blockquote {
	font-size: 80%;
}

#content cite {
	font-weight: bold;
}

#content blockquote {
	margin: 0px;
	margin-top: 6px;
	padding-left: 50px;
	text-align: justify;
	background-image: url("../images/quote_start.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
}

#content blockquote span {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 50px;
	background-image: url("../images/quote_end.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 75%;
	text-align: justify;
}

#content h3 {
	font-weight: bold;
	font-size: 95%;
	padding-bottom: 5px;
}

#content h4 {
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 5px;
}

#content ul {
	list-style: square;
}

#content li,
#content address {
	font-size: 75%;
}

#content .content_text {
	padding: 10px;
	overflow: auto;
	max-height: 440px;
}

#content .page_images {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 2px;
}

#content .image_set {
	width: 157px;
	height: 126px;
	float: left;
	margin: 1px;
	border: 1px solid #A99B92;
}

#content .image_set img {
	width: 157px;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*Accommodation Page*/
#prices_links {
	float: right;
}

#prices_links a {
	margin-bottom: 6px;
}

.bold {
	font-weight: bold;	
}
/*Places of interest page*/
.place_of_interest {
	clear: both;
	margin: 4px;
	border: 1px solid #CDC5C0;
	height: 170px;
	line-height: 1em;
}

.place_of_interest h4 {
	font-size: 90%;
	margin: 4px;
}

.place_of_interest img {
	float: left;
	margin: 4px;
}

.place_of_interest img,
.place_of_interest p {
	display: inline;
}

/*Footer*/
#footer a {
	color: white;
}

#footer #address,
#footer #freephone_number,
#footer #phone_number,
#footer #email {
	display: inline;
}

#footer #freephone_number:after,
#footer #phone_number:after,
#footer #email:after {
	display: inline;
	clear: none;
}

#footer #credit {
	font-size: 70%;
	margin-top: 4px;
}