#header {

	position : relative;

	background : #000 url('../images/index-logo.jpg') no-repeat top right;

	height : 330px;

	border : 1px solid #000;

}



#nav-bottom {

	position : relative;

	background : #222 url('../images/nav-bg.jpg') no-repeat top left;

	margin : 0 30px 30px 30px;

	text-align : center;

	height : 35px;

	width : 730px;

	z-index : 5;

}

#facebook {
	position : absolute;
	bottom : 60px;
	left : 0px;	
	width : 780px;
	text-align : center;
}



#nav-bottom a {

	padding : 10px;

	color : #0a0;

	text-decoration : none;

	font : bold 1.4em georgia, garamond sans-serif;

	vertical-align : middle;

	border : 0;

}

#nav-bottom a:hover {

	color : #800;

}



#index a.index, #booking a.booking, #video a.video, #articles a.articles {

	color : #700;

}



#button-bottom {

	display : inline;

}



#nav-bottom #articlePopup-bottom {

	display : none;

}



#nav-bottom #button-bottom:hover #articlePopup-bottom {

	display : block;

	position : absolute;

	bottom : 35px;

	right : 0;

	padding : 10px 0;

	width : 400px;

	background : #3f3f3f;

	z-index : 6;

}



#nav-bottom #button-bottom:hover #articlePopup-bottom a {

	display : block;

	color : #fff;

	font : 0.9em/1.6em arial, verdana, sans-serif;

	border-bottom : 1px solid #111;

	margin : 0 20px;

	padding : 3px;

}

#nav-bottom #button-bottom:hover #articlePopup-bottom a:hover {

	background : #444;

	color : #0f0;

}



#nav-bottom-ie {

	position:relative;

	z-index:99;

}



#footer {

	margin : 0 0 30px 0;

	position : relative;

	background : transparent url('../images/logo-small.jpg') no-repeat top left;

	height : 140px;

	color : #ddd;

}



#footer span.contact {

	position : absolute;

	bottom : 40px;

	right : 30px;

	font-size : 1.6em;

	text-align : left;

}



#footer span.copyright {

	position : absolute;

	bottom : -20px;

	left : 230px;

	font-size : 0.9em;

	color : #0a0;

}





#footer a {

	color : #ddd;

	border-bottom : 1px solid #700;

}

#footer a:hover {

	color : #700;

}



#rotate {

	position : relative;

	top : 30px;

	left : 30px;

}


