/* CSS Document */
body{
	background:#4A362D;
    font-family:"Trebuchet MS", Arial, Helvetica;
	color:#E2CFA3;
}
input{ font-family:"Arial", Verdana, San Serif; font-size:11px;}
	#tutto100 {
        z-index: 2;
		position: relative;
        width: 100%;
		background:#1c0e08;
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60);
		float:left;
		margin-top:5px;
		border-top:4px solid #000;
    }
	#tutto100  #indirizzo{
		color:#ffefbe;
		width:900px;
		text-align:right;
		padding:20px;
		padding-bottom:30px;
		font-size:14px;
		margin:0 auto;
    }
		#tutto100  #indirizzo a{
		color:#fff;
		
    }

#contenitore{
margin:0 auto;
width:741px;
top:0; left:0;
position:relative;
z-index:2;
}
#contenitore #logo{
margin:0 auto;
width:150px;
top:0; left:0;
position:relative;
z-index:10;
}
	#middle {
	position:relative;
	width:609px;
	margin:0 auto;
	top:0; left:0;
	/*margin-left:273px;*/
	margin-top:30px;
	}
	#gallery {
	position:relative;
	height:355px;
	margin:0 auto;
}
	#gallery img{
	border:4px solid #DAC79C;
	}
	#gallery a {
	position:absolute;
	}
	
	#gallery a img {
	/*border:none;*/
	}
	
	#gallery a.show {
	z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:20px; 
		width:100%; 
		position:absolute;
		bottom:0; right:0px;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#fff;
		font-size:16px;
	}
.clear {
	clear:both;
}
a.opacity:hover img {
filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity:0.6;
}
a.opacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:1px solid #48332B;
}
#link{
margin:0 auto;
position:relative;
top:0; right:0;
width:350px;
height:180px;
z-index:1000;
background:url(img/sf_link_home.png) top center no-repeat;
}
#link ul{
padding-top:50px;
}
#link ul li{
display:inline;
}
#link ul li a{
color:#E2CFA3;
font-size:15px;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}
#link ul li a:hover{
color:#170C07;
}


