@charset "UTF-8";
/* CSS Document */
/********************************* LAYOUT *************/
html,body {margin:0;padding:0;}
body{
	margin: 0 auto;
	color: #000080;
	font-family: verdana, sans-serif;
	font-size:12px;
	text-align:center;
	/*background-color:#ddd;*/
	background:#fff url(images/sfondo.gif);
}
div#box{
 	text-align:left;
	width:850px;
	margin:0 auto 10px auto; width: 95%;
	border-bottom: 1px solid #999;
	
}
.titoletto{ text-align:center}
div#testata{
	position: relative;
	clear:both;
	background: url(images/str.jpg) repeat-x;
	}
#sx{ width:150px; float:left;}
#contenuti {
	position:relative;
	width:695px;
	float:left;
}
h3{ background-color:#30F; color:#FFf; padding-left:10px;}
.clear{ clear:both;}
table.tb_contenuti{ width:680px;}
div.box_sx{ float:left; width:345px;}
div.box_dx{ float:right; width:345px;}
img.ft_sx{ float:left; margin-right:20px;}
img.ft_dx{ float:right; margin-left:20px;}
#foot{ background-color:#009FFF; text-align:center; color:#FFF}