@charset "UTF-8";
/* CSS Document */

BODY{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul, li{
	margin:1px;
	padding:2px;
	padding-left:10px;
}
#container{
	margin:0 auto;
	width:810px;
}
#content{
	width:810px;
	text-align:center;
}
#header{
	margin-bottom:4px;
	border-bottom:2px #dedede dotted;
}
#thumbs{
	margin:2px;
	text-align:center;
	margin-bottom:12px;
	padding:8px;
	background-color: #e8f0f6;
}
#thumbs img{
	border:1px #333333 solid;
}	
#footer{
	text-align:center;
}
#left{
	float:left;
}
#right{
	margin-top:15px;
	margin-right:30px;
	float:right;
	font-weight:bold;
}
#block{
	float:left;
	text-align:left;
	padding:1px;
	border:1px #92a0a9 solid;
	border-top:6px #92a0a9 solid;
	border-bottom:2px #92a0a9 solid;
	background-color:#eef3f6;
	margin:3px;
	width:290px;
	padding-top:20px;
	padding-bottom:20px;
}
#corpo{
	float:right;
	font-weight:bold;
	width:500px;
	font-size:17px;
}
#clear{
	clear:both;
}
#scarica{
	margin:10px;
}
