/* CSS Document */

.inners, .innerHead, .booking, .book, .bodyText, .bodyTextHeading{
	font-family:arial;
	font-size:9px;
}

.innerHead{
	font-weight:bold;
	font-size:10px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.book{
	font-size:8px;
}

.bodyText, .bodyTextHeading, .GlobalTextHeading{
	font-size:14px;
}

.bodyText{
	font-size:12px;	
}

.bodyTextHeading{
	color:#FF0000;
	font-weight:bold;
}

.GlobalTextHeading{
	color:#663300;
	font-weight:bold;
	font-family:"Tw Cen MT";
}

#carousel ul {
	list-style: none;
	width:2145px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}

a.global {
	color:#FF0000;
	font-family:verdana;
	font-weight:normal;
	font-size:12px;
}

.paradise {
	font-family:"Agency FB";
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
}

body{
	margin-top:0px;
}

