@charset "UTF-8";
/* CSS Document */

body {
padding:0;
margin:0;
background: #b4ecff url(gfx/bg.jpg) top left repeat-x;
}
.clearing {
clear:both;
}
h1 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:25px;
color:#000;
line-height:32px;
margin:0;
padding:0;
font-weight:normal;
}
h2 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:24px;
color:#000;
line-height:28px;
margin:0;
padding:0;
font-weight:normal;
}
h3, h4, h5, h6 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:18px;
color:#000;
line-height:20px;
margin:0;
padding:0;
font-weight:normal;
}
p, td, span, li, form, #form, a {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
line-height:17px;
font-weight:normal;
text-align:justify;
}
#wrapper {
margin:0 auto;
width:980px;
}
#float_wrapper {
float:left;
display:inline;
width:980px;
border-left:5px solid #272f28;
border-right:5px solid #272f28;
}
#top_header {
float:left;
display:inline;
height:170px;
}
#scrollimg {
width:980px;
height:350px;
}
/***** Nav Elements ****/
#nav {
height:40px;
width:980px;
margin:0 auto;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 980px;
	list-style: none;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 40px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
 background-position: left bottom; 
 }
ul#topnav a.home {
	background: url(gfx/home.jpg) no-repeat;
	width: 86px; 
}
ul#topnav a.accomm {
	background: url(gfx/accomm.jpg) no-repeat;
	width: 188px; 
}
ul#topnav a.facil {
	background: url(gfx/facil.jpg) no-repeat;
	width: 111px; 
}
ul#topnav a.act {
	background: url(gfx/act.jpg) no-repeat;
	width: 123px; 
}
ul#topnav a.pack {
	background: url(gfx/pack.jpg) no-repeat;
	width: 119px; 
}
ul#topnav a.loc {
	background: url(gfx/loc.jpg) no-repeat;
	width: 116px; 
}
ul#topnav a.rates {
	background: url(gfx/rates.jpg) no-repeat;
	width: 91px; 
}
ul#topnav a.contact {
	background: url(gfx/contact.jpg) no-repeat;
	width: 146px; 
}
#content_wrapper {
float:left;
display:inline;
width:980px;
background:#fff;
}
#left_col {
width:570px;
float:left;
display:inline;
margin:20px 15px 20px 30px;
}
#left_col p span {
color:#FF0000;
font-size:18px;
}
#left_col_accomm {
width:880px;
float:left;
display:inline;
margin:20px 15px 20px 30px;
}
#right_col {
width:320px;
float:left;
display:inline;
margin:20px; 30px 20px 15px;
}
#right_col img, #gallery img {
border:1px solid #1dc7ff;
padding:3px;
margin:5px;
}

#accomm_right {
float:right;
width:350px;
display:inline;
margin-left:8px;
}
table.pricechart {
width:100%;
}
#gallery {
width:100%;
}
/*****8 Footer *****/
#footer {
float:left;
display:inline;
width:980px;
background:#072a62;
}
#footer_text_left, #footer_text_right {
margin:10px 30px;
background:#072a62;
float:left;
display:inline;

}
#footer_text_left p, #footer_text_right p, #footer_text_left a, #footer_text_right a  {
color:#fff;
}
