html { height: 100%;
		 	 margin: 0; }
body { background-color: #FFFFFF;
	background-image: url(../pic/bgroundcverde.gif); 
		 	 height: 100%;
			 width: 100%;
			 margin: 0; 
			 font-size: 10px;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			}
td, p, input, select {
	font-size: 8pt;
   }
#testata { position: absolute;
 	 top: 0px;
	 left: 0px;
	 width: 760px;
	 height: 75px;
	 background-color: #FFFFFF;
				 }
#content {
	position: absolute;
	/*top: 75px;*/
	left: 0;
	width: 760px;
	height: 100%;
	z-index: 0;
}
#colonnasx {
	position: absolute;
	top: 75px;
	left: 0;
	width: 160px;
	height: 100%;
	background-color: #B8E5CE;	
	border-top: 1px solid #000;
	z-index: 1;
}
#colonnadx {
	position: absolute;
	vertical-align: top;
	top: 75px;
	left: 611px;
	width: 149px;
	height: 100%;
	border-top: 1px solid #000;
	color: #000;
}
.spessore {margin-bottom: 5px; }
#centrale {
	position: absolute;
	top: 75px;
	left: 161px;
	padding: 5px;
	border-top: 1px solid #000;	
	width: 440px;
	height: 100%;
	z-index: 1;
}
#nav {
	width: 160px;
	padding: 0 0 1em 0;
	font-family: Verdana, Helvetica,Arial, sans-serif;
	font-weight: bold;
	background-color: #B8E5CE;
	color: #333;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#nav li {
	border-bottom: 1px solid #000;
	margin: 0;
	}
#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-left: 10px solid #88AB44;
	border-right: 10px solid #E4DD4A;
	background-color: #FF8301;	
	}

html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	border-left: 10px solid #ADD06A;
	border-right: 10px solid #FFF669;
	background-color: #FFA648;
	color: #000;
	}
.titolo 
{
	font-size: 11pt;
	font-weight: bold;
	color: Green;
}

