/*Unstyle*/
html {
	overflow: auto;
}

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

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

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

a {
	color: #993300;
}


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

a {
	
}

a img {
	border: none;
}

/*Layout*/
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FDFDE3;
	color: #993300;
}

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

#header {
	width: 100%;
	height: 230px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	width: 800px;
	clear: both;
	height: auto;
	border-top: 1px #993300 solid;
	border-bottom: 1px #993300 solid;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 80%;
}

#navigation {
	position: absolute;
	clear: both;
	top: 154px;
	left: 392px;
	width: 408px;
	height: 22px;
	overflow: hidden;
	text-align: center;
}

#footer {
	width: 780px;
	clear: both;
	height: auto;
	padding: 10px;
}

/*header*/
#header #title h1 {
	position: absolute;
	top: 69px;
	left: 390px;
	clear: both;
	font-family: 'Edwardian Script ITC', Arial;
	font-weight: normal;
	font-size: 260%;
}

#header #subtitle h2 {
	position: absolute;
	top: 120px;
	left: 410px;
	clear: both;
	font-family: Tahoma, Arial;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-size: 80%;
}

#homebay_header{
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 1;
}

/*navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	width: 100%;
	height: 100%;
	background-image: url("../images/navigation.gif");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-align: center;
}

#navigation ul li {
	width: auto;
	text-align: center;
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
}

#navigation ul li a {
	text-decoration: none;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 70%;
	outline: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

/*content*/
#content #content_images {
	float: left;
	width: 400px;
	text-align: center;
}

#content #left_ad {
	float: left;
}

#content #content_images img {
	border: 1px #993300 solid;
	width: 178px;
	height: 133px;
	overflow: hidden;
}

#content #content_text {
	float: left;
	width: 380px;
	text-align: justify;
	clear: right;
}

#content h3 {
	letter-spacing: 1.2px;
	font-weight: bold;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.15em;
}

#front_ads{
	text-align: center;
	vertical-align: middle;
}

#front_ads img{
	float: left;
	padding: 0px 6px;
}
/*footer*/
#footer {
	text-align: right;
	font-family: Tahoma, Arial;
	font-size: 80%;
}

#footer a {
	color: #993300;
}

#footer #address address {
	font-style: normal;
}

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

#footer #phone_number:after,
#footer #fax_number:after {
	content: ",";
}

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

#disclaimer {
	padding-bottom: 10px;
}

#awards {
	position: absolute;
	clear: both;
	left: 5px;
	top: 5px;
}

#awards img {
	width: 51px;
	height: 63px;
	border: 1px #999999 solid;
}

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

#tariff_table thead td {
	background-color: #993300;
	color: #FDFDE3;
	padding: 4px;
	font-weight: bold;
}

#tariff_table tbody td {
	padding: 4px;
}

#tariff_table td#price_header,
#tariff_table td.price_cell {
	text-align: center;
	border-left: 1px #993300 solid;
}

/*Contact and location page*/
#content #content_images #map {
	width: 281px;
	height: 201px;
}

#content #content_images .caption {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#location_and_contact_address {
	padding-top: 10px;
	padding-bottom: 10px;
}