html,body{
	margin:0;padding:0
}
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
div#header{
	position:relative;
	height: 177px;
	background-image: url(../images/header-background.jpg);
}
#container #header img {
	position: absolute;
	left: 6px;
	top: 9px;
}
div#header.frontpage {
	background-image: url(../images/header-background-home.jpg);
}
div#navigation{
	float:left;
	width:118px;
	background-image: url(../images/navigation-background-top.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#container #navigation ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 34px;
}
#container #navigation #home {
	background-image: url(../images/navigation-home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #navigation #accommodation {
	background-image: url(../images/navigation-accommodation.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #navigation #facilities {
	background-image: url(../images/navigation-facilities.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #navigation #tariffs {
	background-image: url(../images/navigation-tariffs.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #navigation #contact {
	background-image: url(../images/navigation-contact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #navigation #home:hover {
	background-position: top;
}
#container #navigation #accommodation:hover {
	background-position: top;
}
#container #navigation #facilities:hover {
	background-position: top;
}
#container #navigation #tariffs:hover {
	background-position: top;
}
#container #navigation #contact:hover {
	background-position: top;
}

div#container{
	text-align:left;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content{
	float: right;
	width: 612px;
	height: auto;
	min-height: 346px;
	padding: 15px;
	position: relative;
	background-color: #FFFFFF;
}

*html div#content{
	height: 346px;
}
div#content.frontpageimage {
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.image {
	float:right;
	width:250px;
	padding-left: 15px;
}
#container #kakadu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
}

#container #wrapper #content #content-strapline {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 202px;
	position: absolute;
	font-size: 1.7em;
	font-weight: bold;
	left: 430px;
	top: 16px;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	white-space: normal;
}
div#footer{
	color: #64140D;
	background-color: #FEDC00;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	width: 740px;
	clear:both;
	width:740px;
	padding-top: 6px;
	height: 33px;
}
div#kakadu {
	width:760px;
	text-align: right;
	background-color: #FFFFFF;
}
#container #wrapper #content h1 {
	font-size: 1.3em;
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#container #wrapper #content p {
	margin: 6px;
	padding: 0px;
}
#container #wrapper #content h1#accommodation {
	background-image: url(../images/title-accommodation.gif);
}
#container #wrapper #content h1#contact {
	background-image: url(../images/title-contact.gif);
}
#container #wrapper #content h1#tariffs {
	background-image: url(../images/title-tariffs.gif);
	height: 60px;
}
#container #wrapper #content h1#facilities {
	background-image: url(../images/title-facilities.gif);
	height: 44px;
}
