* {margin:0;padding:0;} 

html, body {height: 100%;}

textarea { resize: none; }

#wrap {min-height: 100%;}

#main {overflow:auto; padding-bottom: 80px;}  /* must be same height as the footer */

#footer {	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	background-color: black;
	opacity: 0.8;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/*
<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

/* Scroll Bar */
#scrollbar1 { width: 900px; clear: both; margin: 20px 0 10px; background-color: #000000; opacity: 0.9; border-radius: 5px;}
#scrollbar1 .viewport { width: 880px; height: 500px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#scrollbar1 h3 {
	font-size: 32px;
	font-family: Arial;
	font-weight: lighter;
	color: #920C10;
	padding: 5px 5px 10px 10px;
}
#scrollbar1 p {
	font-size: 16px;
	color: #6E6E6E;
	padding: 10px 5px 0px 20px;
}

#wrapper {
	width: 900px;
	height: 500px;
	margin: 10px auto 0px auto;
}
#loading_wrapper {
	width: 32px;
	height: 32px;
	margin: 50px 0px 0px 434px;
}

/* ---- HOME PAGE ---- */
#home_page {
	width: 340px;
	height: 500px;
	background-color: #000000;
	opacity: 0.8;
	float: right;
	border-radius: 5px;
}
#home_page h4 {
	font-size: 22px;
	color: #FFFFFF;
	padding: 10px 5px 10px 5px;
}
#home_page p {
	font-size: 16px;
	color: #6E6E6E;
	padding: 10px 5px 10px 5px;
}
#home_page #home_gallery {
	border-top: 1px solid #6E6E6E;
	border-bottom: 1px solid #6E6E6E;
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 3px;
}

/* ---- FACILITIES ---- */
#facilities_page {
	width: 900px;
	height: 500px;
	background-color: #000000;
	opacity: 0.9;
	border-radius: 5px;
}
#facilities_page h3 {
	font-size: 32px;
	font-family: Arial;
	font-weight: lighter;
	color: #920C10;
	padding: 5px 5px 10px 10px;
}
#facilities_page p {
	font-size: 16px;
	color: #6E6E6E;
	padding: 10px 5px 0px 20px;
}
#facilities_page #facilities_gallery {
	border-top: 1px solid #6E6E6E;
	border-bottom: 1px solid #6E6E6E;
	margin: 30px 5px 0px 5px;
	padding: 10px 0px 10px 3px;
}
#facilities_page #history_gallery {
	border-top: 1px solid #6E6E6E;
	border-bottom: 1px solid #6E6E6E;
	margin: 30px 5px 0px 5px;
	padding: 10px 0px 10px 90px;
}

/* ---- TESTIMONIAL ---- */
.italicStyle {
	width: 870px;
	margin: 5px 0px 0px 5px;
}
#testimonial_box1 {
	background-color: #000000;
}
#testimonial_box1 p {
	color: #6E6E6E;
	font-size: 16px;
	padding: 10px 5px 0px 20px;
}
#testimonial_box2 {
	background-color: #6E6E6E;
}
#testimonial_box2 p {
	color: #000000;
	font-size: 16px;
	padding: 10px 5px 0px 20px;
}

/* ---- ROOMS & RATES ---- */
#room_table {
	width: 550px;
	margin: 20px 0px 0px 160px;
}
#room_table p {
	font-size: 14px;
	padding: 5px 20px 0px 20px;
	color: #000000;
}
#room_table img {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
#room_table table tr td {
	background-color: #6E6E6E;
}

/* ----- CONTACT PAGE ---- */
#contact_title {
	width: 900px;
	height: 45px;
}
#contact_form {
	width: 390px;
	height: 400px;
	float: left;
	margin: 40px 0px 0px 10px;
}
#contact_form label {
	font-size: 14px;
	padding: 0px;
	color: #6E6E6E;
}
#contact_form a {
	text-decoration: none;
	font-size: 14px;
	color: #920C10;
}
#contact_form input {
	background-color: #6E6E6E;
	border: none;
}
#contact_form textarea {
	background-color: #6E6E6E;
	border: none;
}
#contact_location {
	width: 180px;
	height: 400px;
	float: left;
	margin: 40px 0px 0px 0px;
}
#contact_location h5 {
	font-size: 18px;
	padding: 60px 20px 10px 10px;
	color: #6E6E6E;
}
#contact_location p {
	font-size: 14px;
	padding: 5px 0px 0px 10px;
	color: #6E6E6E;
}
#contact_map {
	width: 300px;
	height: 400px;
	float: left;
	margin: 40px 0px 0px 0px;
}
#contact_map a {
	text-decoration: none;
	font-size: 14px;
	color: #920C10;
}

/* ---- GALLERY ---- */
#gallery_label {
	width: 900px;
	height: 440px;
}
#gallery_label #gallery_box {
	width: 173px;
	height: 115px;
}
#gallery_label table {
	margin: 40px 0px 0px 10px;
}
/* ---- FOOTER ---- */
#footer_content {
	width: 900px;
	height: 80px;
	margin: 0px auto 0px auto;
	
}
#footer_content #footer_logo {
	width: 147px;
	height: 80px;
	float: left;
}
#footer_content #footer_menu {
	width: 700px;
	height: 20px;
	float: right;
	margin: 30px 0px 0px 0px;
}
#footer_content #footer_menu a {
	font-size: 14px;
	text-decoration: none;
	color: #6E6E6E;
	margin: 0px 10px 0px 0px;
}
#footer_content #footer_menu a:hover {
	color: #FF0000;
}