body {
	width: 890px;
	margin: 0 auto;
	background-color: #fff;
}

#pagina {
	background-color: #ffffff;
}

#testata {
	width: 890px;
	height: 185px;
	margin-top: 20px;
}

#body {
	width: 890px;
	margin: 0 auto;
	background-color: #d9dadb;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/box_sicilia.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#body h1  {
	font-size: 4em;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-weight: lighter;
	color: #2eaadd;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 20px;
	line-height: 1.5em;
}

#body p {
	width: 750px;
	font-size: 12px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

strong {
	color: #2eaadd;
}

#box_case_vacanza,
#box_trappeto,
#box_foto {
	width: 241px;
	height: 250px;
	float: left;
	margin: 15px 27px;
	background-color: #d8ebf9;
	background-repeat: no-repeat;
	background-position: top center;
}

#box_case_vacanza h1,
#box_trappeto h1,
#box_foto h1 {
	color: #d8ebf9;
	font-size: 20px;
	font-weight: bolder;
	line-height: 20px;
}

#box_case_vacanza {
	background-image: url(images/box_case.png);
}

#box_trappeto {
	background-image: url(images/box_trappeto.png);
}

#box_foto {
	background-image: url(images/box_foto.png);
}

img {
		width: 200px;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
}

.views-admin-links,
h2 {
	display:none;
}

