/* body & header CSS Start here */

body{
background-color:#000000;
margin-top: 0;
} 
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:0px;
	line-height: 16px
}
.body-font{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
} 
/* content CSS Start here */
.content-body {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
}
.content-table {
	border: 1px solid #C6C692;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 20px 30px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.content-table1 {
	border: 1px solid #C6C692;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.nav-table {
	border: 1px solid #C6C692;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.nav-table-bottom-margin {
	border: 1px solid #C6C692;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.gallery-bg {
	background-image: url(images/content-bg_r1_c3.jpg);
	background-repeat: no-repeat;
}
/* Search CSS Start here */
.search-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
}
.search-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	border: 2px solid #FFFFFF;
	height: 28px;
	width: 158px;
}
.SearchHotelCheckoutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 20px;
	width: 190px;
	padding-left: 3px;
	padding-top: 2px;
}
/* Footer CSS Start here */
.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 18px;
}
.footer A:link {color: #FFFFFF; text-decoration: underline}
.footer A:visited {color: #FFFFFF; text-decoration: underline}
.footer A:active {color: #FFFFFF; text-decoration: underline}
.footer A:hover {color: #FFFFFF; text-decoration: none;}
