body {
	background-color: transparent;
	color: white;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

body.fotoAnno {
	background-color: #6C4E1A;
}
body.fotoArchivio {
	background-color: #225171;
}


/******** layout generale ***********/

div.frecceContentAnno {
	float: left;
	text-align: right;
	position: absolute;
	left: 430px;
}

div.titoloContentAnno {
	float: left;
	color: white;
	font: 15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-top: 0;
}

#content {
	width: 570px;
	margin:  auto;
	text-align: left;
}



#titolo {
	float: left;
	width: 390px;
		height: 24px;
	color: #e6e6e6;
}
#indietro {
	float: left;
	width: 88px;
	height: 24px;
}
#avanti {
	float: left;
	width: 88px;
	height: 24px;

}
#foto {
	clear: left;
	width: 570px;	
	padding-top: 5px;
	text-align: center;
	margin: auto;
}





