@charset "utf-8";
/* CSS Document */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-repeat: repeat-x; background-image: url(../immagini/bg.png); 
}
#logo { width: 940px; margin-right: auto; margin-left: auto; margin-bottom: 10px; margin-top: 10px; }
#content {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content #box {
	height: 399px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.imgcenter { margin-top: 16px; margin-right: auto; margin-left: auto; }
#titoli { float: left; height: 360px; width: 220px; margin-left: 20px; }
#txt { width: 940px; background-color: #FFF; margin-right: auto; margin-left: auto; }
#txt h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #666;
	text-align: left;
	font-weight: bold;
	font-style: oblique;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: 15px;
}
#txt p { font-family: Verdana; font-size: 12px; color: #666; line-height: 170%; text-align: justify; margin-top: 15px; margin-right: 30px; margin-left: 25px; }
#footer { font-family: Verdana; font-size: 9px; color: #ACACAC; margin-bottom: 15px; text-align: center; padding-top: 25px; }
#titoli h3 { text-align: center; margin-top: 15px; font-family: Garamond; font-size: 30px; color: #0099FF; }
#link {
	width: 940px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 20px;
	clear: both;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #069;
}
#link ul { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; }
#link li { display: inline; padding-right: 8px; padding-left: 8px; }
#link a:link {
	text-decoration: none;
	color: #069;
}
#link a:visited {
	text-decoration: none;
	color: #069;
}
#link a:hover {
	text-decoration: underline;
	color: #069;
}
#link a:active {
	text-decoration: none;
	color: #069;
}
a:link { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #333; }
a:active { text-decoration: none; color: #666; }

