#wrapper {
	background-color: #E1EEDD;
}

#testo {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#testo p {
	font-size: 12px;
	width: 300px;
	margin-left: 0;
}

#testo h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #0054A6;
	margin-top: 20px;
}

#testo h1 em {
	color: #0054A6;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

#testo p.slogan {
	color: #0054A6;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid white;
}

#testo h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #4E4C4C;
}

#testo p.pagina {
	font-size: 16px;
	border-top: 2px solid white;
	color: #0054A6;
	font-style: italic;
	padding-top: 10px;
}

#testo p.contenuto {
	font-size: 14px;
	color: #4E4C4C;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 20px;
	
}

#copertina {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

#footer {
	clear: both;
	padding-bottom: 10px;
}

#loghi {
	width: 100%;
	clear: both;
	background-color: white;
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

#loghi img {
	margin: 2px;
}

#loghi img.big {
	margin-bottom: -15px;
}

