html, body{
	padding: 0px;
	background-image:  url("/immagini/imgStruttura/sfondoPagina.jpg");
	/*background-color:#C0C0C0;*/ 
	}

/* ================================================================= */
div#divContenitore{
	width: 770px;
	background-color:#FFF;
	border: solid 1px;
	}
/* ================================================================= */
div#divTestata{
	width: 770px;

	}

/* ================================================================= */
div#divCorpo{
	width: 770px;
		
	background-color:#FFF;
	border: solid 0px;
	}

/* ================================================================= */
div#divPieDiPagina{
	width: 770px;
	height: 60px;
	border: solid 0px;
 	}
/* ================================================================= */
.clAreaMenu{
	width: 200px;

	background-color:#FFF;
	text-align: left;
	border: solid 0px;
	vertical-align: top;
	background-image:  url("/immagini/imgStruttura/sfondoMenuLaterale.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.clAreaContenuti{
	width: 570px;
	background-color:#FFF;
	text-align: left;
	vertical-align: top;
	border: solid 0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

/* ================================================================= */
.clCellaFotoAnteprima{
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprima.jpg");
	}
