html, body{
	padding: 0px;
	margin: 0px; 
	background-image: url("/immagini/imgStruttura/sfondoPagina.jpg");
	}

img {
	border: 0px;
	}
	
/* ================================================================= */
div#divContenitore{

	}
/* ================================================================= */
div#divMenu{

	}
/* ================================================================= */
div#divTestata{

	min-width:770px;
	width:auto !important;
	width:770px;
	}
/* ================================================================= */

div#divCorpo{
	clear: both;
	width: 770px;
	background-image: url("/immagini/imgStruttura/sfondoCorpo.jpg");

	min-height:350px;
	height:auto !important;
	height:350px;
	
	}
/* ================================================================= */

div#divAreaSX{
	float:left;
	width: 150px;	
	}

div#divAreaDX{
	float: right;
	width: 620px;
	text-align: left;
	}
	
div#divAreaSub{
	clear: both;
	}
/* ================================================================= */

div#divPiedipagina{
	clear: both;
	width: 770px;
	height: 55px;
	background-image: url("/immagini/imgStruttura/sfondoPiedipagina.jpg");
	border: solid 0px;

	}
	
/* ================================================================= */
.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: 145px;
	height: 145px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaFoto.gif");
	}
	
