html, body{
	padding: 0px;
	background-color:#C0C0C0;
	}

/* ================================================================= */
div#divContenitore{
	width:770px;
	border: solid 1px #333333;
	background-color: #EFE8DE;
	}
/* ================================================================= */
div#divTestata{
	min-width:770px;
	width:auto !important;
	width:770px;
	}

/* ================================================================= */
div#divCorpo{
	clear: both;
	width: 770px;
	background-color: #F2F2F2;
	}

div#divAreaSX{
	float: left;
	width: 570px;
	background-color:#FFF;
	border-right: solid 2px #BCBCBC;
	
	min-height:700px;
	height:auto !important;
	height:700px;
	}

div#divAreaDX{
	float: right;
	width: 198px;
	text-align: left;
	background-color: #F2F2F2;

		
	min-height:700px;
	height:auto !important;
	height:700px;
	}

div#divAreaSub{
	clear: both;
	}

div#divSubContenitore{
	clear: both;
	}
	
/* =====================Celle Menu Laterale=============================== */
.clMenuLaterale{
	clear:both;
	}
	
.clMenuLateraleSX{
	float:left;
	background-image:  url("/immagini/imgStruttura/puntoMenuLateraleB.gif");
	width: 20px; 
	height: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	}
.clMenuLateraleSX2{
	float:left;
	background-image:  url("/immagini/imgStruttura/frecciaMenuLaterale.gif");
	width: 20px; 
	height: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	}	
.clMenuLateraleDX{
	float:right;
	width: 178px; 
	height: 16px; 
	text-align: left;
	vertical-align: middle;
	border: solid 0px;
	line-height: 16px;
	}
/* =====================Celle Sub Menu Laterale=============================== */
.clSubMenuLaterale{
	clear:both;
	background-color: #F2F2F2;
	}
	
.clSubMenuLateraleSX{
	float:left;
	background-image:  url("/immagini/imgStruttura/puntoMenuLateraleR.gif");
	background-repeat: no-repeat;
	width: 40px; 
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	}
	
.clSubMenuLateraleDX{
	float:right;
	width: 158px; 
	height: 20px; 
	text-align: left;
	vertical-align: middle;
	background-color: #F2F2F2;
	border: solid 0px;
	line-height: 20px;
	}	
/* ================================================================= */

.clContenuto{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
/* ================================================================= */
/*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");
	}