#contenuto a{
		color: Yellow;
	}
	#contenuto a:active{
		color: Yellow;
	}
	#contenuto a:visited{
		color: Yellow;
	}





body{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		 background-image: url(img/bk2.jpg); 
		background-color: #D29664;
	}
	ul{	
	background-color: black;	
	}
	ul li {	      
			display: block;		
		   float: left;				
	}
	ul li a{
		text-decoration: none;
		padding: 0 10px;
		color: white;		
	}
	ul li.current a{
			background-color: green;
	}
	ul li a:hover{
		background-color: Yellow;
		color: black;		
	}
	#top{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: Black;
		margin: 0 auto;
		width: 800px;
		border: 1px solid black;		
	}
	#titolo{
		font-size: 15px;
		 font-weight: bold;
		  padding: 10px 10px;
		  color: #A86922;
	}
	#menu{
		background-color: black;
		margin-top: 60px;
		width: 800px;
		height: 14px
		
	}
	#contenuto{	    
		padding: 15px;			
		border-top: 1px solid  ;
		border-width: 1px 1px 1px 0px;		
		font-size: 14px;
		background-color: black;
		color: white;		
		height: 525px;
			
	}
	#sfcontenuto{
	   margin: 0px auto;
		background: url(img/dromedari2.jpg) no-repeat;
		width: 800px;		
		height: 555px;
		border-width: 0px 0px 1px 1px;
		border-style: solid ;
		border-color: white;
	}
