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: visible; 
}

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: hidden;
}

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:absolute;
	left: 501px;
	top: 101px;
	/* 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;
	overflow: visible;
}

#menu {
	list-style: none;
	margin: 0;
	width: 90%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	border-right: 1px transparent #ffffff;	
}
#menu li {
	margin: 0;
	padding-right: 1px;
	text-align: center;
	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-right: 1px;
	text-decoration: none;
	text-align: center;
	border-right: 1px transparent #ffffff;
	outline:none;
}
#menu a:hover {
	background: transparent url("images/sfumatura_centr.png") center center no-repeat;
	border-right: 0px solid #ffffff;
	color: #fff;
	padding-right: 1px;
	text-align: center;
	outline:none;
}

#menu a:active{
	text-decoration:none;
	outline:none;
}

#menu a:focus{
	text-decoration:none;
	-moz-outline-style: none;
	outline:none;
}
