/* CSS Document */
html{
	background-color:#F5EFE9;
	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;}
body a{
	color:#666666;
	text-decoration: none;
	}
td {
	vertical-align: top;
	}
/*-------------------Utils------------------*/
.clear{	clear:both;}
/*-------------------struttura------------------*/
#struttura{
	position:relative;
	width:895px;
	padding:0px 0px;
	margin:0px auto;
	background-image: url("img/sf_centro_pagina.jpg");
	background-repeat:repeat-x;
	}
#struttura:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;}
	
#testata {
	width:100%;
	background-image: url("img/testata.jpg");
	background-repeat:no-repeat;
	}
#loghi {
	text-align: right;
	margin-right: 20px;
		}

#navigazione {
	margin-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
		}
#navigazione A{
	color: #FFFFFF;
	margin: 0px 5px 0px 5px;
	}
#corpo {
	width:100%;
	}
.sf-home {
	background-image: url("img/sf_centro_pagina_h.jpg");
	background-repeat:repeat-y;
	}
.sf {
	background-image: url("img/sf_centro_pagina.jpg");
	background-repeat:repeat-y;
	}

#colonna-sx {
	width:235px;
	position: relative;
	float: left;
	margin: 0px 20px 0px 8px;
	}
#centro-h {
	width:370px;
	position: relative;
	float: left;
	}
#centro {
	width:590px;
	position: relative;
	float: left;
	}
#colonna-dx  {
	width:215px;
	position: relative;
	float: right;
	margin-right: 22px;
	}
.slot-contenuti-h{
	margin-bottom: 10px;
	line-Height: 2em;
	}
.slot-contenuti-h-tit{
	display: block;
	color:#E90101;
	background-color: #F5EFE9;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	}
.slot-contenuti-h A{
	font-weight: bold;
	text-decoration: underline;
	}
.slot-contenuti-h IMG{
	float: right;
	margin: 5px;
	}

/*-------------------SLOT------------------*/

#slot-bando  {
	background-image: url("img/sf_slot_bando.jpg");
	color: #FFFFFF;
	padding: 10px 0px 15px 10px;
	}
#slot-bando H1 {
	font-weight: bold;
	margin:0px 0px 15px 0px;
	}
#slot-bando  A{color: #FFFFFF;	}


#slot-note  {
	background-image: url("img/sf_slot_note.jpg");
	color: #FFFFFF;
	padding: 10px 0px 15px 10px;
	}
#slot-note H1 {
	font-weight: bold;
	margin:0px 0px 15px 0px;
	}
#slot-note  A{color: #FFFFFF;	}



#slot-contatti{
	background-image: url("img/sf_tit_contatti.jpg");
	background-repeat: no-repeat;
	background-color: #F48221;
	color: #FFFFFF;
	padding: 10px 0px 15px 10px;
	margin-top: 10px;
	}
#slot-contatti H1{
	font-weight: bold;
	margin:0px 0px 15px 0px;
	}
	
#slot-navb  {
	background: #F5EFE9;
	padding: 10px 10px ;
	}

#slot-navb  UL {
	margin: 0px;
	padding: 0px;
	}

#slot-navb LI {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 1px solid #ffffff;
	}

.table TD {
	border-bottom: 1px solid #F5EFE9;
	border-right: 1px solid #F5EFE9;
	padding: 5px 10px 5px 10px;
}
/*-------------------BOTTOM------------------*/

#bottom{
	background-image: url("img/sf_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	font-size:80%;
	}
#bottom-content{ 
width:860px;
border-top: 3px solid #F48221;
padding: 10px 0px 10px 10px;

}

#bottom-sx{
width:430px;
	float: left;
	position: relative;

	}
#bottom-dx{
width:350px;
	float: right;
	position: relative;
	}


/*-------------------FORMATTAZIONI------------------*/
h1 {
	margin:0px;
	padding:0px;
	color: #ffffff;
	font-size:120%;
	}
h2 {
	margin:0px;
	padding:0px;
	color: #B31F00;
	font-size:100%;
	}
.linea {
	width:95%;
	border-bottom:1px dotted #cccccc;
	}

