
/* centrare la pagina web a larghezza fissa 3 COLONNE 966px*/

html,body{margin:0;padding:0}
body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #F5FFFF;
	background-image: url(../img_icone/body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 964 = MAIN 783 + aria 1px + extra 180px  */
   
   div#container{
	width:964px;
	margin: 0 auto;
	border-top-color: #8BC6FF;
	border-top-width: 1px;
	border-top-style: solid;
/*	border-bottom-color: #8BC6FF;
	border-bottom-width: 8px;
	border-bottom-style: solid; */
}
#header{
	padding:0em 0;
}

/* controllo la Tabella dell'HEADER (Non viene perņ interpretata la larghezza e l'altezza da IE)
   Bisogna fare le immagini della larghezza esatta) */
.table_header img{
	width:100%;
	background-image: url(../img_icone/sfonfo_header.gif);	
 }
.header_dx img {
	width:664px;
	height: 100px;
	float: right;
 }
.header_sx  img{
	width:300px;
	height: 100px;
	float: left;
 }
div#header1{
	padding:0em 0;
}
/*
--------------------------------------------------------------------------------------
CORPO LAY-OUT OGNI PX DI SPESSORE SUI BORDI DEVE ESSERE SOTTRATTO ALLA LARGHEZZA ! ! !
--------------------------------------------------------------------------------------
*/

/* 783 = NAV 180px + aria 1px + bordo 1px + content 600 + bordo 1px */
/* sopra - dx - sotto - sx */	

div#main{
float:left;
width:783px;
margin: 0 auto;
}
div#extra{
	float:right;
	width:180px;
	margin-top: 0px;
	margin: 0 auto;
}

div#nav{
	float:left;
	width:180px;
	margin: 0 auto;
}

div#content{
	float:right;
	width:595px;
	margin: 0 auto;
	margin-top: 4px;
	border-left: 1px  solid #b5a455;
	border-right: 1px  solid #b5a455;
}

div#footer{
clear:both;
width:100%;
padding:0em 0;
border-top: 1px  solid #0033FF;

}


/* definire colori, margini, sfondi */

#header {
}

#header1 {
}

#container{	
	/* background-color: #FAFFFF; */
}

#content {
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
}

#footer {
	background-color: #66CCFF;
	background-image: url(../img_icone/footer.gif);
}
