/*Clear styling*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
}

div {
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

ul li {
	margin: 0px;
	padding: 0px;
	border: none;
}

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

a img {
	border: none;
}

/*Common*/
.float_center {
	width: 100%;
	text-align: center;
}


/*HTML styling*/
body {
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	color: black;
} 

h1 {
	font-size: 210%;
	color: #977C47;
}

/*Layout*/
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #F1EECD;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../images/container.gif");
	border: 1px #977C47 solid;
	border-top: none;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}

#header {
	height: 150px;
	width: 100%;
	clear: both;
	float: left;
	border-bottom: 9px #977C47 solid;
	background-image: url("../images/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation {
	width: 233px;
	height: auto;
	float: left;
}

#content {
	width: 454px;
	height: auto;
	float: left;
	border-left: 1px #967C41 solid;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

#footer {
	width:688px;
	margin-right: 6px;
	margin-left: 6px;
	border-top: 1px #967C41 solid;
	clear: both;
	color: #333333;
	font-size: 90%;
	padding-top: 6px;
	padding-bottom: 10px;
}

#awards {
	position: absolute;
	overflow: hidden;
	width: 73px;
	left: 4px;
	bottom: 4px;
	clear: both;
}


/*Header*/
#header #title {
	position: absolute;
	left: 311px;
	top: 0px;
	width: 389px;
	height: 150px;
}

#header #title img {
	width: 389px;
	height: 150px;
}

/*Navigation*/
#navigation ul {
	list-style: none;
	width: 217px;
	margin-left: 8px;
	margin-left: 8px;
	margin-top: 22px;
}

#navigation ul li {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 1px;
}

#navigation ul li a {
	text-indent: 10px;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 3px;
	width: 100%;
	background-color: #967C41;
	color: white;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #BDA366;
}

/*Content*/
#content h3 {
	margin-top: 10px;
	font-size: 130%;
	color: #333333;
}

#content h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 110%;
	color: #333333;
}

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

/*Awards*/
#awards li {
	margin: 3px;
}

/*Footer*/
#footer #address address {
	font-style: normal;
}

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

#footer #phone_number {
	margin-right: 20px;
}

#footer #credit {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Accommodation page*/
#content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CAB584;
}

#content table thead td {
	background-color: #967C41;
	color: #ECD7A6;
	font-weight: bold;
	text-indent: 5px;
}

#content table tbody td {
	border-top: 1px solid #CAB584;
}

#content table td {
	line-height: 1.2em;
	color: #333333;
	padding: 3px;
	font-family: Tahoma, Arial;
	font-size: 80%;
	border-right: 1px solid #CAB584;
}

#content ul {
	margin-left: 20px;
	list-style: square;
}

#content ul li {
	font-family: Tahoma, Arial;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content table .price_data,
#content table .price_header {
	text-align: center;
}

#content img {
	border: 1px solid #967C41;
}

#content .special_offer {
	background-color: #E9E0CD;
	border: 1px solid #D5C49B;
	height: auto;
	padding: 10px;
	text-align: center;
}

#content a img {
	border: none;
	margin: 0px;
	padding: 0px;
}


/*Location page*/
#content address {
	font-weight: normal;
	font-style: normal;
	font-size: 85%;
	color: #333333;
}

#map_link a {
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size:80%;
	text-align: center;
}

#map_link a img {
	margin-top: 10px;
	border: 1px solid #967C41;
}

#links {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	float: left;
	clear: both;
}

#links a img {
	border: 1px solid #967C41;
}

