#container {
	margin: 0px auto;
    text-align: left;
	width: 800px;
	z-index: 1;
}
#header{
    width: 800px;
	height: 70px;
    margin: 0px auto;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 1.1em;
	text-align: left;
    }
#logo{
    width: 478px;
	height: 70px;
    margin: 0px auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 1.1em;
	text-align: center;
	float: left;
	clear: right;
    }
#intestazione{
    width: 302px;
	height: 70px;
    margin: 0px auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	float: right;
    }
#menu{
    width: 800px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
    margin: 0px auto;
	background-color: #EEEEEE;
	clear: both;
    }

#navigazione{
    width: 189px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;	
	font-family: "Trebuchet MS";
	/*font-size: 0.8em;*/
	font-size:8pt;
    margin: 0px auto;
	float: left;
	clear: right;
    }

#content{
    width: 590px;
	height: auto;
	/* text-align:justify; */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;	
	font-family: "Trebuchet MS";
	font-size: 0.8em;
    margin: 0px auto;
	float: right;
    }

#footer{
    width: 780px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
    margin: 0px auto;
	padding: 10px;
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 2px;
	clear: both;
    }