html,body{
	margin: 0;
	padding:0;
	height:100%;
	background-color:#fff;
	background-image:url(../img/bg.jpg);
	background-position:150px 400px;
	background-repeat:no-repeat;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif,Helvetica;
	font-size: 11px;
	line-height: 15px;
	color:#222;
}

body {
	text-align: center;
}
body img {
	border:0px;	
}

div#container{
	position:relative;
	width: 970px;
	height: 100%;
	margin: 0 auto;
    text-align: left;

}
body>div#container {
	height:auto;
	min-height:100%;
}

div#sinistra {
	float:left;
	width:10px;
}
div#centro {
	float:left;
	width:950px;
}
div#destra {
	float:left;
	width:10px;
	margin-top:253px;
}
div#destra_home {
	float:left;
	width:10px;
	margin-top:88px;
}



div#sfuma_20 {
	float:left;
	width:20px;
}
div#testo {
	float:left;
	width:700px;
}
	div#sfumatura_alta{
		
	}
	div#content{
		background-color:#efeedf;
			min-height: 300px;
	}
      div#content a{
      	text-decoration:underline;
				color:#222;
      }
      div#content a:link, #content a:visited {
      }
      div#content a:hover, #content a:focus, #content a:active, #content a{
      	text-decoration:none;
				color:#222;
      }

	div#content_home{
			min-height: 300px;
	}
			
			
div#colonna_testo {
	float:left;
/*	width:330px;*/
	width:650px;
	padding:10px;
	text-align:justify;
}
div#colonne_testo {
	float:left;
/*	width:330px;*/
	width:325px;
	padding:10px;
	text-align:justify;
}
div#titolo_sezione {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	padding:10px 10px 0 10px;
}


div#bottom {
	background-color:#FFF;
}
	div#bottom #riferimenti {
		float:left;
		width:230px;
		padding: 0 0 0 20px;
		font-family:Trebuchet MS,Verdana,Arial,sans-serif,Helvetica;
		font-size: 10px;
		color:#555;
		line-height: 12px;
	}
	div#bottom #riferimenti a{
		margin: 0 0 10px 0;
		text-decoration:none;
		color:#555;
	}
	div#bottom #riferimenti a:link, #menu a:visited {
	}
	div#bottom #riferimenti a:hover, #menu a:focus, #menu a:active, #menu #attivo a {
		color:#000;
	}
	
	
	div#bottom #log {
		float:left;
		width:340px;
		padding: 0 0 0 10px;
/*		background-color:#369;*/
	}
	div#bottom #foto_c {
		float:left;
		width:300px;
		padding: 0 0 0 10px;
/*		background-color:#669;*/
	}
	
	

div#clear_left {
	clear:left;
}
div#clear_right {
	clear:right;
}


/* AAA */
div#aaa {
	margin: 20px 0 0 20px;
	padding:0;
	color:#000;
}
div#aaa a{
	text-decoration:none;
	color:#369;
}
div#aaa a:link, #aaa a:visited {
}
div#aaatom a:hover, #aaa a:focus, #aaa a:active, #aaa #attivo a {
	color:#000;
}
/* fine AAA*/




div#newsletter{
  text-align: left;
	background-image:url(../img/bg_newsletter.jpg);
/*	background-position:150px 400px;*/
	background-repeat:no-repeat;
	padding: 10px 20px;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif,Helvetica;
	font-size: 11px;
}


#newsletter label{
  width: 100px;
  margin: 2px;
  float: left;
}
#newsletter .txt_input{
  width: 300px;
  margin: 2px;
  float: left;
	border: 1px solid #999;
}
#newsletter textarea{
  width: 300px;
  height: 100px;
  margin: 2px;
  float: left;
	border: 1px solid #999;
}
#newsletter br{
  clear: left;
}
