@charset "utf-8";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('bk.gif');
	background-position:top center;
	background-repeat:no-repeat;
margin-top:0px;
}

#tripadvisor {

	padding: 10px 10px 0 0;
	float:right;
}
.trip1{
	float: right;
}

.trip2{
	float: right;
}
#page {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 986px;
	border: 1px solid #CCCCCC;

	}

#header {
	background-image: url(testata.jpg);
	background-repeat: no-repeat;
	height: 167px;
	width: 986px;
		background-color: #FFFFFF;

}
#fascia-media {
	background-color: #FFFFFF;

	background-image: url(images/bk_container.jpg);
	background-repeat: repeat-x;

min-height:700px;
	width: 986px;
padding-bottom:30px;
}

#immagini {
	background-image: url(images/img.jpg);
	background-repeat: no-repeat;
	width: 537px;
	height:434px;
	float:right;
	margin-right:20px;
	margin-top:-118px;
}
#testo {
	float:left;
	width:600px;
	font-size:10px;
	color:#333333;
font-size:14px;
line-height:16px;
		padding:3px;


}



#menu1 {
width: 986px;
height:30px;
font-size:12px;
color:#333333;
background-image:url(images/bk-menu.gif);
background-repeat:no-repeat;

}

#menu1 ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	

	
}

#menu1 ul li{
	padding-left: 20px;
	float:left;
	margin-top:5px;
	
}

#menu1 ul li a{
	text-decoration:none;
	color:#FFFFFF;
	border: 0px;
}

#menu1 ul li a img{

	border: 0px;
}

#footer{
	width:986px;
	height:63px;
	background-image:url(images/bk-footer.gif);
	background-repeat:no-repeat;
	border-bottom:2px solid #990000;
background-color:#FFFFFF;
margin-top:-10px;
}

#footer p{

	padding-top: 25px;
	padding-left:100px;
}

.clear{
clear:both;
}