@import url("../file/basic.css");
@import url("../file/testata.css");
@import url("../file/footer.css");

#body1 {
	width:779px;
	height:1000px;
	margin: auto;
	text-align:left;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-left-width: 1px;
}

/*TITOLO SINISTRA regola la posizione del footer*/

#titolo {
	width:75px;
	height:790px;
	background-image:url(../img/T_mappa.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABDDD;
	background-position: 0px 12px;
	left: 0px;
}


#pro1 {
	position:absolute;
	top:10px;
	left:80px;
	width:691px;
	height:150px;
}


#pro1b {
	position:absolute;
	top:20px;
	left:90px;
	width:500px;
	height:100px;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
	text-align: justify;
	
}
#pro1b a{
	font-family: verdana;
	font-size: 11px;	
	
}
#pro1b a:hover{
	font-family: verdana;
	font-size: 11px;
	text-decoration:underline;	
	
}
#pro1b ul{
	list-style-type: none;
	
}

