@charset "utf-8";
/* CSS Document */

html{
padding:0;
border:none;
margin:0;
}

body{
padding:0;
border:none;
margin:0;
background-color:#003554; 
background-image:url(img/bg.jpg);
background-position:bottom;
background-attachment:fixed;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

img{
padding:0;
border:none;
margin:0;}

.container{
margin:auto;
width:906px;

}
.head{
}

.clear{ clear:both;}

.content{
 width:906px;
 background-color:#e4e4e4; 
 background-image:url(img/bg_content.jpg);
 background-position:bottom;
 float:left;
 background-repeat:repeat-x;
}
.content div{
	margin:60px 30px 30px 20px;

	
}


.content div.none{
margin:0;
}

.gallery{
 float:left;
 width:906px;
 background-color:#e4e4e4; 
 background-image:url(img/bg_content.jpg);
 background-position:bottom;
 background-repeat:repeat-x;

}
.gallery div.align{
margin:60px 30px 30px 20px;

}

.content div.contattaci{
	margin:60px 30px 30px 20px;
	float:left;
	width:350px;
	
}

.content div.contattaci img{
	margin:10px 5px 0px 0px;

	
}

/*
.content div.thumb{
	margin:60px 30px 30px 20px;
	float:left;
	width:350px;
	
}

.content div.thumb img{
 float:left;
 margin-right:15px;
 margin-bottom:10px;
} 
*/
.footer{ 
	 width:906px;
	 height:9px;
	 margin-bottom:10px;

}

#galleria{
	float:left;
	width:300px;
}

#galleria a{
	float:left;
	display:block;
	width:83px;
	height:83px;
	margin-right:15px;
	margin-bottom:10px;
}


#galleriafoto {
	float: left;
	width: 500px;
	height: 300px;
	position:relative;
	margin-left:50px;
}
#galleriafoto .foto{
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:300px;
	overflow:hidden;
}

.copy{
float:left; color:#FFFFFF; font-size:10px; text-align:center; width:100%; margin-bottom:5px;}

