body
{
	text-align: center;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 13px;
}
h1
{
	margin:0;
	padding:0;
	font-size: 24px;
	color: #668;
}
h2
{
	margin:0;
	padding:0;
	margin-bottom: 8px;
	font-size: 13px;
	color: #668;	
}
#totale
{
	text-align: center;
	width: 640px;
	margin: auto;
}
div#indice, ul#listaindice
{
	display: none;
}
#corpo
{
	float: right;
}
#centrale
{
	display: block;
	width: 490px;
	float: left;
}
#content
{
	display: block;
	/*width: 470px; /* grandezza totale 488px poi si sottrae... */
	padding: 5px 8px;
	text-align: justify;
	height: 100%; /* che deve potersi allungare all'occorrenza! */
	background: Transparent url( "../_grafica/sfondo_foglie.gif" ) right bottom no-repeat;
	word-wrap:break-word;
}
#content p
{
	text-indent: 10px;
	margin: 5px 0;
}
#content p:first-letter
{
	font-weight: 900;
	font-size: 16px;
	font-family: Serif;
}
#fotografie
{
	display: block;
	width: 136px; /* grandezza massima: 150px poi si sottrae... */
	height: 440px;
	float: right;
	background: transparent url( "../_grafica/sfondo_fotografie.jpg" ) no-repeat;
	margin-top: 80px; /* vedi anche #indice !! */
	padding-top: 33px;
	padding-left: 14px;
	overflow: hidden;
}
#fotografie img
{
	margin-top: 6px;
}
.oriz
{
	text-align: center;
	width: 450px;
	display: inline-block;
	margin: auto;
	height: 100px;
}
#alto
{
	background: transparent url( "../_grafica/sfondo_alto.gif" ) center bottom no-repeat;
	margin-bottom: 10px;
}
#basso
{
	margin-top: 10px;
	background: transparent url( "../_grafica/sfondo_basso.gif" ) center bottom no-repeat;
}
#logo
{
	vertical-align: middle;
}
#flags
{
	display: none;
}
.orizMIN
{
	height: 36px;  /*grandezza massima 40px poi sottraggo... */
	width: 398px;
	background-color: #C9C9C9;
	margin: auto;
	margin-top: 5px;
}
.orizMAX
{
	height: 60px;
}
.orizMIN h3
{
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 32px;
	font-weight: normal;
	font-style: oblique;
	color: White;
}
.orizMIN li
{
	display: none;
}
/* gestione posizionamento delle ../_fotografie */
.sinistra, .left
{
	float: left;
	margin-right: 7px;
	border: solid 1px black;
}
.destra, .right
{
	float: right;
	margin-left: 7px;
	border: solid 1px black;
}
