body {
	text-align: center;
	background-color: #eeeeee;
	color: #666666;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#centrato {
	width: 760px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#corpo {
	float: left;
	width: 758px;
	border: 1px solid #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#sinistra {
	float: left;
	width: 391px;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#sinistra img {
	border: 5px solid #ffffff;
	margin: 0;
	padding: 0;
}

#centro {
	float: left;
	width: 138px;
	background-image: url(immagini/logo.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #666666;
	height: 498px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#centro a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#centro a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#destra {
	float: left;
	width: 228px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(immagini/ombra.gif);
	background-repeat: repeat-y;
	height: 498px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}
#footer {
	clear: left;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
#destra h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #E6E3E3;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-left: 15px;
	margin-right: 15px;
}
#destra h2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	border-bottom: 1px dashed #cccccc;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 14px;
}
#destra p {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 18px;
}
#centro ul {
	background-color: transparent;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	
}
#centro li {
	list-style-image: url(immagini/point.gif);
	border-bottom: 1px dashed #cccccc;
	line-height: 24px;
	margin-right: 4px;
	margin-left: 0px;
	text-indent: 8px; 
	list-style-position: outside;
	padding: 0;
}
p.marginealto {
	height: 200px;
}
img.bordo {
	border: 1px solid #666666;
}