*{
  margin:0;
  padding:0;
  border:0;
}

body{
  background: #EEECED; 
}

div#contenitore
{
  position:absolute;
  width: 815px;
  left: 105px;
  background-color: white;
  color: black;
  border: 2px solid black;
}

div#header{
  text-align: left; 
  padding-bottom: 10px;
}

div#navigazione
{
  width: 125px;
  float: left;
  margin-left: 0px;
  background-color: white;
  color: white;
  border: 0px solid #00005A; 
  font-family: Verdana, "lucida console", sans-serif;
  font-size: 12px;
}

div#navigazione h3{
  font-size: 100%;
  margin: 0px;
  padding: 4px 10px;
  border-top: 0px solid #FFF;
  color: white;
  background-color: white;
}

div#navigazione ul,div#nav li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#navigazione li{
  margin: 0 0 1px 0
}

div#navigazione a{
  display: block;
  padding-left: 10px;
  height: 16px;
  line-height: 16px;
  border-bottom: 1px solid #79182C;
  background-color:white;
  color:  black;
  text-decoration: none;
}

div#navigazione a:hover{
  color: red;
}

div#stemma{
  margin-top: 30px;
  width: 125px;
  background-color: white;
}

div#contenuto{
  
  margin-left: 20px;
  width: 520px;
  border: 2px solid gray;
  float: left;
  text-align: center;
  background: #EEECED;
}

div#link{
  margin-left: 5px;
  width: 135px;
 
  border: 0px solid black;
  float: right;
  text-align: right;
}

div#info{
  margin-top: 15px;
  margin-left: 5px;
  width: 135px;
  height: 300px;
  border: 0px solid black;
  float: right;
  text-align: left;  
}

div#footer{
  clear: left;
  width: 800px;
  height: 20px;
  text-align: right;
}

h2{
  font-size: 32px;
  font-family: Brush Script MT,"lucida console", sans-serif;
  text-align: center;
  color: red;
  margin-top: 10px;
  
}
h6{
  font-size: 14px;
  font-family: Verdana, "lucida console", sans-serif;
  text-align: center;
  color: yellow;
  background-color: #79182C;

}

h5{
  font-size: 10px;
  font-family: Verdana, "lucida console", sans-serif;
  color: black;
  text-align: left;
  margin-left: 2px;
  font-weight: normal;
  
}

a{
  display: block;
  height: 16px;
  line-height: 16px;
  border-bottom: 1px solid #79182C;
  color: black;
  text-decoration: none; 
  font-family: Verdana, "lucida console", sans-serif;
  font-size: 12px;
}

ul{
  text-align: left; 
  font-family: Verdana;
  font-size: 14px;
  
}

li
{
    margin-left: 40px;
    
}

.collegamento
{
    font-family: Verdana, "lucida console", sans-serif;
    font-size: 10px;
    text-align: left;
    color: blue;
    border-bottom: 0px solid white;
}

.immagine
{
    border: 1px solid black;
}

div#footer{
	
	text-align: right;

}

h7{
		background-color: gray;
		color: white;
}
