html, body{
	margin: 0px;
	padding: 0px;
	background-image:  url("/img/imgStruttura/sfondoPagina.jpg");
	/*background-color:#FFFFFF;*/ 
	}

/* ================================================================= */
div#divContenitore{
	width:820px;

	}
/* ================================================================= */
div#divTestata{
	width:820px;
	height:250px;
	}

/* ================================================================= */
div#divCorpo{
	clear: both;
	width: 820px;
	background-image:  url("/img/imgStruttura/sfondoAreaSX.jpg"); 
	}

div#divAreaSX{
	float: left;
	width: 250px;

	border: 0px solid #FF0000;
	
	min-height:650px;
	height:auto !important;
	height:650px;
	background-image:  url("/img/imgStruttura/sfondoAreaSX.jpg"); 
	}

div#divAreaDX{
	float: right;
	width: 570px;

	border: 0px solid #FF00FF;
		
	min-height:650px;
	height:auto !important;
	height:650px;
	
	text-align: left;
	background-image:  url("/img/imgStruttura/sfondoAreaDX.jpg"); 

	
	}

div#divAreaSub{
	clear: both;
	}
/* =====================Footer======================================= */
div#divFooter{
	clear: both;
	width: 820px;
	height:70px;
	background-image:  url("/img/imgStruttura/sfondoFooter.jpg"); 
	border: solid 0px #8D8D8D;	
	}	
div#divFooterSX{
	float: left;
	width: 250px;
	text-align:center;
	}
div#divFooterDX{
	float: right;
	width: 570px;

	}
/* =====================Menu Laterale=============================== */
.clMenuLaterale{
	clear:both;
	width: 200px; 
	height: 30px;
	background-image:  url("/img/imgStruttura/sfondoVoceMenu.jpg"); 
	background-repeat: no-repeat;
	}
.clVoceMenu{
	padding-left: 20px;
	}



/* ================================================================= */

.clContenuto{
	padding-left:10px;
	padding-right:35px;
	padding-bottom:20px;
	padding-top:10px;
	text-align: left;
	vertical-align: top;
	border: solid 0px #8D8D8D;	

}

/* ==================Pagina index========================== */
.clTabellaNews{
	width: 500px;
	text-align:left;
	background-color:#F3F3F5;
 	border: 1px solid #C5C5C5;
	padding:5px;
		
}
.clTabellaEditoriale{
	width: 500px;
	text-align:left;
	background-color:#F3F3F5;
 	border: 1px solid #C5C5C5;
	padding:5px;
		
}

/* ================================================================= */
/*td della foto*/
.clCellaAnteprimaAlbum{
	width: 120px;
	height: 120px;
	
	vertical-align: top;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprima.gif");
	}
	
/*div della foto*/	
.clAnteprimaAlbum{
	padding: 20px;
	}
.clCellaAnteprimaFoto{
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaFoto.gif");
	}
	
