		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		background-image: url("images/sfondo.gif");
		background-repeat: repeat-x;
		background-color: #cec0a6;
		font-family: Arial, Verdana, sans-serif;
		text-decoration: none;
		color: #5e5e5e;
		font-size: 12px;
		}
		#logo{
		position: absolute;
		z-index: 50;
		top: 0px;
		left:50%;
		margin-left:-450px;
		width: 900px;
		height:245px;
		}
		#menu{
		position: absolute;
		z-index: 50;
		top: 331px;
		left:50%;
		margin-left:-480px;
		width: 960px;
		height:30px;
		padding-top:135px;
		background-image: url("images/sfondo_menu.png");
		background-repeat: no-repeat;
		background-position: top center;
		text-align:center;
		font-family: Georgia, Times new roman, Arial;
		text-decoration: none;
		color: #ffffff;
		font-size: 11px;
		}
		#contenitore{
		position: absolute;
		z-index: 1;
		top:0px;
		left:50%;
		margin-left:-480px;
		width: 960px;
		background-image: url("images/sfondo_contenuti.png");
		background-repeat: repeat-y;
		}
		#foto{
		position: relative;
		z-index: 5;
		padding-left:30px;
		padding-right:30px;
		width: 900px;
		height:496px;
		}
		#contenitore_testi{
		position: relative;
		z-index: 5;
		padding-top:22px;
		padding-left:60px;
		padding-right:60px;
		width: 840px;
		word-spacing: 2px;
		}
		#testi{
		position: relative;
		z-index: 8;
		text-align:justify;
		}
		#boxphotogallery{
		float:left;
		z-index: 9;
		width: 165px;
		height: 155px
		}
		span.title{
		text-decoration: none;
		font-family: Georgia, Times new roman, Arial;
		color:#340f0f;
		font-size:24px;
		}
		span.subtitle{
		text-decoration: none;
		font-family: Georgia, Times new roman, Arial;
		color:#948872;
		font-size:16px;
		}
		#footer{
		position: relative;
		z-index: 2;
		padding-left:60px;
		padding-right:60px;
		padding-top:50px;
		width: 840px;
		height:40px;
		font-size:11px;
		color:#8d7e62;
		background-image: url("images/sfondo_copyright.gif");
		background-repeat: no-repeat;
		}
		hr {
		height: 0;
		border: 0;
		border-top: 1px solid;
		}
		p, ul, ol, blockquote {
		margin-top: 0;
		margin-bottom: 0;
		}
		form{
		margin: 0px;
		}	
		a{
		text-decoration: underline;
		color: #8a0f0f;
		font-size:10px;
		}		
		a.menu:Link {font-family: Verdana; text-decoration:none; color: #ffffff; font-family: Georgia, Times new roman, Arial; font-size: 11px;}
		a.menu:Visited {font-family: Verdana; text-decoration:none; color: #ffffff; font-family: Georgia, Times new roman, Arial; font-size: 11px;}
		a.menu:Hover {font-family: Verdana; text-decoration:none; color: #d3ccb5; font-family: Georgia, Times new roman, Arial; font-size: 11px;}
		.nascosto { display: none; }
