body{
	background-color: #1F4477;
	/* background-image: url(../images/background.jpg);*/
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
}

.center_container{
	position:absolute;
	left:50%;
	width:780px;
	margin-left:-390px; 
	background-color: #163259;
}

.outer_container{	
	width: 780px;
	background-color: #163259;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.pageHeader{
	background-color: #1E5B8B;
	width: 770px;
	height: 130px;
}

.logoHolder{
	float: left;
	background-color: inherit;
}

.menuContainer{
	width: 770px;
	height: 25px;
	background-color: #1F4477;
	background-image: url(../images/background_menu.jpg);
	font-size: 11px;
	padding-top: 10px;
}

.menuContainer a{
	position: relative;
	top: 0px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	background: #1E5B8B;
	padding: 5px 6px 5px 6px;
	border: #163259 1px solid;	
	margin-left: 10px;
	margin-right: 10px;	
}

.menuContainer a:hover{
	background:#943A10;
}

.frameContainer{	
	width: 750px;
	border: #F3EEE2 10px solid;	
	background-color: #FFFFFF;
}

.frameDivider{
	background-color: #F3EEE2;
}

.contentContainer{
	background-color: #FFFFFF;
}

.contentLeft{
	width: 200px;
	background-color: #FFFFFF;
	display: inline;
	float:left;
}

.contentMain{
	width: 545px;
	border-left: #E7ECDD 5px solid;
	display: inline;
	float: right;
}

.leftContentTable{
	padding: 2px 5px 2px 10px;
	text-align: left;	
}

.mainContentTable{
	padding: 2px 5px; 2px; 5px;
	text-align: left;
	background-image: url(../images/background1.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;	
}

.footer{
	clear: both;
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
	background-color: #1F4477;
	width: 760px;
	text-align: left;
}

.footer a{
	color: #FFFF00;
}

/* text */
.textBarbados{
	color: #F0F0F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

.textLarger{
	font-size: 11px;
	color: #333333;
}

/* headers */
.subSectionHeader{
	color: #943A10;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	background-color: #F3EEE2;
	width: 150px;
	text-transform: uppercase;
}

.mainHeader{
	font-weight: bold;
	font-size: 11px;
}

h1{
	color: #1E5B8B;
	font-size: 16px;
	letter-spacing: 1px;
}

/* lists */
.listAmenities{
	list-style-image:url(../images/bullet.gif);
	line-height: 20px;
	padding-left: 0;
	margin-left: 20px; 
}

/* images */
.imgFrame{
	background-color: #F3E5D9;
	padding: 5px;
}

/* form */
.textField{	
	background-color: #FBFFFB;
	border: #EEEEEE 1px outset;
	font-size: 11px;
}

.textArea{	
	background-color: #FBFFFB;
	border: #163259 1px solid;
}

.submitButton{
	background-color: #E7ECDD;
	color: #990000;
	font-size: 11px;	
}
