body {
    background-color:#e5e2c7;
	background-image:url(img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.link_scuro {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #918d68;
	text-decoration: underline;
}
.testo {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEFADA;
	text-decoration: none;
	padding: 3px 6px 0px 5px;
}
.fontMenu {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e6e2c7;
	text-decoration: none;
	padding: 4px 4px 4px 5px;
}
select {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #FEFADA;
	background-color: #BCB896;
}
a:hover {
	text-decoration: underline;
}
.tabella_menu {
	vertical-align: top;
}
.titoliTesto {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #aa2e37;
	text-decoration: none;
}
.menuCentro {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e8d374;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 15px;
	margin-bottom: 14px;
	margin-top: 4px;
	text-transform: uppercase;
}

.contenutoBoxHome{
	background-color: #bcb896;
}

a.contenutoBoxHome{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #bcb896;
	text-decoration: none;
	cursor: pointer;
}
a.contenutoBoxHome:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #918d68;
	text-decoration: none;
	cursor: pointer;
	
}


a.rollmenu{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e6e2c7;
	text-decoration: none;
	cursor: pointer;

	display:block;
	height: 20px;
	width: 100%;
	padding-left:10px;
	padding-top:4px;
}
a.rollmenu:hover{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e6e2c7;
	text-decoration: none;
	background-color: #e8d374;
	color: #918d68;
	cursor: pointer;

	display:block;
	height: 20px;
	width: 100%;
	padding-left:10px;
	padding-top:4px;
}

.footer_lingua {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #918d68;
	text-decoration: none;
	padding: 10px 6px 0px 5px;
}
a.footer_lingua {
	text-decoration: none;
}
a.footer_lingua:hover {

	text-decoration: underline;
}

<!--foto lightbox-->
#foto{
	padding-top: 15px;
	border-bottom: 1px solid #2b2b2b;
}
#foto a{
	width: 160px;
	height: 120px;
	float: left;
	border: 3px solid #ffffff;
	margin: 0px 5px 5px 0px;
}
#foto a:hover{
	width: 160px;
	height: 120px;
	float: left;
	border: 3px solid #cccccc;
	margin: 0px 5px 5px 0px;
}
.clearBoth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

