
/* ----- GENERALE -----  */
body { margin: 0; 
	font-family:Garamond, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #666666;
	background:#DDDDDD url(../images/sfondo.gif) repeat-x left top;
}
a:link { color:#0000FF; text-decoration: none; }
a:visited { color:#0000FF; text-decoration: none; }
a:hover { color:#FF6600; text-decoration: none; }
hr { height: 3px;}
img {border:0px; }


/* ----- HEADER -----  */
#flash {margin: 0 auto;}

#homepage { 
	width: 750px; 
	margin: 0 auto;
	border: 1px #BFDBFF solid;
	background: #FFF;
	margin-top: 10px;
}

#contenuto { width: 700px; margin: 0px auto;}

#spalladx{
	width: 180px; 
	position: fixed;
	left: 500px;		
}

/* the news box */
#news
{
	width:190px;
	background:#eee;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
.lettera{
	font: normal 11px Arial;
	display: none;
}
#divContent{
	float:left;
	margin-left: 25px;
	margin-top: 20px;
}
#divTitle{
	background: #ADD0FF;
	font: normal 16px Garamond,Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
	width:114px;
	padding: 3px
}
#content {
	width:470px;
	min-height:400px;
	margin:10px;
  border:0px;
  border-right:0;
  font: normal 16px Garamond,Arial, Helvetica, sans-serif;
  color: #666666;
}
