@charset "utf-8";
/* CSS Document */

 body {
	
	margin: 0;
	padding: 0;
	text-align: center;
	
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#corpo {
	float:left;
	width: 800px;
	background: #FFF;
}
#centrato {
	width:800px;
	margin:auto;
	text-align: left;
}
#colonna-1 {
	float:left;
	width:200px;
	background: #E8EAEA;
	color:#990000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#colonna-2 {
	float:left;
	width:200px;
	background: #FFFFCC;
	color: #990000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 500px;
}
#colonna-3 {
	float:left;
	width:380px;
	background: #FFFFCC;
	color: #990000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 500px;
}


#intestazione {
	color: #fff;
	background-color: #FFCC99;
}


.menuNavigazione{
	margin:0;
	padding:0.2em 0;
	border-bottom:1px solid #000;
	text-align:center;
	font-weight:bold;
}
.menuNavigazione li{
	display:inline;
	margin:0;
	height:0;
	border-left:1px solid #666;
	padding:0 1em;
}
.menuNavigazione li.primaVoce{
border-left:none;
}
.menuNavigazione a:link,
.menuNavigazione a:visited{

text-decoration:none;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
background:#FFF;
color:#C00;
text-decoration:underline;
}
#pie-di-pagina {
	clear: left;
	background: #FFFFFF;
	color: #fff;
}

#intestazione, #colonna-1, #colonna-2, #colonna-3, #pie-di-pagina {
	padding: 0.5em 0;
}
ol{list-style-type:square; }

div p {
	margin: 0.2em;
	padding: 0.2em 1em;
}
span.cID {
	display:block;
	float:left;
	padding:0.2em 0.2em;
	margin: 0.2em 0.2em;
	border: 1px solid #900;
	background:#FFF;
	color:#333333;
	font:italic 1.8em "Courier New", Courier, monospace;
	text-align:left;
}
 
	
 
