/* CSS Document */
@import "master.css";

body{
	text-align:center;
	background:#646035 url(img/sf_body_646035.jpg) top center repeat-x;
	font-size:100.01%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container{
	text-align:left;
	width:880px;
	margin:0 auto;
	background:url(img/sf_content.jpg) repeat-y;
}

#header{
	background:url(img/sf_header.jpg) repeat-y;
	width:880px;
	height:284px;
}

#header h1, h2, p{
	text-indent:-5000em;
}

/*- Menu Tabs--------------------------- */ 


    #tabs {
      width:720px;
	background:url(img/sf_nav.jpg) no-repeat;
      font-size:93%;
      line-height:normal;
	  padding-left:200px;
	  margin-bottom:20px;
      }
	  
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
	  
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
#tabs a {
	float:left;
    background:url(img/tableft.gif) no-repeat left bottom;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(img/tabright.gif) no-repeat right bottom;
      padding:5px 15px 4px 6px;
	color:#656a54;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#e0deb7;
      }
	#tabs a.active span {
      color:#e0deb7;
      }


#content{
	/*background:url(img/sf_testo.jpg) top center no-repeat;*/
	padding-top:20px;
}

#content h1{
	margin:0 125px 10px 125px;
	padding:0;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#656a54;
	border-bottom:solid 1px #656a54;
	font-family:"Times New Roman", Times, serif;
}

#content .immagini{
	float:left;
	margin-left:10px;
}

#content .immagini img{
	margin-left: 100px;
}

#content .foto{
	margin:0 10px 3px 0;
}

#content .immagini p{
	font-size:70%;
	font-style:italic;
	margin:0 0 3px 0;
	color:#999;
}

#content p{
	text-indent:0;
	padding:0 125px;
	font-size:90%;
	color:#666666;
}

#content p a{
	text-indent:0;
	color:#000;
}

#footer{
	clear:both;
	background:url(img/sf_footer.jpg);
	height:99px;
	color:#6f6f34;
	padding:0 125px 0 125px;
	padding:0;
	text-align:center;
	font-size:70%;

}

#footer a{
	color:#6f6f34;
	text-align:center;
	font-size:100%;
	text-decoration:none;
	border-bottom: 1px #6f6f34 dotted;
}