html, body{
	padding: 0px;
	background-image: url("/immagini/imgStruttura/sfondoPagina.jpg");
	/*background-color:#C0C0C0;*/ 
	}

/* ================================================================= */
div#divContenitore{
	width:770px;
	border: solid 0px #000000;

	}
/* ================================================================= */
div#divTestata{
	min-width:770px;
	width:auto !important;
	width:770px;

	}

/* ================================================================= */
div#divCorpo{
	clear: both;
	width: 770px;
	background-color:#FFFFFF;

	}

div#divAreaSX{
	float: left;
	
	width: 200px;
	min-height:420px;
	height:auto !important;
	height:420px;
	
	background-image: url("/immagini/imgStruttura/sfondoAreaSX.jpg");
	background-repeat: no-repeat;
	border: 0px solid;
	}

div#divAreaDX{
	float: right;
	width: 570px;
	
	min-height:420px;
	height:auto !important;
	height:420px;
	
	text-align: left;
	background-image: url("/immagini/imgStruttura/sfondoAreaDX.jpg");
	background-repeat: no-repeat;	
	}

div#divAreaSub{
	clear: both;
	}

/* =====================div MappaGoogle=============================== */
div#divMappaGoogle{
	width: 480px;
	height:380px;
	text-align: center;
	position:absolute;
	top:50px;
	left:50px;
	border:2px solid #333333;
	background-color:#FFFFFF;
	z-index:20; 	
	}	
/* =====================Celle Menu Laterale=============================== */
.clMenuLaterale{
	clear:both;
	background-color:#ECEFF3;

	}
	
.clMenuLateraleSX{
	float:left;
	width: 170px; 
	height: 30px; 
	text-align: right;
	vertical-align: middle;
	background-color:#ECEFF3;
	}
	
.clMenuLateraleDX{
	float:right;
	background-image:  url("/immagini/imgStruttura/frecciaMenuLaterale.jpg");
	width: 30px; 
	height: 30px;
	/*border-right: solid 1px #BCBCBC;*/
	}
	
/* ================================================================= */

.clContenuto{

	padding-left:30px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;

}
.clAreaTesto{
	width: 530px;
	height: 340px;
	border: 0px solid;

	scrollbar-arrow-color: #163D0F;
	scrollbar-base-color: #E3E8EF;
	scrollbar-3dlight-color: #E3E8EF;
	scrollbar-darkshadow-color: #E3E8EF;
	scrollbar-face-color: #E3E8EF;
	scrollbar-highlight-color: #E3E8EF;
	scrollbar-shadow-color: #E3E8EF;
	scrollbar-track-color: #E3E8EF;

	overflow-y: scroll !important;
	overflow:auto;		



*/
}
/* ================================================================= */
/*td della foto*/
.clCellaAnteprimaAlbum{
	width: 120px;
	height: 120px;
	
	vertical-align: top;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaAlbum.gif");
	}
	
/*div della foto*/	
.clAnteprimaAlbum{
	padding: 20px;
	}
.clCellaAnteprimaFoto{
	width: 120px;
	height: 100px;
	vertical-align: middle;
	border: 0px solid;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaFoto.gif");
	}
