	body { 
		background: #fff url(images/gradiente.gif) fixed repeat-x bottom;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
		font-size: 13px;
		margin:0px; padding:0px;
		text-align: center;
	}
	div#container{
		width: 760px;
		position:relative;
		margin: 0 auto;   /* centra negli altri browser */
		text-align: left;   /* ripristina l'allineamento */ 
	}
	div#header{
		width:760; height:90px;
		background: url(images/logo.gif) no-repeat;
		text-align:right; font-weight: bold;
		color:#fff; font-size: 14px; padding:10px;
	}
	div#content{
		float:right;
		width:560px;
	}
	div#left{
		float:left;
		width:200px;
	}
	div#img{
		text-align: center;
		border: 1px solid #FC3;
		margin-bottom: 10px;
		padding: 0;
		background: #FFF;
	}
	div#loghi{
		text-align: center;
		border: 1px solid #FC3;
		margin-bottom: 10px;
		padding: 0;
		background: #FFF;
		width:185px;
	}
	div#imgblu{
		text-align: center;
		border: 1px solid #FC3;
		margin-bottom: 10px;
		padding: 0px;
		background: #03347E;
	}
	a{
		color: #F60;font-weight: bold;
		text-decoration: none;
	}
	div#footer{
		clear:both;
		width:760px;
		border-top: 1px solid #FC3;
		font-size: 11px;
	}
	span.left{float: left}
	span.right{float: right}
	div#menu{
		position: absolute;
		left: 251px; top: 76px;
	}
	ul#minitabs{
		list-style: none; 
		margin: 0px; 
		margin-top: -5px; 
		padding: 5px 0;
		text-align: right; white-space: nowrap;
		width:509px;
		text-transform: uppercase;
	}
	ul#minitabs li{
		display: inline; margin: 0px 3px
	}
	ul#minitabs a{
		text-decoration: none; padding: 0 0 5px;
		background: url(images/yellow.gif) no-repeat bottom center;
		color: #999
	}
	ul#minitabs a#current, ul#minitabs a:hover{
		background: url(images/blu.gif) no-repeat center bottom;
		color: #666
	}
	ul#minitabs a#current{
		color: #69C
	}
	div#titolo{
		position: absolute; width:760px;
		left: 0px; top: 82px;
		font-weight: bold;
		color: #036;
		text-indent: 5px;
		background: url(images/onda.gif) no-repeat bottom left; 
	}