body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

img {
	border: 0;
}

div#container  { 
	
	margin: 1em auto; 
	width: 585px;
	padding: 1em;
	text-align: left;
	 }
#top  { margin: 0 0 }
#contenuto {
	width: 585px;
	background-image: url(img/bg_testo.gif);
	background-repeat:repeat-y;
	padding: 5px;
}

 #imglato {
 	float:right;
	margin-right: 10px;
	width: 230px;
 }
 
 #menu  { color: #465c72; font-weight: bold; width: 339px; float: left }
 
  #menu a:link, a:visited{
  	font-weight: bold;
	color: #465C72;
	text-decoration:none;
 	
 }
 
   #menu a:hover{
  	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
 
  #menu ul {
 	list-style-image: url(img/freccia.gif);
	margin-top: 10px;
 }
 
 #menu li {
	line-height: 150%;
	padding-bottom: 0px;
	padding-left: 5px;
}

#testo {
	margin: 15px;
	clear:both;
}

#testo2 {
	margin: 15px;
	clear:both;
	font-weight: bold;
	color: #465c72;
	text-decoration:none;
}

#testo2 a:link, a:visited{
  	font-weight: bold;
	color: #465C72;
	text-decoration:none;
 	
 }
 
.bold {
	font-weight: bold;
	color: #314558;

}


a:link, a:visited {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}