/*stili per il layout fisso con background*/
html,body{
	margin: 0;
	padding:0;
}
body {
	top: 0px;
	background-position: center 50%;
	background-image: url(../Sfondi/body.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;




}


div#container{
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../Sfondi/body_sx_sf2.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;



}

div#container2{background: url(3leftcol.jpg) repeat-y top left;
text-align: left
}

div#header{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 182px;
}


/*stili specifici per il layout*/
div#navigation{
	float: left;
	width: 200px;
	width:130px;
	width:200px;
	background-image: url(../Sfondi/body_sx_sf.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: auto;
	padding: 0em;



}

div#extra{
	float: right;
	width: 180px;
	padding-left: 6px;








}

div#content{
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0em;
	padding-right: 4px;
	padding-bottom: 1em;
	padding-left: 20px;




}
div#footer{clear:both; 
text-align:center; 
padding: 5px 0; 
color: #000
}
