@charset "UTF-8";
/* CSS Document */

#contenitore {
	width: 850px;
	height: 900px;
	border: medium;
	padding: 0px;
	margin: auto;
}
nav {
	height: 50px;
	width: 850px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	
}

#navigatore2 {
	position: fixed;
	bottom:0px;
	
	
	}

ul { 
    list-style: none;
	margin: 0px;
	height: 50px;
	width: 850px;
	
}
 ul li {
	 float: left;
	 height: 50px;
	 width: 200px;
	 text-align: center;
	 font-size: 20px;
	 font-family:Verdana, Geneva, sans-serif;
	 line-height: 2.5;
	 display: block;
	 color: #35614f;
	
}	

#contenuto {
	width: 850px;
	height: 600px;
	background-color: #FFF;
	 
}

#box4 {
	width:600px;
	height:400px;
	background-color:#FFF;
	margin:auto;
	margin-top:100px;
	border-style:double;
	border-color: #35614f;
	text-align:center;
	font-size:20px;
	line-height:30px;
	
}

#box4 p{
	margin:auto;
	margin-top:130px;
	

}

