body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#hideme {
	display: none;
}
a {
	color: #FFC000;
}
img {
	border: 0px;
}
#wrapper {
	margin: 0px auto;
	text-align: center;
	width: 850px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 331px;
}
#imgslide {
	padding-top: 120px;
}
#imgslide img {
	border: 1px solid #FFF;
	padding: 1px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
#imgslide img:hover {
	border: 1px solid #000;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
#menu {
	text-align: center;
}
#rounded {
	margin: 0px 110px;
	text-align: left;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 290px;
}
#footerrounded {
	margin: 0px 110px;
	text-align: justify;
	font-size: 9px;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 7px;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 100px;
	height: 150px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #FF0000;
	border: solid 1px #666;
	padding: 5px;
	width: 100px;
	height: 150px;
}
.gallery em {
	background: #222;
	color: #fff;
	font-style: normal;
	padding: 2px 8px 2px 15px;
	display: block;
	position: absolute;
	top: 140px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	/*width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 136px;
	left: 14px;
	background: url(gallery/paper-clip-mini.png) no-repeat;
	z-index: 3;*/
}


#bookingcontent {
	text-align: justify;
	font-size: 12px;
	background-image: url(images/booking2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 120px;
	font-size: 14px;
}
			.formbox {width:500px;margin:0px auto;border:1px solid #FF0000;background:#000000;padding:1px;font-size:12px;}
			.formleft {float:left;width:200px;background:#FF0000;color:#FFFFFF;text-align:right;font-weight:bold;padding:2px;height:30px;margin-bottom:1px;}
			.formright {float:right;width:290px;background:#FF0000;color:#FFFFFF;padding:2px;height:30px;margin-bottom:1px;}
			.formleftlong {float:left;width:200px;background:#FF0000;color:#FFFFFF;text-align:right;font-weight:bold;padding:2px;height:200px;margin-bottom:1px;}
			.formrightlong {float:right;width:290px;background:#FF0000;color:#FFFFFF;padding:2px;height:200px;margin-bottom:1px;}
			.clear {clear:both;}
			.formwhole {background:#FF0000;color:#FFFFFF;padding:2px;text-align:center;margin-bottom:1px;}
