html, body{
	padding: 0px;
	margin-top: 10px;
	background-color:#330000;
	
	text-align: center;   /*centra in IE 5.x*/
	}

/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */

div#divContenitore{
	width:960px;
    margin: 0px auto;   /*centra negli altri browsers*/
	border: 0px solid #333;
	background-color:#FFF;
	height: 200px;
	}
	
div#divAreaTestata{
	width: 960px;
	height: 130px;
	}

div#divAreaMenu{
	claer: both;
	width: 960px;
	height: 75px;
	background-image:  url("/immagini/imgStruttura/imgSfondoMenu.jpg");
	}
		
div#divAreaCorpo{
	width: 960px;

	text-align:left;
	background-color: #e7e0d6;
	border: 0px solid #F00;
}

div#divPiedipagina{
	width: 960px;
	height: 30px;
	background-image:  url("/immagini/imgStruttura/imgSfondoPiedipagina.jpg");
	}	

.clClear{
	clear:both;
	}
/* ================================================================= */
/* area Testata                                                      */
/* ================================================================= */	
#divAreaTestataSX{
	float: left;
	width: 220px;
	height: 130px;
	background-image:  url("/immagini/imgStruttura/imgTestataSX.jpg");
	}
	
#divAreaTestataDX{
	float: right;
	width: 740px;
	height: 130px;
	background-image:  url("/immagini/imgStruttura/imgTestataDX.jpg");
	}
/* ================================================================= */
/* area Menu                                                      */
/* ================================================================= */	
#divAreaMenuPrincipale{
	width: 720px;
	height: 40px;
	margin-left: 240px;
	text-align:left;
	}
	
#divAreaMenuSecondario{
	width: 720px;
	height: 35px;
	margin-left: 240px;
	text-align:left;
	}
/* ================================================================= */
/* area Corpo                                                        */
/* ================================================================= */

#divAreaCorpoSX{
	float: left;
	width: 220px;
	min-height: 650px;
	height:auto !important;
	height:650px;
	background-color: #e7e0d6;
	background-image:  url("/immagini/imgStruttura/imgSfondoAreaCorpoSX.jpg"); /**/
	}
	
#divAreaCorpoDX{
	float: right;
	width: 740px;
	min-height: 650px;
	height:auto !important;
	height:650px;
	background-image:  url("/immagini/imgStruttura/imgSfondoAreaCorpoDX.jpg");
	text-align: left;
	}
	
#divContenuti{
	/*senso orario: top right bottom left*/
	margin: 20px 20px 20px 20px;
	text-align:left;
	}

	
/* ================================================================= */
/*  Pagina index                                                     */				
/* ================================================================= */
.clBoxEditorialeIndex{
	width: 650px;
	text-align:center;

 	border: 0px solid #C5C5C5;
	padding:10px;
		
}

.clEventiIndex{
	width: 650px;
	text-align:center;

 	border: 0px solid #C5C5C5;
	padding:10px;
	}
	
.clBoxEventiIndex{
	float: left;
	width: 300px;
	text-align:left;
	background-color:#D8D5C2;
 	border: 1px solid #C5C5C5;
	padding:10px;
	text-align:center;		
}


.clBoxFotoHomePage{
	float:right; width:290px; border: 0px solid #CCC;
	}
/* ================================================================= */
/* form iscrizione newsletter                                        */
/* ================================================================= */
.clBoxFormNewsletter{
	width: 550px;
	background-color:#F3F3F5;
	padding:20px;
	border: 1px dashed #C5C5C5;
	}

/* ================================================================= */
/*  Cella con foto anteprima album e cella descrizione album         */				
/* ================================================================= */
.clCellaAlbum{
	clear:both;
	width: 680px;
	border: 0px solid #FF0000; 
	}
		
.clCellaAlbumSX{
	float:left;
	
	width: 120px;
	height: 120px;
	
	margin-top: 0px;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/imgSfondoAlbum.gif");

	border: 0px solid #00FF00; 
	}
	
.clCellaAlbumDX{
	float:right;
	width: 530px;
 
	}	
.clSpazioCella{
	clear:both;
	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");
	
	}
/* =====================navigazione pagine============================== */
div#divNavigatorePagine{
	clear: both;
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #E0D5CB;
/*	background-image:  url("/immagini/imgStruttura/navigatorePagine.gif");
	background-repeat: no-repeat;
	border: 0px solid #FF0000;*/
	}
