html, body{
	padding: 0px;
	margin:0px;
	text-align: center;   /*centra in IE 5.x*/
	background-color: #E9E7DD;
	}

	
/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */
div#divContenitoreEsterno{
	width: 1000px;
	border: 0px solid #F00;
	margin: 0px auto;   /*centra negli altri browsers*/
	background-image: url("/immagini/imgStruttura/imgSfondoPagina2.jpg");/**/
	}
	
div#divContenitore{
	width: 750px;
	border: 0px solid;
	margin: 0px auto;   /*centra negli altri browsers*/
	/*background-image: url("/immagini/imgStruttura/imgSfondoPagina.jpg");*/
	}
	
div#divAreaMenu{
	position: relative;
	width: 750px;
	height: 65px;
	/*background-image: url("/immagini/imgStruttura/imgSfondoMenu.jpg");*/

	}	
	
div#divAreaSX{
	float: left;
	width: 200px;
	
	min-height: 500px;
	height:auto !important;
	height: 500px;
	
	text-align:center;

	}

div#divAreaDX{
	float: right;
	width: 550px;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	border: 0px solid #F00;
	text-align:center;
	}

	
.clClear{
	clear: both;
}

/* ================================================================= */
/* Area menu                                                        */
/* ================================================================= */
div#divMenuSX{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 65px;
	border: 0px solid #F00;
	}

div#divMenuDX{
	position: absolute;
	top: 30px;
	left: 200px;
	width: 540px;
	height: 30px;
	border: 0px solid #F0F;
	}


/* ================================================================= */
/* Area menu                                                        */
/* ================================================================= */
#divArea1SX{

	width: 200px;
	height: 480px;
	border: 0px solid #F0F;

	}
		
#divArea2SX{

	width: 160px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	
	border: 0px solid #F00;
	margin: 0px auto;   /*centra negli altri browsers*/	
	}
	
/* ================================================================= */
/* Area DX                                                        */
/* ================================================================= */
		
div#divContenuti{
	width: 500px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	border: 0px solid #F00;
	margin: 0px auto;   /*centra negli altri browsers*/
	}

	
div#divContenuto{
	text-align: left;
	margin: 0px;
	border: 0px solid #cccccc;
	}	
	
div#divChiusuraContenuto{
	text-align:right;
	border: 0px solid #FFcccc;
	}


/* ================================================================= */
/*  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: 380px;
	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;
	}
	

