@charset "UTF-8";
/* CSS Document */

.hidden {
	display: none;
}

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.intro {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;	
}

h2 {
	font-size: 16px;
}

.listing {
	width:525px;
	padding-left: 15px;
	float:left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.listingLast {
	width:525px;
	padding-left: 15px;
	float:left;
	padding-top: 8px;
}

.listingImage {
	width: 160px;
	border:0;
	float:left;
}

.listingDesc {
	width: 330px;
	padding-left: 15px;
	float:left;
	font-size:10px;
}

.listingDesc p {
	padding:0;
	margin: 8px 0 0 0;
}
	
.titleLeft {
	color:#000000]
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

.titleRight {
	color: #d0111d;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

.tileDesc {
	font-weight: bold;
	padding-top: 15px;
}

.navLink {
	padding-left: 20px;
}

.navLink a {
	color: #7e994e;
	text-decoration:none;
}

.navLink a:hover {
	color: #FFFFFF;
}

#mainFrame {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}

#header {
	background-image: url(graphics/bg_header);
	float: left;
	height: 220px;
	width: 900px;		
}

#contentWrapper {
	background-image: url(graphics/bg_repeat.jpg);
	float: left;
	width: 800px;
	padding: 0 50px 0 50px;	
}

#contentLeft {
	width:220px;
	padding-left: 20px;
	padding-top:45px;
	float:left;
	background-image: url(graphics/bg_leftTop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navHead {
	background-image: url(graphics/bg_navHead.jpg);
	float: left;
	height: 20px;
	width: 220px;
}

#navContent {
	background-image: url(graphics/bg_navRepeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 220px;
}

#navFooter {
	background-image: url(graphics/bg_navFooter.jpg);
	float: left;
	height: 170px;
	width: 220px;
}


#contentRight {
	width: 560px;
	float:left;	
}

#rightHeadDestination {
	background-image: url(graphics/headerDestinationDinners.jpg);
	float: left;
	height: 260px;
	width: 540px;
	margin-top:20px;	
}

#rightHeadTortuga {
	background-image: url(graphics/headerTortuga.jpg);
	float: left;
	height: 260px;
	width: 540px;
	margin-top:20px;	
}

#rightHeadMsAndMrs {
	background-image: url(graphics/headerMsAndMrs.jpg);
	float: left;
	height: 260px;
	width: 540px;
	margin-top:20px;	
}

#rightContent {
	background-image: url(graphics/mainBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	float:left;
	width: 540px;
}

#rightFooter {
	background-image: url(graphics/mainBottom.jpg);
	float: left;
	height: 13px;
	width: 540px;	
}

#footer {
	background-image: url(graphics/bg_footer.jpg);
	float: left;
	height: 69px;
	width: 450px;
	padding-left: 380px;
	padding-right: 70px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: top;
	text-align:right;
	margin: 0 0 40px 0;
}

#footer a {
	color: #BF0015;	
}
