body
{
	text-align: center;
  /*centra in IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

div#Intero{
    width: 780px;
	height: 650px;
	margin: 0px auto;
  /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    }

div#UP{
	width: 780px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(JPG/Up_sotto.JPG);
    }

div#Centro{
	width: 780px;
	height: 505px;
    }
	
div#CentroBiografia{
	width: 780px;
	height: 505px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(JPG/BKG_treUniti.JPG);
    }
	
div#Sotto{
	float:left;
	/*messo float left perchè in IE tra il DIV centrale e questo
	vi era uno scarto di più di tre pixel (di solito sarebbero 3)
	in quanto un box che viene dopo uno flottante da errore*/
	width: 780px;
	height: 35px;
	background: url(JPG/sotto.JPG);
    }

div#Logo{
	float:left;
	width: 330px;
	height: 110px;
    }

div#sopra_menu{
	float:left;
	width: 450px;
	height: 42px;
	background: url(JPG/Up_sopra.JPG);
    }

div#Menu{
	float:left;
	width: 450px;
	height: 28px;
	background:url(JPG/Up_menu.JPG);
    }
	
div#Colonna_SN{
	float:left;
	width: 138px;
	height: 505px;
	background-repeat: no-repeat;
	background-position: up;
	background-image: url(JPG/BKG_menu.JPG);
    }
div#Colonna_centro{
	float:left;
	width: 192px;
	height: 505px;
	background-repeat: no-repeat;
	background-position: up;
	background-image: url(JPG/BKG_icone.JPG);
    }
div#Colonna_centroOPERE{
	float:left;
	width: 192px;
	height: 505px;
	background-repeat: no-repeat;
	background-position: up;
	background-image: url(JPG/BKG_icone_blu.JPG);
    }	
div#Colonna_DX{
	float:left;
	width: 450px;
	height: 505px;
	background-repeat: no-repeat;
	background-position: up;
	background-image: url(JPG/BKG_quadri.JPG);
    }

p.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#000066;
	text-align: center;
	margin-top: 3px;
}

p.MenuT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#000066;
	text-align: center;
	margin-top: auto;
}

p.MenuV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#000066;
	text-align: left;
	margin-top: 0px;
	margin-left: 18px;
}

p.Biografia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#000066;
	text-align: justify;
	margin-top: auto;
	margin-right: 18px;
}

p.Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color:#000066;
	text-align: left;
	margin-top: auto;
	margin-left: 18px;
}
a 
{
	font-weight: normal;
    color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link{
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
    font-weight: bold;
}

a:hover
{
	color: #CC3300;
	text-decoration: underline;
	font-weight: normal;
}

a#activelink
{
	color:#CC3300;
    text-decoration: none;
	font-weight: bold;
}

p.Bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

	a img{
border: none;
}

img.Icone{
	margin: 0px 7px 14px 7px;
	}
img.Icone_GIU{
	margin: 0px 7px 7px 7px;
	}
