		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		background: #FFFFFF;
		font-family: Arial, Verdana, sans-serif;
		text-decoration: none;
		color: #0f5c67;
		font-size: 12px;
		}
		#intestazione{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 139px;
		background: url("images/sfondo_logo.gif")
					repeat-x
					top center;
		}
		#framefoto{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 365px;
		background: url("images/sfondo_foto.gif")
					repeat-x
					top center;
		}
		#frametesti{
		position: relative;
		z-index: 1;
		width: 100%;
		background: url("images/sfondo_testo.gif")
					repeat-x
					top center;
		}
		#copyright{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 91px;
		background: url("images/sfondo_copyright.gif")
					repeat-x
					top center;
		}
		#sfondo_ricerca{
		position: relative;
		z-index: 1;
		padding-left: 20px;
		width: 299px;
		background: url("images/sfondo_ricerca.png")
					no-repeat
					top;
		}
		#quadrifoglio{
		position: absolute;
		z-index: 5;
		top: 200px;
		left: 50%;
		margin-left:110px;
		width: 361px;
		height: 466px;
		}
		#ricerca{
		position: absolute;
		z-index: 7;
		top: 171px;
		left: 50%;
		margin-left:59px;
		width: 319px;
		height: 286px;
		}
		p, ul, ol, blockquote {
		margin-top: 0;
		margin-bottom: 0;
		}
		p.titolo{
		font-family: Times new roman, Arial, Verdana, sans-serif;
		text-decoration: none;
		color: #0f5c67;
		font-size: 24px;
		}
		p.titolo2{
		font-family: Times new roman, Arial, Verdana, sans-serif;
		text-decoration: none;
		color: #6dacb5;
		font-size: 24px;
		}
		hr {
		height: 0;
		border: 0;
		border-top: 1px solid;
		}
		form{margin: 0px;}
		a{
		font-family: Arial, Verdana, sans-serif;
		text-decoration:underline;
		color: #ff0000;
		font-size: 11px;
		}	
		a.menu:Link {font-family: Arial, Verdana, sans-serif; text-decoration:none; color: #065a88; font-size: 14px;}
		a.menu:Visited {font-family: Arial, Verdana, sans-serif; text-decoration:none; color: #065a88; font-size: 14px;}
		a.menu:Hover {font-family: Arial, Verdana, sans-serif; text-decoration:none; color: #a82b00; font-size: 14px;}
		.nascosto { display: none; }
