.wrapper_body {
	width: 65em;
	height: 38em;
	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 {
	position:relative;
	float: right;
	margin: 0px auto 0px auto;
	}

.wrapper_section {
	margin-top: 3.9em;
	width: 50em;
	height: 30em;
	}
	
section h3 {
	font-family: arial;
	font-size: 18px;
	font-weight: italic;
	color: rgb(255,255,255);
	background-color: rgba(19,53,99,0.7);
	line-height: 1.2em;
	padding: 0.4em;
	margin-right: 1.2em;
	
	}
#dati_progetto {
	font-family: arial;
	font-size: 14px;
	color: rgb(19,53,99);
	margin-bottom: 1em;
	margin-top: -0.8em;
	padding: 0.4em;
	}

#scheda_progetto p {
	font-family: arial;
	font-size: 12px;
	color: rgb(19,53,99);
	}

#paragrafo {
	position: relative;
	float: left;
	width: 23.2em;
	text-align: justify;
	}
	
#paragrafo ul{
	list-style-type: square;
	font-family: arial;
	font-size: 12px;
	color: rgb(19,53,99);
	}

.wrapper_immagini {
	position: relative;
	float:left;
	top: 0.7em;
	left: 0em;
	width: 23.5em;
	height: 15em;
	border: 1px solid rgb(188,188,188);
	margin-left: 1.5em;
	}


.jssort07 .i {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: inherit; 
	margin: 0 auto;
	height: 35px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
			
.jssort07 .p:hover .i, .jssort07 .pav .i {
	filter: alpha(opacity=100);
	opacity: 1;
	}
			
.jssort07 .o {
	position:absolute;
	top: 0px;
	left: 0px;
	width:53px;
	height: 33px;
	border: 1px solid rgb(100,100,100);				
	transition: border-color .6s;
	-moz-transition: border-color .6s;
	-webkit-transition: border-color .6s;
	-o-transition: border-color .6s;
	}
			
* html .jssort07 .o {
	max-width: inherit;
	height: 35px;
	}
			
.jssort07 .pav .o, .jssort07 .p:hover .o {
	border-color: #fff;
	}
				
.jssort07 .pav:hover .o {
	border-color: #0099FF;
	}
			
.jssort07 .p:hover .o {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	}	
	
	
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: 54em;
	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);
	}

