
body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Verdana, serif;
    text-align:center;/* centra in IE5.x */
	color: #000000;}
	
  
div#container {
	width:760px;
    margin:10px auto;/* centra negli altri browser */
	text-align: left;/* ripristina l'allineamento */
	border: 1px solid #D9D8D9;
	min-height: 100%;
	position: relative;
	background-color:#C2DFDA;}


  
div#header {
  background:#000000;
  width:760px;
  margin:0;
  padding:0;
  text-align:left;
 }
  


 div#content{
 margin-left: 172px;
 background:#fff;
 padding:0;
 width:584px;
 
}
 div#main{
 width:574px;
 background:#fff;
 padding:5px;
 }
   
 div#navigation{
 position: absolute;
 top:208px;
 left:1px;
 width:170px;
 text-align:center;
 background:#C2DFDA;
  border-left: 1px solid #000000;

}
  div#wrapper{border-left:2px solid #000000; border-right:2px solid #000000;}
  
  div#footer{
    clear: left;
	text-align:left;
	width:756px;
    padding: 0; margin:0;border-left: 2px solid #000000;border-right: 2px solid #000000;
    background-color: #fff; color: #000}
	


 
 
 img.imag1 {
float: right; margin-left:10px;
}

img.imag2 {
float: left;margin-right:10px;
}

img {
border-color:#3B2A08;
}

div#navigation a:link, div#navigation  a:visited, div#navigation  a:active, div#navigation a:hover{
  text-decoration: underline;
  font-family: verdana;
  color:#000000;
  font-size: 11px;
  font-weight: bold;

  }
  
   div#navigation  a:hover{
  text-decoration: none;
  font-family: verdana;
  color:#ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #ff0000;

  }
  
  .testo {
	font-size: 11px;
	font-family: Verdana, serif;
	color: #000000;
}

.testobianco {
	font-size: 11px;
	font-family: Verdana, serif;
	color: #ffffff;
}

/* CSS FOR SLIDESHOW SCRIPT DHTML GOODIES CON FRECCE*/
	#dhtmlgoodies_slideshow{
		width:520px;	/* Total width of slideshow */
		margin-left:5px;
	}
	
	#previewPane{
		border:0px solid #CCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		
		/* CSS HACK */
		height: 322px;	/* IE 5.x */
		height/* */:/**/310px;	/* Other browsers */
		height: /**/310px;
				
	}
	
		#previewPane img{
		border:1px solid #000;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		padding-top:10px;
		font-style:italic;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:12px;
	}
	#galleryContainer{
		
		height:90px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 92px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/90px;	/* Other browsers */
		height: /**/90px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:10000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px 1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
		/* END CSS SLIDESHOW CON FRECCE SCRIPT */
		
		/* CSS FOR SLIDESHOW SCRIPT */
	#imageSlideshowHolder{
		margin:0;	/* "Air" */
		float:clear; /* Floating gallery at the right side of other web page content */		
		width:760px;	/* Image width */
		height:185px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	/* END CSS SLIDESHOW  SCRIPT */
