body {
	background-image: url(img_struttura/sfondo.jpg);
	background-repeat: repeat-x;
}
.sfondo_contenuto {
	background-color: #A3513B;
	background-image: url(img_struttura/sfondo_contenuto.jpg);
	background-repeat: repeat-x;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.testo a{
	color: #F7BE00;
}
.testo a:hover{
	color: #FFFFFF;
}
#img_sx{
	float:left;
	margin-right:10px;
}

