.wrapper_body {
	width: 65em;
	height: 33em;
	background-color:rgba(169,190,217,1);
	margin: 0px auto 0px auto;
	border-color: rgb(19,53,99);
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	padding:5px;}

#testo_presentazione {
	font-family: arial;
	font-size: 14px;
	color: rgb(19,53,99);
	padding: 2em;
	}
	
#testo_presentazione h3 {
	font-size: 18px;
	text-align: center;
	}

.testo_foto {
	display: block;
	height: 12em;
	padding-top: 0.5em;
	}
	
.testo_foto p {
	text-align: justify;
	font: inherit;
	}	
	
.testo_foto img {
	width: 35em;
	height: 21em;
	float: right;
	margin-top: 0.3em;
	margin-left: 2em;
	margin-bottom: 2em;
	padding-top: 0.8em;
	}
	
footer{
	font-family:arial; 
	font-size:10px;
	text-align: center;	
	font-weight: bold;
	color: rgb(255,255,255);  
	width:100%;
	margin-top: 5.2em;
	}

.footer_wrapper{
	position: absolute;
	height: 8em;
	width: 105em;
	margin-top: -5em;
	margin-left: -0.6em;
	background-color: rgb(19,53,99);
	border-style: solid;
	border-color: rgb(19,53,99);
	border-width: 0px 1px 0px 1px;}
	
footer #copyright {
	text-align: left;
	position: relative;
	float:left;
	margin-left: 5em;
	margin-right: 25em;
	}

footer #indirizzo{
	position:relative;
	float: left;
	font-size: 11px;
	}

footer #webmaster {
	position: relative;
	float: right;
	margin-right: 5em;
	text-align: left;
	}

#webmaster a:link {
	color: rgb(255,255,255);
	}	

#webmaster a:visited {
	color: rgb(255,255,255);
	}	
