.container {
	position:absolute; 
	width:100%; 
	z-index:1; 
	left: 0px; 
	top: 0px;
}
div.logo {
	padding:10px;
	height: 105px;
}
.banner {
	position:absolute; 
	width:100%; 
	z-index:1; 
	background-image: url(../img/banner.gif); 
	background-repeat: no-repeat; 
	border: 1px none #000000;
}
.central_content {
	margin: 6px; 
	margin-top: 10px; 
	float: right; 
	width:75%; 
	height:100%; 
	border: 1px solid #006600; 
	font-family: garamond;
}
.menu_block {
	background-color: #E8F1E7; 
	border-top:1px solid #006600; 
	border-left:1px solid #006600;  
	border-right:1px solid #006600; 
	width:20%; 
	height:100%; 
	float: left; 
	margin: 6px; 
	margin-top: 10px;
}
.menu {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #006600;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-bottom-width: 1px;
	padding: 0px;
}
.menu a{
	color: #006600;		
	width: 100%;
	height: 100%;
}
.menu a:hover{
	color: #ffffff;		
	background-color: #006600;
	width: 100%;
	height: 100%;
}
.titolo {
	font-family: Garamond;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #006600;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #006600;


}
.testo {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	margin: 2px;
	padding: 2px;

}
.dati {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}