div#corpo div#blocco_centrale{
	padding:2em;
	padding-top:0px;
	border:1px solid #2b2b60;
	background-color:white;
	width: 69%;
	float:left;
	margin-top:8px;
	/*hack x altezza minima*/
	min-height: 600px; /* Interpretata dai browser aderenti agli standard */
	height: auto !important; /* Interpretata dai browser aderenti agli standard */
	height: 600px; /* Interpretata da IE che considera però height come fosse min-height */

}
div#corpo div#blocco_centrale h2{
	font-size:1.4em;
	padding:1em 0 1em 0;
	font-weight:200;
	color:#2b2b60;
}	

div#corpo div#blocco_centrale p{
	font-size:0.9em;
	padding:1em 0 1em 0;
	color:#999;
}	
table#gallery {
	border-spacing:10px;
}
table#gallery tr td {
	padding:0.4em;
	border:1px solid #2B2B60;
	background-color:#cdcbfe;
}

