/* CSS Document */
html{
	
	margin:0px;
	padding:0px;
	}
html img{
	border:none;}
body{
	width:100%;
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0px;
	padding:0px;
	color:#666666;
	background-color:#FAF2E3;
	background-image: url("img/sf_pagina.jpg");
	background-repeat:repeat-x;
}
body a{
	color:#1A711E;
	text-decoration: none;
	}
td {
	vertical-align: top;
	}
/*-------------------Utils------------------*/
.clear{	clear:both;}
.linea {
	width:100%;
	border-bottom:1px dotted #cccccc;
	}
.gr-chiaro {
	color:#999999;
	}
/*-------------------struttura------------------*/
#struttura{
	position:relative;
	width:990px;
	padding:0px 0px;
	margin:10px auto;
	background-image: url("img/sf_struttura.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	}
#struttura:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;}
	
/*-------------------COLONNA sx------------------*/
#contenitore{
	position:relative;
	width:980px;
	margin-top: 5px;
	margin-left: 5px;
	background-color:#DED3B1;
	background-image: url("img/sf-colonna-sx.jpg");
	background-repeat:repeat-x;
	}

#colonna-sx {
	position:relative;
	float: left;
	width:250px;
	}
	
#logo-home {
	width:100%;
	text-align: center;
	height: 545px;
	min-height: 545px;
	background-image: url("img/sf_logo.jpg");
	background-repeat:no-repeat;}
	
#logo-home IMG {
	margin-top: 210px;
	}
	
#testata {
	width:100%;
	height: 188px;
	min-height: 188px;
	background-color:#000000;
	}

#logo {
	width:100%;
	text-align: center;
	height: 188px;
	min-height: 188px;
	background-image: url("img/sf_logo.jpg");
	background-repeat:no-repeat;}

/*-------------------COLONNA dx------------------*/
#colonna-dx {
	position:relative;
	float: right;
	width:730px;
	background-color: #FFFFFF;
	}

.navigazione {
	position:relative;
	width:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#000000;
	color: #1A711E;
	}
.navigazione A {
	color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	}
#corpo {
	width: 90%;
	margin: 30px 0px 30px 40px;
	text-align:justify;
	}

#sottonavigazione{
	width: 200px;
	margin-left: 30px;
	padding-top: 35px;

	}
#sottonavigazione A{
	display: block;
	margin: 0px 0px ;
	padding: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	}
#sottonavigazione img{
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	}

/*-------------------BOTTOM------------------*/

#bottom {
	position:relative;
	width:100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999999;
	background-color: #FAF2E3;
	border-top: 5px solid #666666;
	}
/*-------------------FORMATTAZIONI------------------*/
h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:	#1A711E;
	font-family:"Times New Roman", Times, serif;
	font-size:160%;
	}
h2 {
	margin:0px;
	padding:0px;
	color:	#1A711E;
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	}
h3 {
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	}
h4 {
	margin:0px;
	padding:0px;
	color:	#1A711E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
.table {
width:100%;
text-align: left;
	}
.table TD {
	padding: 1%;
	background-color: #FDF9F0;
	border-right: 1px solid #ffffff;
	}
	
.table-foto {
width:100%;
text-align: center;
	}
	
.table-foto TD{
	padding: 0px;
	}
.table-foto IMG {
	margin: 0px 0px 5px 0px;
	float: none; 
	}
	
.progetto  {
	height: 80px;
	min-height: 80px;
	height: auto !important;
	border-bottom: 1px solid #ffffff;
	}
.progetto IMG {
	margin: 0px 10px 0px 0px;
	float: left; 
	}


