/* CSS Document */
body {
	background-color: #4A7CC1;
	margin: 0px;
	background-image: url(../images/back_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #62B060;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #62B060;
	text-align: left;
	font-weight: normal;
	word-spacing: 2px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62B060;
	text-align: left;
	font-weight: bold;
	word-spacing: 2px;
}
ul {
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: square;
}
hr {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	border: none 0; 
	border-top: 1px solid #62B060;/*the border*/
	width: 100%;
	text-align: left;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
img {
	border: none;
}
.boldy {
	font-weight: bold;
}
/* Containers */

#palmBack {
	background-image: url(../images/back_palm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 680px;
	width: 390px;
	z-index: 1;
	position: absolute;
	padding-top: 110px;
}
#palmBottom {
	background-image: url(../images/back_palm_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 410px;
	height: 270px;
	width: 58px;
	z-index: 291;
	position: absolute;
}
#navBox {
	z-index: 290;
	height: 160px;
	width: 290px;
	left: 20px;
	top: 420px;
	position: absolute;
}
#navContact {
	z-index: 400;
	height: 20px;
	width: 290px;
	left: 20px;
	top: 560px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#stars {
	z-index: 303;
	height: 20px;
	width: 300px;
	left: 5px;
	top: 590px;
	position: absolute;
	text-align: right;
}
#social {
	z-index: 305;
	height: 40px;
	width: 300px;
	left: 5px;
	top: 610px;
	position: absolute;
	text-align: right;
	padding-top: 5px;
}
.rightPic {
	float: right;
	display: block;
	position: relative;
	margin: 1px;
}
.plusone {
	padding-top: 4px;
	float: right;
	display: block;
	position: relative;
}
#bookings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	z-index: 300;
	height: 30px;
	width: 305px;
	left: 615px;
	top: 35px;
	position: absolute;
}
#thumb {
	text-align: right;
	padding-bottom: 3px;
	width: 90px;
}
.smallItalics {
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}

