@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #fbfbf4;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 1em;
	padding-bottom: 0.5em;
}
ul {
	padding-left: 40px;
}

#wrapper {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header  {
	background-image: url(images/bg_header.jpg);
	height: 160px;
	background-repeat: no-repeat;
	position: relative;
}
#header  h1  {
	text-indent: -9999px;
}
#header  h2  {
	text-indent: -9999px;
}
#navigation {
	position: absolute;
	left: 0px;
	bottom: 20px;
	float: left;
	list-style-type: none;
	padding: 0px;
}

#navigation li {
	float: left;
}

#navigation a {
	line-height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6C574;
	border-left-color: #FDFFFC;
	text-decoration:none;
	color: #000000;
	float: left;
}

#navigation li a:link, #navigation li a:link{
}

#navigation li a:hover{
	background-image:url(images/bg_btn_hover.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
} 

#body_home #nav_home a, #body_accommodation #nav_accommodation a, #body_getting_here #nav_getting_here a, #body_local_info #nav_local_info a, #body_enquiries #nav_enquiries a{
	background-image:url(images/bg_btn_current.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	color: #666666;
}

#content {
}
#content #info li {
	padding-bottom: .5em;
}


#googlemap {
	float: right;
}


#footer {
	font-size: 0.7em;
	text-align: center;
	line-height: 3em;
	background-color: #ECECCA;
	margin-top: 10px;
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#content .summary {
	float: left;
	width: 390px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
	position: relative;
}


.clrboth {
	clear: both;
}
.imgleft {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgright {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.fltleft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
