


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	}
	
body,td,th {
	font-family: Helvetica, Tahoma, Verdana,  Arial, sans-serif;
	font-size: 12px;
}

body {
	background: url(images/bckgrd.gif) top center no-repeat;
	height:100%;
	margin: 0px;
}
a:link {
	color: #14A6DF;
	text-decoration: none;
}
a:visited {
	color: #14A6DF;
	text-decoration: none;
}
a:hover {
	color: #017DC3;
	text-decoration: none;
}
a:active {
	color: #017DC3;
	text-decoration: none;
}


h1 {padding:0px;
margin:0;
}

h2 {color:#FBB929;
font-size:20px;
padding:0px;
margin:0;
}

h3 {color: #0384c8;
font-size:16px;
padding:0px;
margin:0;
}

h4 { font-size:30px; color:#FFFFFF;padding:0px;
margin:0;}
.yellow {color:#FBB929}


ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

hr {color:#0384c8; height:1px; background-color:#0384c8; border:0; clear:both; margin:10px 0; line-height:20px}

#footer a:link,  #footer a:visited {color:#FFFFFF; text-decoration:none}
#footer a:hover,  #footer a:active {color:#FBB929; text-decoration:underline}

#bluebox{background:url(images/main_blue.gif) repeat-x #13A4DD; padding:15px; color:#ffffff;}
#bluebox a{color:#ffffff; text-decoration: none}
#bluebox h1 {font-size:18px; color:#FBB929; margin:0 0 6px 0}
#bluebox h2 {color:#ffffff;}

/* nav */

#nav {
	padding:0px;
	margin:0;
	width:849px;
	text-align:center;
	color:#0033FF;
	font-family: Helvetica, Tahoma, Verdana,  Arial, sans-serif;
	
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	/*background:url(images/nav-button_up.png) repeat-x;*/
}
#nav a {
	display:block;
	padding: 10px 0 0 0;
	float:left;
	font-size:8pt;
	font-weight: bold;
	color: #007dc3;
	text-decoration:none;
	text-transform:uppercase;
}
#nav a:hover {
	background:url(images/nav_hover.png);
	text-decoration:none;
	color:#777777;
}
#nav .current_page_item a {
	background:url(images/nav_current.gif);
	text-decoration:none;
	background-color:#cc0000;
	color:#ff0000;
}
	
#nav a.specials, #nav a.home, #nav a.villas, #nav a.hotels, #nav a.golf, #nav a.weddings, #nav a.activities,  #nav a.sales, #nav a.barbados, #nav a.contact {
	float:left;
	/*background:url(images/navsprite.gif) no-repeat;*/
	height:23px;
	}
	
#nav a.specials, #nav a.home {	
	width:94px;
	}
	
#nav a.villas {	
	width:70px;
	}
		
#nav a.hotels {	
	width:78px;
	}	

#nav a.golf {	
	width:62px;
	}

#nav a.weddings {	
	width:98px;
	}	
	
#nav a.activities {	
	width:146px;
	}	
	
#nav a.barbados {	
	width:144px;
	}	

#nav a.sales {	
	width:68px;
	}	
#nav a.contact {	
	width:89px;
	}	


	div#container {

	position:relative; /* needed for footer positioning*/

	margin:0 auto; /* center, not in IE5 */

	width:100%;

    background: center url("images/container_bg.gif") repeat-y;

	height:auto !important; /* real browsers */

	height:100%; /* IE6: treaded as min-height*/



	min-height:100%; /* real browsers */

}



div#header {

	background: url("images/header_bg.gif") repeat-x;

	height:155px;

}

	div#header p {

		font-style:italic;

		font-size:1.1em;

		margin:0;

	}



div#content {

	padding:0em 0em 5em; /* bottom padding for footer */

}

	div#content p {

		text-align:justify;

		padding:0;

	}



div#footer {

	position:absolute;

	width:100%;

	height: 50px;

		background: url(images/footer.gif) repeat-x #0f98d5;

	bottom:0; /* stick to bottom */
	margin:auto 0;
	color: #FFFFFF;
	font-size:9px;

}
#date-day{
/*background:#C30301 none repeat scroll 0 0;*/
color:#111111;
font-family:Helvetica,Arial,"Trebuchet MS";
font-size:40px;
font-weight:bold;
letter-spacing:-2px;
text-align: center;
}
#date-month-year{
/*background: #293538;*/
color: #333333;
padding:0px;
font-size: 11px;
letter-spacing:-0.05em;
text-transform:uppercase;
text-align: center;
font-weight:bold;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}