.wrapper_body {
	width: 65em;
	height: 36em;
	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;
	}

aside {
	font-family:arial;
	color: rgb(19,53,99);
	position: relative;
	float: left;
	}
.wrapper_aside {
	width:12em;
	height: 34em;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: rgb(19,53,99);
	padding: 1em;
	}
	
aside ul li {
	list-style-type: none;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(19,53,99);
	margin-left: -1em;
	margin-right: 0.2em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	}

aside ul li img {
	width: 1em;
	display: none;}

aside ul li:hover {
	background-color: rgb(255,255,255);
	margin-bottom: -0.25em;
	}

aside ul li:hover  img{
	margin-bottom: -0.1em;
	margin-left: 0.8em;
	width: 1em;
	display: inline;}

	
aside ul li  a{
	text-decoration: none;
	color: rgb(19,53,99);
	}	

aside h3 {
	line-height: 1.2em;
	font-size: 15px;
	}

section img {
	width:14em;
	position: relative;
	top:8em;
	left:18em;
	}



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: 24em;
	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);
	}	
