body {
	background-color: #114E6F;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#top {
	background-image:url(immagini/grafica_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right: 2px solid #C9CACA;
	width:791px;
	height: 99px;
}
#center {
	background-image:url(immagini/grafica_chiave.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#2C94C3;
	width: 771px;
	border-right: 2px solid #C9CACA;	
	padding: 20px 10px;
}
	#center h1 {
		font-size: 250%;
		text-align: right;
		font-weight: bold;
		text-transform: uppercase;
		color: #D9A450;
		margin-bottom: 2px;
		margin-top: 0px;
	}
	#center h2 {
		font-size: 120%;
		text-align: right;		
		font-weight: bold;
		text-transform: uppercase;
		color: #114E6F;
		margin: 2px;
	}	
	#center h3 {
		font-size: 160%;
		text-align: left;		
		font-weight: bold;
		color: #D9A450;
		margin-bottom: 2px;
	}	
	#center p {
		margin-top: 5px;
		font-size: 120%;
		font-weight: normal;
		color: #FFFFFF;
		text-align: justify;
	}			
	#center p b {
		color: #114E6F;
	}
	#center p a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#center img {
		border: 1px solid #FFFFFF;
		margin-left: 10px;
	}
	#center ul li {
		font-size: 120%;
		font-weight: normal;
		color: #FFFFFF;
		text-align: justify;	
	}
	#center ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}
#piede {
	background-image:url(immagini/grafica_piede.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 791px;
	height: 106px;
	border-right: 2px solid #C9CACA;	
}
#crediti {
	text-align:left;
}
		#crediti p {
			margin: 0px 5px 7px 5px;
			color: #2C94C3;
			size: 100%;
		}
		#crediti a:link, #crediti a:visited {color: #2C94C3;text-decoration:none;}
		#crediti a:hover, #crediti a:active {text-decoration:underline;color: #2C94C3;}		
