/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align:center;
	background-color: #000066;
	background-image: url(../images/body_gradient.jpg);
	background-repeat: repeat-x;
}

div#container{
	width:760px;
	margin:0 auto;
	border-width: 0 1px;
	border-style:solid;
	border-color: #ccc;
	background-image: url(../images/quadro_dx.jpg);
	background-repeat: no-repeat;
	background-position: right 138px;
}

div#container2{
	text-align: left;
	background-image: url(../images/col_sx.JPG);
	background-repeat: repeat-y;
	background-position: left top;
}

/*stili specifici per il layout*/
div#navigation{float: left;
width: 120px;
width:130px;
width:120px;
padding: 1em 0 0 10px
}

div#extra{float: right; 
width: 190px;
width:200px;
width:190px;
padding: 1em 5px
}

div#content{margin: 0 200px 0 130px;
padding: 1em 10px
}
div#footer{clear:both; 
text-align:center; 
padding: 5px 0; 
color: #000
}

