body{
	background-color:#8f8d90;
	background-image:url(images/bg_container.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#DDD;
	margin: 0 0 0 0;
}

h1{
	background-image:url(images/bg-page-title.png);
	background-repeat:no-repeat;
	width:239px;
	height:58px;
	font-size:28px;
	line-height:58px;
	text-indent:35px;
	font-weight:normal;
}

h2{
	font-size:16px;
	color:#4a4a4a;
	margin:0 0 0 0;
}

.sitemap {
	font-size:25px;
	margin-bottom:50px;
}

a {font-size: 15px; color: #DDD;}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #DDD;}
a:hover {text-decoration: none; color: #FFF;}
a:active {text-decoration: none; color: #FFF;}


.left{
	float:left;
	width:450px;
}
.right{
	margin-left:475px;
}



/*** Main content ***/

#slideshow-zone{
	margin:0 auto;
	width:905px;
	height:525px;
	background-color:#FFF;
	padding: 20px 0 0 20px;
}

#slideshow, .slideshow{
	margin:0 auto;
	width:885px;
	height:503px;
	background-color:#FFF;
}

#features{
	position:relative;
	margin:0 auto;
	margin-bottom:25px;
	padding:0 10px 0 10px;
	width:905px;
	line-height:30px;
	background-image:url(images/features-bg.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

#newsletter{
	float:left;
	max-width:470px;
	line-height:30px;
}

#booking{
	margin-left:350px;
	text-align:right;
	line-height:30px;
}

#booking a {font-size: 11px; color: #DDD;}
#booking a:link {text-decoration: none;}
#booking a:visited {text-decoration: none; color: #DDD;}
#booking a:hover {text-decoration: none; color: #FFF;}
#booking a:active {text-decoration: none; color: #FFF;}

.welcome{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	text-align:center;
}
.welcome a {font-size: 28px; color: #DDD;}
.welcome a:link {text-decoration: none;}
.welcome a:visited {text-decoration: none; color: #DDD;}
.welcome a:hover {text-decoration: none; color: #FFF;}
.welcome a:active {text-decoration: none; color: #FFF;}

#texts-zone{
	margin:0 auto;
	text-align:justify;
	width:925px;
}

.page-title{
	background-image:url(images/bg-page-title.png);
	background-repeat:no-repeat;
	width:239px;
	height:58px;
	font-size:28px;
	line-height:58px;
	text-indent:35px;
}

.first-letter{
	font-size:18px;
	color:#4a4a4a;
	margin-right:5px;
}


/*** Footer ***/

#copyrights{
	margin:0 auto;
	margin-top:25px;
	width:925px;
	font-size:13px;
	text-align:center;
	color:#CCC;
}
#copyrights a { font-size: 13px; color: #BBB; }
#copyrights a:link { text-decoration: none; }
#copyrights a:visited { text-decoration: none; color: #BBB; }
#copyrights a:hover { text-decoration: none; color: #FFF; }
#copyrights a:active { text-decoration: none; color: #FFF; }

.nomarg{
	margin: 0;
	padding: 0;
}

#fb{
	position:absolute;
	right: 0px;
	top: 35px;
}
