body {
	margin:0px;
	background: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #93c6bd;
}

.mainTable {
	background: url(../images/mainTableBG.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	color:#000000;
}

.contentSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:justify;
	color:#000000;
}

.contentTitle {
	font-family: Avenir, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight: 300;
}

.contentTitleBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight: bold;
}


.imageline {
	border: 1px solid #17293F;
	padding:3px;
	margin-left:10px;
	margin-right:10px;
}

.imagelineBlack {
	border: 1px solid #000000;
}

#galleryScrolly {
    width: 95px;
	height: 134px;
	overflow: auto;
}

.disclaimer {
   font-size: 10px;
}

/*----------FOOTER----------*/
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}

.footerTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

A:link {
	text-decoration:none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3eab97;
}
		
A:visited {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3eab97;
}
		
A:hover {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #77e0cd;
}

A.footerLinks:link {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3eab97;
}
		
A.footerLinks:visited {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3eab97;
}
		
A.footerLinks:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #77e0cd;
}

.amenities_box {
	border: 1px dashed #454545;
	padding: 5px;
	margin: 5px;
	background-color: #eeeeee;
	display: none;
	width: 400px;
}
