* {
  margin: 0;
  padding: 0;
}
html {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
}
body {
}
a:hover {
  color: Green;
  text-decoration: underline;
  font-weight: bold;
}
div#main {
  margin: 0 auto;
  width: 760px;
  height: 420px;
  background-image: url(immagini/nido_sfondo.jpg);
  background-repeat: no-repeat;
  clear: both;
}
div#menu {
  margin: 10px 0 0 5px;
  width: 150px;
  height: 285px;
  float: left;
  text-align: center;
}
div#menu ul {
  margin: 10px 0 0;
}
div#menu ul li {
  margin: 4px 0 0;
  list-style-type: none;
}
div#menu ul li a {
  color: #7e7e7e;
  display: block;
  height: 8px;
  font-weight: normal;
}
div#menu ul li a:hover {
  background: white none repeat scroll 0% 50%;
  color: black;
  font-weight: normal;
}
div#testo {
  margin: 170px 0px 0 260px;
  width: 300px;
  height: 200px;
  float: left;
}
div#testo a#mail {
  margin: 0 0 0 5px;
  display: block;
}
div#testo div#bacheca {
  margin: 4px 0 0 5px;
  overflow: visible;
  height: 70px;
}
div#testo div#agenda {
  margin: 10px 0 0 5px;
  overflow: hidden;
  height: 100px;
}
div#footer {
  margin: 20px 0 0;
  width: 750px;
  height: 40px;
  float: left;
  text-align: center;
}
div#footer p {
  margin: 0 0 0 120px;
  padding: 10px 0 0;
  float: left;
  text-align: center;
}
div#footerloghi {
  margin: 0;
  padding: 0;
  width: 200px;
  float: right;
  text-align: right;
}

