/************* LAYOUT FLORENZ 2 COLOUMS *************/

div#container{min-width: 550px; background: #ffffff url(../immagini-Siena/Guida-Siena/sfondo.gif) repeat-y 0%;}
div#header{padding: 0.1%; background-color: #00CC66; }
div#header a#skipnav{position: absolute;left: -9000px; }

div#sidebar{float: left;
    width:20%;\width:20%;w\idth:20%; /*box model hack semplificato*/
    padding: 0 0%;color: #333;
	margin-left:2px;margin-right:2px;}

div#content {
	margin:  0 2% 0 25%; background-color: #ffffff;
	font: 100% Verdana, Arial, sans-serif;
	text-align: justify;
	}
div#content p {
	line-height:1.3;
	font: 100% Verdana, Arial, sans-serif;
	text-align: justify;
}

div#footer{clear:both; color: #4E768A; padding: 0.5%;}
div#footer p{margin: 0;padding: 10px 0;text-align: center;font-size: 80%}

iframe {margin-right: 1%;}
	
<!--[if lte IE 6]>
<style type="text/css" media="screen,projection">
div#container{ width: expression(document.body.clientWidth<=500 ? "500px" : "auto")}
</style>
<![endif]-->