html, body {
	background-image:url(image/sfHomeSito.jpg);
	background-repeat:repeat-x;
	background-color:#003583;
}
#corpoCont{
	margin: 0 auto;      /* centrare nei browser standard */
	text-align: left;        /* per correggere il center del body */
	width:960px;
	height:auto;
	left:89px;
	z-index:1;
	background-color:yellow;
	margin-top:-118px;

/*	background-color:red; */
}
#corpoSito{
	width:960px;
	background-color:#FFF;

}
.opere {
	cursor:pointer;
}
.opere .titolo {
	color:#141215;
	font-size:18px;
	text-indent:10px;
	font-weight:bold;
	line-height:32px;
}
.opere .titolo span {
	color:#053682;
}
.opere .descrizione {
	color:#141215;
	font-size:12px;
	font-weight:bold;
	width:926px;
	height:61px;
	background-image:url(image/sfDescrOpere.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
}
.contFoto{
	color:#FFF;
	line-height:205px;
	margin-left:2px;
}
.data{
	height:20px; 
	width:300px; 
	position: absolute; 
	color:#FFF; 
	margin-top:-124px;
	margin-left:12px; 
	font-size:20px;
}



#base{
	margin: 0 auto;      /* centrare nei browser standard */
	text-align: left;        /* per correggere il center del body */
	width:970px;
	background-image:url(image/sfBase.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding-top:20px;
	height:35px;	
	text-align:center;
	font-size:12px;
	color:#141215;
	font-weight:bold;
	left:-1px;
}

.mail {
	background-image:url(image/contattiMail.jpg);
	width:385px;
	height:24px;
	margin-top:30px;
	margin-left:-15px;
	padding-left:15px;
	padding-top:3px;
}
.mail a{
	color:#FFF;
	text-decoration:none;
}
.mail a:hover{
	color:#CCC;
}
