/* Page Layout */
body {
	background-image: url("../images/bg_02.jpg");
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
}
#container {
	width: 900px;
	margin: 0px auto;
}
#wrap {
	background-image: url("../images/bg_main.jpg");
	background-repeat: repeat-y;
	margin: 0 auto;
 	width: 900px;
}

/* Title */
#tital {
 	background-image: url("../images/bg_title.jpg");
	background-repeat: repeat-x;
	background-color: #CEB7A6;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right; 	
	color: #630;
	padding: 10px;
}

/*Nav */
#nav {
 	background-image: url("../images/bg_nav.jpg");
	background-color: #990000;
	font-size: 12px;
	height: 100px;
 	width: auto;
	padding: 0px; 	
}
#nav ul {
	list-style:none;
}
#nav li {
	float:right;
	height: 50px;
	width: auto;
	list-style: none;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:50px;
	color: #FFFFFF;
	display:block;
	height: 50px;
	width: 75px;
	padding:40px 0 0;
}
#nav a:hover {
	background-image:url("../images/nav-over.jpg");
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 100%;
}

/* Header */
#header {
	background-color: #5B0000;
	height: 300px;
	width: 900px;
}

/* Content */
#main {
	width: 900px;
	height: auto;
	clear: inherit;
}
#left {
 	color: #333;
 	float: left;
 	height: auto;
 	width: 595px;
 	padding: 10px;
}
#right { 
 	color: #333;
	height: auto;
 	width: 245px;
 	float: right;
	display: inline;
 	padding: 10px;
	margin-left: 5px;
}

/* Image */
#image { 
	margin: 10px;
}
.image_hotels {
	float: left;
	text-align: left;
	margin: 10px;
}

/* Table */
#table {
font-family: "Times New Roman", Times, serif;
	table-layout: automatic;
	border-bottom: 2px dotted #FFFFFF;
	clear: inherit;
	width: 100%;
	margin: /*top*/0px /*right*/0px  /*bottom*/0px /*left*/0px;
	padding: 0px;
}
.table p {
	font-size: 13px;
	font-weight: bold;
	color: ffffff;
	text-align: left;
	letter-spacing: 1px;
	margin: /*top*/2px /*right*/0px  /*bottom*/10px /*left*/20px;
}

.table h4 {
	background-color: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	
	color: #780001;
	letter-spacing: 1px;
	border: none;
}

/* Site Map */
.site ul {
	list-style: none;
	margin: 0;
	padding-left: 100px;
}
.site li {
	list-style: none;
	text-align:left;
	height: 20px;
	display: block;
	margin: 5px;	
}
.site a { 
	text-decoration: none;
	font-weight: normal;
	color: #800000;
}
.site a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

/* Bootom */
#bottom {
	background-image: url("../images/gb_bottom.jpg");
	background-repeat: repeat-y;
	font-family: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	height: auto;
	width: auto;
	clear: both;
 	padding: /*top*/5px /*right*/0px  /*bottom*/5px /*left*/5px;
}
.bottom p {
	font-size: 9px;
	text-align: justify;
	letter-spacing: 1px;
	color: #d9b5b5;
	padding: 5px;
	margin: 5px;
}
.bottom h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #d9b5b5;
	width: 275px;
	border-bottom: none;
	margin: 0px;
}
.bottom h2 {
	background-color: #540000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
	height: 20px;
	width: 886px;
	padding-top: 5px;
}
.bottom ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.bottom li {
	width: auto;
	padding: 0px;
	margin: /*top*/2px /*right*/0px  /*bottom*/0px /*left*/-5px;
}
.bottom a {
	font-size: 10px;
	text-align: left;
	list-style: none;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 5px;
}
.bottom a:hover {
	background-color: #540000;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding: 5px;
}
.bottom a:visited {
	font-size: 10px;
	text-align: left;
	color: #ffffff;
	display: block;
	list-style: none;
	padding: 5px;
}

/* Footer */
.footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #630;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
	margin: 2px;
}
.footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.footer li {
	width: auto;
	padding: 0px;
	margin: /*top*/2px /*right*/0px  /*bottom*/0px /*left*/-5px;
	list-style: none;
}
.footer a {
 	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}
.footer a:hover {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;	
}

/*Rool over - Decks planes*/
.mydiv {
	Z-INDEX: 998; 
	VISIBILITY: hidden; 
	OVERFLOW: hidden; 
	WIDTH: 200px; 
	POSITION: absolute; 
	HEIGHT: 262px
}
.mydiv2 {
	Z-INDEX: 997; 
	VISIBILITY: hidden; 
	OVERFLOW: hidden; 
	WIDTH: 191px; 
	POSITION: absolute; 
	HEIGHT: 184px
}
.mydiv3 {
	Z-INDEX: 999; 
	LEFT: 180px; 
	VISIBILITY: hidden; 
	OVERFLOW: hidden; 
	WIDTH: 95%; 
	POSITION: absolute; 
	TOP: 1200px; 
	HEIGHT: 95%
}

/* Testimonials */
.test {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.test p {	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: justify;
	letter-spacing: 1px;
	margin-top:10px;
	padding: 0px;
}
.test h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	width: auto;
	color: #630;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.test h2 {
	background-color: #D9B5B5;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	height: auto;
	margin: 0px;
	border-bottom: #FFFFFF dotted thin;
	width: 85%;
	padding: 0px;
}
.test h4 {
	background-color: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: none;
	height: 10px;
	width: auto;
}
/* Page Text */
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3C0808;
	text-align: justify;
	letter-spacing: 1px;
	margin: /*top*/2px /*right*/0px  /*bottom*/10px /*left*/0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	text-align: left;
	color: #630;
	letter-spacing: 1px;
	border-bottom: 2px dotted #FFFFFF;
	width: 475px;
	margin: /*top*/0px /*right*/75px  /*bottom*/0px /*left*/0px;
}
h2 {
	background-color: #780001;
	font: 1.5em "Georgia", Times New Roman, Times, serif;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	color: #FFF;
	letter-spacing: 1px;
	height: 30px;	
	width: 475px;
	margin: /*top*/0px /*right*/75px  /*bottom*/0px /*left*/0px;
	padding: /*top*/10px /*right*/0px  /*bottom*/0px /*left*/10px;
}
h3 {
	background-color: #BCA571;
	font: 1.5em "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #780001;
	letter-spacing: 1px;
	height: 30px;
	width: 475px;
	margin: /*top*/0px /*right*/75px  /*bottom*/0px /*left*/0px;
	padding: /*top*/10px /*right*/0px  /*bottom*/0px /*left*/10px;
}
h4 {	
	font: 1.5em "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-left: 10px solid #FFFFFF;
	margin: 2px;
	padding: /*top*/0px /*right*/0px  /*bottom*/0px /*left*/5px;
}
h5 {
	font: 1.5em "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #780001;
	letter-spacing: 1px;
	border-left: 10px solid #780001;
	margin: 2px;
	padding: /*top*/0px /*right*/0px  /*bottom*/0px /*left*/5px;
}
h6 {
	background-color: #630;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 100%;
	margin: /*top*/10px /*right*/0px  /*bottom*/10px /*left*/0px;
	padding: /*top*/0px /*right*/0px  /*bottom*/0px /*left*/5px;
}
 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 li {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a { 
	text-decoration: none;
	font-weight: normal;
	color: #800000;
	border: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}
textsize {
	font-size: 12px;
}








