body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #333333;
}
.contenitore {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.testa {
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.navigazione {
	float: left;
	width: 762px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.corpo {
	float: right;
	width: 585px;
	text-align: justify;
	overflow: hidden;
	padding: 0px;
}
.corpo img {
	border: 1px solid #999999;
}

.dentro_corpo {
	border: 1px solid #EEEEEE;
	padding: 5px;
	background-color: #F9F9F9;
	margin-bottom: 10px;
	overflow: hidden;
	height: 100%;
}
.dentro_corpo a {
	color: #770000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C0000;
}
.dentro_corpo a:link {
}
.dentro_corpo a:hover {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C0000;
	font-style: italic;
}
.dentro_corpo a:active {
}
.dentro_corpo a:active:hover {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C0000;
}
.dentro_corpo a:visited {
}
.dentro_corpo a:visited:hover {
	color: #6C0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C0000;
}
.dentro_corpo p {
	/*margin: 0px;*/
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0px;
}

.corpo h1 {
	font-size: 1.3em;
	color: #5F2609;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 30px;
	background-image: url(../immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.corpo h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #5F2609;
}
.corpo h3 {
	font-size: 1em;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: underline;
}
.destra {
	float: left;
	width: 170px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 7px;
	overflow: hidden;
	text-align: center;
}
.piede {
	font-size: 0.9em;
	color: #666666;
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
	background-image: url(../immagini/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}
.piede a:link {
	color: #666666;
}
.piede a:hover {
	color: #999999;
	text-decoration: underline overline;
}
.piede a:active {
	color: #666666;
}
.piede a:active:hover {
	color: #999999;
	text-decoration: underline overline;
}
.piede a:visited {
	color: #666666;
}
.piede a:visited:hover {
	color: #999999;
	text-decoration: underline overline;
}
#nav {
	padding: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 160px;
}
#nav a {
	width: 100%;
	color: #000000;
	display: block;
}
#nav li {
	padding-bottom: 7px;
}

#nav li ul {
	list-style-type: none;
	text-indent: 7px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav li ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav li ul li a:link {
	text-decoration: none;
}
#nav li ul li a:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	text-indent: 2px;
}
#nav li ul li a:active {
	text-decoration: none;
	background-color: #EBEBEB;
	text-indent: 5px;
}
#nav li ul li a:active:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	text-indent: 2px;
}
#nav li ul li a:visited {
	text-decoration: none;
}
#nav li ul li a:visited:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	text-indent: 2px;
}
/* ****** INIZIO MENU IN CSS ****** */
/*#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}*/
/******* FINE MENU IN CSS ****** */
.grassetto_color {
	font-weight: bold;
	color: #6C0000;
}
.allin_dx {
	text-align: right;
}
.lista {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 260px;
}
.lista_orizzontale {
	margin: 0px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-image: url(../immagini/elenco.gif);
	text-align: left;
	display: block;
	float: left;
}
.lista_orizzontale li {
	padding-bottom: 2px;
}
.p_dopo_elenco {
	clear: both;
}