#contenitore {
	width: 760px;
	margin: 0 auto;
	border-color: #999999;
	border-left-style: solid;
	border-right-style: solid;
	border: 1;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	background-color: #FFFFFF;
}
.sardegna {
	padding-left: 100px;
}

#testata{
	background-color: #075838;
	height: 100px;
}
#menu{
	width: 170px;
	float: left;
	margin-top: 20px;
}
#contenuti{
	width: 560px;
	margin-left: 170px;
	margin-top: 40px;
	padding-right: 30px;
}
#footer{
	clear: both;
	background-color: #075838;
	height: 10px;
	margin-top: 40px;
}
.immagini {
	margin-top: 30px;
}

