html,body
{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

img{border:0px;margin:0px}

body{
	background-color: #ffffff;
	text-align:left;
	font-family: Verdana;
	font-size:12px;
	color:#7d7d7d;
	
	
}
div#container{
		width:100%; 
		margin: 0px auto; 
		text-align: center;   /*ripristina l' allineamento*/
		margin-top:20px;
		
}
div#header{
	width:900px;
	margin: 0px auto; 
	height:160px;
		
}

div#contenuto{
	width:900px;
	margin: 0px auto; 
	}
	
div#sinistra{
	float:left; 
	width:210px; 
	background:#4d4d4d;
	}
	
div#destra{
	float:left; 
	width:200px
}

div#centro{
	float:left;
	width: 490px;
}
	
div#footer{
	width:100%;
	text-align: center;
	background: url(img/sf_foot.jpg) repeat-x;
	height: 250px;
	clear: both;

	}
	
a.titolo{
	font-family: Verdana;
	font-size:18px;
	color:#7d7d7d;
	text-decoration: none;
}

a.titolo:hover{
	text-decoration: underline;
}
	
a.testo{
	font-family: Verdana;
	font-size:12px;
	text-decoration:none;
	color:#f35c23;
}
	
.foot{
	font-family:Verdana;
	font-size:9px;
	color: #ffffff;
}

a.foot{
	font-family:Verdana;
	font-size:9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.foot:hover{
	font-family:Verdana;
	font-size:9px;
	color: #ef5d24;
	font-weight: bold;
	text-decoration: none;
}

.menu_f{
	font-family:Verdana;
	font-size:10px;
	font-style: italic;
	color:#f1734a;
	line-height: 12px;
}
a.menu_f{
	font-family:Verdana;
	font-size:10px;
	color:#797979;
	font-style: italic;
	text-decoration:none;
	line-height: 12px;
}
a.menu_f:hover{ 
	color: #f1734a;
}

.menu{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	line-height: 12px;
}
a.menu{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	line-height: 12px;
}
a.menu:hover{ 
	color: #f1734a;
}

div.splitta1{
    float: left;
	width: 70px;
	padding-left: 10px;
	padding-top: 5px;
}

div.splitta2{
	width: 300px; 
	float: left;
}

.campo_input{
	height: 14px;
	width: 95px;
	background-color:#ffffff;
	color:#a5a7a6;
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
	border: none;
	line-height: 12px;
}

.campo_input1{
	height: 16px;
	width: 300px;
	border: 1px solid #b4b3b3;
	background-color:#ffffff;
	color:#20242b;
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
	padding-top:4px;
	line-height: 12px;
}

.invia_p{
	color:#ffffff;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding-bottom: 1px;
	background: url('img/invia.jpg') no-repeat; 
	border: none;
	height: 28px;
	width: 76px;
	cursor: pointer;
}

.invia_c{
	color:#a5a7a6;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	padding-bottom: 1px;
	background: none;
	border: none;
	height: 45px;
	width: 163px;
	cursor: pointer;
}

.campitesto{
	color:#20242b;
	font-family:verdana;
	background-color:#fefefe;
	font-weight:normal;
	font-size:11px;
	overflow: auto;
	width: 300px;
	height: 75px;
	border: 1px solid #b4b3b3;
}

a.testo_s{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
}