body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #F5F5F1;
	text-align: center;	
	font: normal normal normal 12px helvetica,sans-serif;
	}
	
/* -------------------------Contenitore e col principali-------------------------*/
.contenitore {
	display:block;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 809px;
	/*border: 1px solid #000000;*/
	}

.foto{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 809px;
	height: 310px;
	}
	
.centro{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 809px;
	background: #F5F5F1 url(sfondo_centro.jpg) repeat-y;
	}
	
.fine_centro{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 809px;
	height: 10px;
	background: #F5F5F1 url(fine_centro.jpg) no-repeat;
	}

.fine{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 809px;
	height: 140px;
	background: #F5F5F1 url(sfondo_fine.jpg) repeat-y;
	}

	
/* -------------------------Menu-------------------------*/
.menu{
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width: 145px;
	text-align:right;
	font:  normal bold normal 12px helvetica,sans-serif;
	}
.menu ul,.menu li{
	margin: 0;
	padding: 0;
	list-style-type:none; /* none;*/
	line-height: 1.8em;
}

.menu ul ul{
padding-right:15px;}

.menu ul li{
	position:relative;
	height:20px;
	color: #E1C50B;
	text-decoration:none;


}

.menu ul a:hover{
color:#444444;
text-decoration:none;
}

.menu ul a{
	display: block;
	padding: 0 1em;
	color:#E1C50B;
	padding-right:20px;
	padding-bottom:5px;
	text-decoration:none;

}

.menu ul span{
	display: block;
	color:#E1C50B;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	font-weight:bold;
}

.menu_l{
	position: relative;
	float:right;
	font-weight: bold;
	width: 140px;
	margin-top: 5px;
	margin-right:10px;
	}
	
.menu_l a{
	color: #E1C50B;
	text-decoration:none;
	}
.menu_l a:hover{
	color: #444444;
	text-decoration:none;
	}

/* -------------------------corpo-------------------------*/
.titolo {
	display:block;
	position: absolute;
	top: -30px;
	left: 350px;
	width: 300px;
	height: 30px;
	text-align: left;
	font:  normal bold normal 18px helvetica,sans-serif;
	color: #E1C50B;
	z-index: 20;
	}

.corpo{
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width: 650px;
	font:  normal normal normal 12px helvetica,sans-serif;
	text-align: justify;
	}
.corpo h1{
	display:block;
	position: relative;
	top: -30px;
	left:220px;
	text-align: left;
	font:  normal bold normal 18px helvetica,sans-serif;
	color: #E1C50B;
	z-index: 20;
}	
.mini_foto{
	position: relative;
	float:left;
	top:-25px;
	left:10px;
	width: 180px;
    height: 255px;
	}
	
.mini_foto a{
	color: #000000;
	text-decoration:none;
	}
	
.mini_foto a:hover{
	color: #000000;
	text-decoration:none;
	}
	
.altezza{
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width: 1px;
    height: 250px;
	}

.testo{
	position: relative;
	float:left;
	top:-15px;
	left:25px;
	width: 440px;
	text-align:justify;
	font:  normal normal normal 12px helvetica,sans-serif;
	color: #444444;
	}
	
.intestazione{
	position: relative;
	float:left;
	top:0px;
	left:148px;
	width: 194px;
	text-align: center;
	font:  normal normal normal 10px helvetica,sans-serif;
	color: #444444;
	}
	
.vuoto{
	clear:both;
	}

	/* -------------------------Slide Show------------------------*/

#slideshow {
    position:relative;
    height:310px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* -------------------------Gallery------------------------*/

.gallery {
	position: relative;
	float:left;
	top:-35px;
	left:10px;
	width: 180px;
    height: 255px;
	z-index: 10;
}

#GalleriaExt{
    width:180px;  
    height:240px;
	float:left;  
    overflow:hidden;  
    border:1px;  
    position:relative;  
}

#GalleriaInt {  
    position:absolute;  
    top:0;  
    left:0; 
	height:5000px;
    width:180px;  
    float:left;
 } 

#FrecciaSu {
	position:relative;	
	float:left;
		width:180px; 
		height:17px;
	top:0px;
	z-index:10;
	padding:1px;
}

#FrecciaGiu {
	position:relative;	
	float:left;
     	width:180px; 
     	height:15px;
	left:0px;
	top:0px;
	z-index:10;
	padding:1px;
	text-align: center;
}

.Freccia {
	text-decoration: none;
	color: #393939;
}

.Freccia a{
	text-decoration: none;	
}

.Freccia :hover{
	text-decoration: none;	
}


#boxImg { 
	position:relative; 
     	width:160px;  
     	height:75px;  
     	float:left;    
     	margin:0px 4px 4px 0px;
}

