/***STRUTTURA GENERALE DELLE SEZIONI PRESENTI ***/
	html,body{
		margin:8px 0;
		padding:0
	}
	body{
		font: 76% Verdana,arial,sans-serif;
		text-align:center
	}
	p{margin:0 5px 6px}

	a:link img{border:0;}
	a:visited img{border:0;}

	div#container{
		margin:0 auto;
		width:767px;
		text-align:left;
		border:1px solid #757F07;
	}

	/*stili specifici per il layout*/
	div#sinistra{
		float:left;
		width:160px;
		padding-right:2px;
		border-right:1px solid #A0AA33;
		/*height:455px;*/
	}
	*>div#sinistra{width:160px;}

	div#content{
		float:right;
		width:600px
	}

	div#footer{
		background: #333;
		color: #FFF;
		clear:both;
		width:100%
	}
