/* CSS Document */

BODY {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 2%;
	margin-right: 2%;
	}

#tutto {
	WIDTH: 100%;
	POSITION: relative;
	HEIGHT: 100%;
	}

#fisso {
	FLOAT: left;
	overflow:auto;
	WIDTH: 20%;
	POSITION: fixed;
	HEIGHT: 100%;
	margin-top:0px
	
}
#scrolla {
	margin-top:opx;
	FLOAT: right;
	OVERFLOW: auto;
	WIDTH: 80%;
	HEIGHT: 100%
	
}

#titolo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
	text-align:center;
	font-style:italic;
	font-stretch:semi-expanded;
	text-decoration:underline
	}
#contenuti{position:relative;
	left:0px;
	width:100%;
	float:left;
	 }

</STYLE>