html, body{
	padding: 0px;
	/*background-image:  url("/css/imgStruttura/sfondoPagina.jpg");*/ 
	background-color: #2F2F2F;
	}
	
div#divClear{clear: both;}
/* ================================================================= */
div#divContenitore{
	min-width:840px;
	width:auto !important;
	width:840px;
	}
/* ================================================================= */
div#divTestata{
	width:840px;
	border: 0px solid #FFFFFF;
	}

/* ================================================================= */
div#divMenu{
	clear: both;
	width: 840px;	
	height:20px;
			
	background-color: #212121;
	text-align:left;	
	}

/* ================================================================= */
div#divCorpo{
	clear: both;
	width: 840px;
	background-color:#8B8C8C;
	border: 0px solid #F00;
	}

div#divAreaSX{
	float: left;
	width: 570px;

	min-height:760px;
	height:auto !important;
	height:760px;

	background-color:#CFCFCF;

	}

div#divAreaDX{
	float: right;
	width: 270px;
	text-align: left;


	background-color:#8B8C8C;
	
	}

div#divAreaSub{
	clear: both;
	width:840px;
	background-color:#2F2F2F;
		
	min-height:50px;
	height:auto !important;
	height:50px;
	}
/* =====================aree Menu Laterale=============================== */
div#divClub{
	width:270px;
	height:200px;
	background-image:  url("/immagini/imgMenuLaterale/sfondoClub.jpg");

	}
div#divCommunity{
	width:270px;
	height:200px;
	background-image:  url("/immagini/imgMenuLaterale/sfondoCommunity.jpg");

	}
	
div#divDelegazione{
	width:270px;
	height:200px;
	background-image:  url("/immagini/imgMenuLaterale/sfondoDelegazione.jpg");

	}
	
div#divKart{
	width:270px;
	height:138px;

	}
div#divPista{
	width:270px;
	height:146px;

	}	

/* ================================================================= */

.clContenuto{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;

}
/* ================================================================= */
/*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: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/sfondoAnteprimaFoto.gif");
	}
	

