body  {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	background-color: #071631;
	width: 100%;
	margin: 0px;
	overflow: auto; 
}


div.fasciasu {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 500px;
	height: 100px;  /* da mettere 100 per debug */
	/* background-image: url("images/logo.gif"); */
	background-repeat: no-repeat;
	background-position: top right;	
	border-color: #ffffff;
	border-width: 1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;	
	text-align:right;
	float:left;
}

div.centrale{
	position: absolute;
	top: 150px; 
	left: 5px;
	height: 550px;
	width: 99%;
	border-width: 1px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;	
	border-color: #ffffff;
	background-image: url("images/sfondo.gif");
	background-repeat: repeat-x;
	background-position: top;	
	padding: 0px;
	margin: 0px;
	overflow: hidden; 
}

div.sinistra{
	position:relative;
	left: 0px;
	width: 500px;
	height: 548px;
	border-width: 1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:none;	
	border-color: #ffffff;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float:left;
	overflow: auto;
}

a.sinistra_lista{
	text-decoration:none;
}

div.sinistra_lista{
	position:relative;
	left: 0px;
	width: 500px;
	height: 548px;
	border-width: 1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:none;	
	border-color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	float:left;
	overflow: auto;
	font-size: 14px;
}

div.destra{
	position:relative;
	left: 1px;
	width: 700px;
	height: 548px;
	border-width: 1px;
	border-color: #ffff00;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;	
	padding: 20px;
	margin: 0px;
	float:left;
	font-size: 14px;
}

#menu {
	list-style: none;
	margin: 0;
	width: 90%;
	text-align: right;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	padding-right: 10px;
	border-right: 1px transparent #ffffff;	
}
#menu li {
	margin: 0;
	padding-right: 10px;
	text-align: right;
	border-right: 1px transparent #ffffff;
/*	background-image: url("images/faces.png");
	background-repeat: no-repeat;
	background-position: right center;	*/
}
#menu a {
	border-bottom: 0px solid #ffffff;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 20px 12px;
	padding-right: 10px;
	text-decoration: none;
	text-align: right;
	border-right: 1px transparent #ffffff;
}
#menu a:hover {
	background: transparent url("images/sfumatura.png") left center no-repeat;
	border-right: 0px solid #ffffff;
	color: #fff;
	padding-bottom: 20px;
	padding-right: 10px;
	text-align: right;
}