body { 
	margin:0; 
	padding:0;
}
hr { display: none }
a:link {color:#009;}
a:visited {color:#909;}
a:hover,a:active {
	color:#000;
	background:#FF0;
	text-decoration:none;
}
#Centro { 
	position: relative;
	background:#CCC;
}
#img_logo {   
	margin: 10px 5px;
	padding: 5px;
	float: left;
	width: 5%;
}
#logo { 
	float: left; 
	width: 420px; 
	font-size:40px;
	line-height:72px;
	font-weight:bold;
	background: url(../images/SfondoLogo.gif) 40% 60% no-repeat;
	text-align:center;
}
#descrizioneSito {   
	margin: 10px 5px;
	padding: 5px;
	float: right;
	width: 40%;
	border: 1px dotted #000;
}
#navigazionePrincipale { 
	font-variant:small-caps;
	letter-spacing:.1em;
	clear: both; 
	border-style: solid;
	border-color: #000;
	border-width: 1px 0;
	padding: 2px 0;
}
#contenutoPrincipale {
 	position: relative;
 	top: 0; left: 0;
 	width: 80%;
 	padding: 10px;
 	border-right: 1px solid #000;
	background:#FFF;	
}
#contenutoSecondario {
	position: absolute;
	top: 0; left: 85%;
	width: 20%;
	font-size:.85em;
}
#inEvidenza { 
	position: absolute; 
	left: 85%;
	padding: 0 10px;
	font-size:.85em;
} 
.Foto { 
	border:1px solid #000; 
	width: 73%;
	margin: 10px 0 0 0;	
}
.Foto-permalink {
	text-align:right;
	font-size:.85em;
}
.Foto-titolo {
	font-size:1.2em;
}
.Foto-data {
	text-align:center;
	font-family:courier,monospace;
}
#navigazioneGenerale { 
	font-variant:small-caps;
	letter-spacing:.1em;
	clear: both; 
	border-style: solid;
	border-color: #EEE;
	border-width: 1px 0;
	padding: 2px 0;
}
h1,h2,h3 { 
	font-variant:small-caps;
	letter-spacing:.1em;
	clear: both; 
	border-style: solid;
	border-color: #666;
	border-width: 1px 0;
	padding: 2px 0;
}


