/* CSS Document */

/* CSS Document */
html,body{
	margin:0;padding:0;
}

body{
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:851px;
	margin:0 auto;
	background-image:url(gfx/back.jpg);
	background-repeat:repeat-x;
	background-color:#FFBE00;
}

img{ border:none;}

li{
list-style:none;
}

p{
	margin:0 10px 10px;
	line-height:1.6;
}
a{
	/*display:block;*/
	font-weight:bold;
	color: #000000;
	/*padding:5px;*/
}
a:hover{
	color:#FF9900;
}

#language{
	font-size:80%;
	padding-top: 5px;
	padding-left: 680px;
	position:absolute;
}
#language a, a:hover{
	color:#333333;
	text-decoration:none;
	
}

#header{
	background-repeat:no-repeat;
	height:280px;
	width:851px;
}

#header a{
	/*line-height: 50px;*/
	position:relative;
	top:160px;
	left:215px;
	text-decoration:none;
	padding:15px 5px 60px 5px;
	color:#FFFFFF;
}
#header a:hover{
	height: 50px;
	color:#FFBE00;
	/*border-color:#FFBE00;
	border-top-style:solid;
	border-width:thin;*/
	/*background-color:#D86313;
	background-image:url(gfx/menu_hover.jpg);*/
}


#content{
	background-repeat:repeat-y;
	background-position:left;
	width: 100%;
	margin-left: 29px;
	display:table;
	text-align:left;
	padding-left:10px;
	padding-bottom:20px;
}

#left_col{
	width: 410px;
	float:left;
	display:table;
}
#right_col{
	width: 320px;
	float: right;
	display:table;
	padding-right:39px;
}

#welcome{
	background-repeat:no-repeat;
	margin-top:5px;
	/*width: 400px;*/
	padding-bottom:10px;
	
}
p.welcome{
	text-align:justify;
	padding-left:50px;
	padding-top: 50px;
	font-size:110%;
}

p.regular{
	text-align:justify;
	padding-top: 50px;
	font-size:110%;
}

p.trip{
	text-align:justify;
	padding-top: 90px;
	width:140px;
	font-size:100%;
	color:#FFFFFF;
	line-height:120%;
}

a.trip{
	color:#CCCCCC;
}
a.trip:hover{
	color:#FF9900;
}

#villas{
	background-repeat:no-repeat;
	margin-top:15px;
}

#contact{
	background-repeat:no-repeat;
	padding-top:15px;
}

#weather{
	background-repeat:no-repeat;
	width: 320px;
	padding-top:40px;
}

#gallery{
	background-repeat:no-repeat;
	width: 320px;
	padding-top:45px;
	text-align:center;
}

#gallery img{
	padding: 4px;
}
#gallery img:hover{
	padding: 0px;
	border-color:#FF9900;
	border-width: 4px;
	border-style:solid;
}

#sunset{
	background-repeat:no-repeat;
	width: 320px;
	height: 251px;	
}

#footer{
	background-image:url(gfx/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:851px;
	height:64px;
	float:left;
}


#trip{
	background-repeat:no-repeat;
	width: 371px;
	height: 261px;
	background-color:#2B292A;

}
#trip form{
	margin:0;
	padding:0;
	margin-top: 50px;
	color:#FFFFFF;
	text-align:left;
	font-size:75%;
}
#trip label{
	float:left;
}

img.right{
	float:right;
}

