/* Styles for Southpacific Accommodation #5954 */
body {
	background-color: #D3D3D3;
}
body, p, td, li {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
}

/* Structure ---------------------------------- */


#content {
	background: #fff;
	width: 750px;
	margin-left: 5%;
	margin-right: 5%;
	text-align:left;
	padding: 20px;
	border-top: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #666; 
}
#leftcol {
	float:left;
	width:380px;
	background:#fff;
	margin-right:5px;
	margin-bottom: 15px;
	/* border: solid 1px red; */
}
#rightcol {
	float:right;
	width:335;
	margin-top: 15px;
	text-align: right;
	/* border: solid 1px blue; */
}

.footer {
	background: #363636;
	text-align: center;
}


/* Text -------------------------------------- */
p, ul {
	margin-top: 5px;
	margin-bottom: 8px;
}
h1 {
 	font-size: 160%;
 	color: #363636;
}
h2 {
	font-size: 17px;
	color: #FFF;
	text-align: center;
	background: #D6D6D6;
	text-transform: uppercase;
	width: 480px;
	padding-top:4px;
	padding-bottom:4px;
	letter-spacing: 0.3em;
}
h3 {
 	font-size: 150%;
	color: #FFF;
	padding-top:8px;
	padding-top:5px;
	
}

h4 {
	font-size: 12px;
	text-align: center;
	background: #D6D6D6;
	color: #FFF;
	padding-top:4px;
	padding-bottom:4px;

}
#address {
	text-align: center;
	margin-top: 10px;
}
#address p {
	line-height: 13px;
	color: #363636;
}

/* Links  ------------------------------------ */
#address a:link {color: #363636; text-decoration: none;}
#address a:visited {color: #363636; text-decoration: none;}
#address a:hover {color: #0066CC; text-decoration: none; border-bottom: 1px dotted #0066CC;}
#address a:active {color: #363636; text-decoration: none;
}

.aFooter:link, .aFooter:visited  {
	color:#FFFFFF;
	text-decoration:underline;
	 }
	

.aFooter:hover {
	color:#0066CC;
	text-decoration:none;
	}
	



/* Graphics ---------------------------------- */
.picright {
	float: right;
	margin-left: 10px;
	border: solid 1px #666;
	clear: right;
}
a img{border:none;}
#aa {
	margin: 10px 0px 5px 0px;
}
#rightcol img{
	margin-bottom: 5px;
}


/* CSS Rollover from evolt.org ------------------------ */
#navi {
	float: right;
	margin: 0px;
}
#navi a , #navi strong {
	font: 13px Arial,Helvetica,sans-serif;
	text-decoration: none;
	border-top: 1px solid #fff;
	text-align: right;
	display: block;
	width: 135px;
	padding: 3px 5px;
	margin: 0px;
}
#navi strong {
	font-weight: bold;
	background: #363636;
	color: #fff;
}
#navi a {
	/* background: #F5D6B3; */
	color: #363636;
}
#navi a:hover {
	background: #fff;
	color: #363636;
	font-weight: bold;
}
