/* 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: #000000;
	text-decoration: none;
}
a:hover {
	color: #EB7523;
	text-decoration: none;
}

/* Containers */

#intro {
	height: 680px;
	width: 390px;
	z-index: 1;
	position: absolute;
	color: #002271;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}
#palmBackIndex {
	height: 680px;
	width: 390px;
	z-index: 2;
	position: absolute;
}
#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: 289;
	height: 20px;
	width: 290px;
	left: 20px;
	top: 564px;
	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: 10px;
	top: 534px;
	position: absolute;
	text-align: right;
}
#main {
	z-index: 4;
	height: 560px;
	width: 630px;
	left: 310px;
	top: 20px;
	background-color: #002271;
	filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -khtml-opacity: 0.4;
	position: absolute;
}
#mainContent {
	z-index: 50;
	height: 560px;
	width: 630px;
	left: 310px;
	top: 20px;
	position: absolute;
	border: 1px solid #488E46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footsy {
	z-index: 5;
	height: 50px;
	width: 545px;
	left: 310px;
	top: 590px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2957A5;
	text-align: right;
	background-image: url(../images/tourism_stars.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footsy a {
	color: #2957A5;
	text-decoration: none;
}
#footsy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footsyBlom {
	z-index: 3;
	height: 120px;
	width: 120px;
	left: 860px;
	top: 505px;
	position: absolute;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}
#thanks {
	z-index: 80;
	height: 25px;
	width: 600px;
	left: 311px;
	top: 205px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #002271;
	position: absolute;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}
