html,body{
		margin: 0;
		padding:0;
	}
	body{
		font-family: Verdana,arial,sans-serif;
		font-size: 80%;
		text-align:left;
	}
	a:link img{border:0;}
	a:visited img{border:0;}

	div#container{
		width:760px; 
		margin:0;
		padding:0;
		border-width: 0 1px; 
		border-style:solid; 
		border-color: #669900;

	}

	/*stili specifici per il layout*/
	div#sinistra{
		float: left;
		width: 180px;
		height:100%;
		/*height:586px;*/
		margin:0;
		border-right:1px solid #526702;

	}
	*> div#sinistra{
			width:190px;
	}
	div#destra{
		float: right; 
		width:180px;
		border-left:1px solid #526702;
		height:100%;
		/*height:586px;*/
				
		
	}
	*> div#destra{
			width:190px;
	}
	div#centro{
		padding:0;
		margin: 0 180px 0 180px;
		/*height:586px;*/				
	}
	*> div#centro{
		padding:0;
		margin: 0 191px 0 191px;
		/*height:570px;*/
}
	
	div#footer{
		clear:both; 
		border-top:1px solid #669900;
		border-bottom:1px solid #669900;
		background-color: #E4E6E2; 
		height:24px;		
		color: #6796D6;
		text-align:center;
	}

			#Barra_Google{
				margin:10px 6px;
				padding:6px;
				font-family:Verdana,Arial;
				font-size:11px;
				text-align:center;
				border-top:1px solid #EBEBEB;
				}
				#Barra_Google a {text-decoration:none;color:#444444}
				#Barra_Google a:hover {color:orange;}