@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
	height: 100%;
	width: 100%;
	text-align: center;
}

body {
	background-color: #000;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/full-moon.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
#galleryheadline {
	width: 300px;
	color: #FFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#booking {
	color: #FFF;
	width: 300px;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bar {
	height: 50px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#galleryheadline div a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
#galleryheadline div a:hover {
	font-weight: bold;
	color: #6281C4;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

	#gallery {
	padding: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 370px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666;
	border-bottom-color: #666;
	clear: both;
	margin-bottom: 0px;
	}
	#gallery ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	#gallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#gallerytitle {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}

	#gallery ul img {
	padding: 1px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #FFFFFF;	
	
	}
	#gallery ul a:hover img {
	border: 1px solid #4261B3;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
    padding: 1px;
	margin: 0px;
	}
.titlesize {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

#booking div a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
		-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
#booking div a:hover {
	font-weight: bold;
	color: #6281C4;
	margin: 0px;
	padding: 0px;
	
}

a:link {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#bar div a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
#bar div a:hover {
	font-weight: bold;
	color: #6281C4;
	
	margin: 0px;
	padding: 0px;
}
}

a:hover {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
a:active {
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
