html, body{
	padding: 0px;
	margin:0px;
	background-image: url("/immagini/imgTemplate/imgSfondoPagina.jpg");
	text-align: center;   /*centra in IE 5.x*/
	}

/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */

div#divContenitore{
	width:860px;
	background-color: #FFF;
	border: 0px solid #949494;
	margin: 0px auto;   /*centra negli altri browsers*/
	}
	
div#divAreaTestata{
	position: relative;
	width: 860px;
	height: 193px;
	background-image: url("/immagini/imgTemplate/imgTestata.jpg");
	}

div#divAreaTestataFoto{

	width: 860px;
	height: 114px;
	background-image: url("/immagini/imgTemplate/imgTestataFoto.jpg");
	}
	
div#divAreaCorpo{
	width: 860px;
	
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background-image: url("/immagini/imgTemplate/imgSfondoCorpo.jpg");/**/

	}
	
#divAreaPiedipagina{
	clear: both;
	width: 860px;
	height: 40px;
	text-align:left;
	background-image: url("/immagini/imgTemplate/imgSfondoPiedipagina.jpg");
	}
	
.clClear{
	clear: both;
}
/* ================================================================= */
/* Area testata                                                      */
/* ================================================================= */
div#divIndirizzo{
	position:absolute;
	top: 130px;
	left: 440px;
	width: 400px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	text-align: right;	
	}
/* ================================================================= */
/* Area corpo                                                        */
/* ================================================================= */
div#divAreaMenu{
	float:left;
	width: 200px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	text-align: left;	
	}
	
#divMenu{
	margin: 0px 30px;
	}
		
div#divAreaContenuti{
	float: right;
	width: 660px;
	min-height: 500px;
	height:auto !important;
	height: 500px;

	}

	
div#divContenuto{
	padding: 10px 20px;
	text-align: center;
	/*background-color:#DAEDFD;*/
	}	


/* ================================================================= */
/*  navigazione tra le pagine                                        */				
/* ================================================================= */

div#divNavigatorePagine{
	clear: both;
	width: 100%;
	height: 20px;
	text-align: center;
	border: 1px solid #CCC;
	}

/* ================================================================= */
/*  Pagina index                                                     */				
/* ================================================================= */
.clBoxEventiIndex{
	width: 200px;
	text-align:left;
	background-color:#DAEDFD;
 	border: 0px solid #E8CA8E;
	text-align:center;
			
}

.clBoxEditorialeIndex{
	width: 568px;
	text-align:center;
	/*background-color:#F3F3F5;*/
 	border: 1px solid #CCC;
	clear: both;
		
}
#divTestataEditoriale{

	width: 548px;
	padding-left: 10px;
	text-align:left;	
	}
#divTestoEditoriale{
	border: 0px solid #F00;
	width: 548px;
	padding: 10px;
	text-align:left;
	}
/* ================================================================= */
/*  Cella con foto anteprima album e cella descrizione album         */				
/* ================================================================= */
.clCellaAlbum{
	clear:both;
	width:100%;
	}
		
.clCellaAlbumSX{
	float:left;
	
	width: 120px;
	height: 120px;
	
	vertical-align: middle;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/imgSfondoAlbum.gif");

	border: 0px solid #00FF00; 
	}
	
.clCellaAlbumDX{
	float:right;
	border: 0px solid #0000FF;
	width: 440px;
	padding-right:0px;
	}
		
.clSpazioCella{
	clear:both;
	border: 0px solid #FF0000; 
	height:20px;
}

.clAnteprimaAlbum{

	padding:20px;
	border: 0px solid #0000FF; 
	}
/* ================================================================= */
/*  Cella con anteprima foto                                         */				
/* ================================================================= */
.clSfondoAreaFoto{
	position:relative;
	width: 100%; 
	border: 0px dashed #105e8e; 
	height: 420px;
	}
.clContenitoreFoto{
	position:absolute;
	width: 120px;
	height: 120px;
	text-align: center;
	background-image:  url("/immagini/imgStruttura/imgSfondoFoto.gif");
	
	}
/* ================================================================= */
/*  MappaGoogle in pagina DoveSiamo                                  */				
/* ================================================================= */
.clMappaGoogle{
	width: 425px;
	height: 350px;
	border: 1px solid #CCC;
	}
	