      body {
        margin:             0;	
      }
	  
      img {
        border:        thin solid black;
      }

      #map {
        border:        thin solid black;
      }
	  

      #testata {
        position:           relative;
        /*background-color:   #77aaff;*/
		background-color:   #11aa11;
        color:              inherit;
        /*border-bottom:      thin solid black;*/
		border:        thin solid black;
		border-bottom: solid black;
        height:             130px;
        text-align:         center;
		/*width: 900px;*/
      }
      
      #testata b {
        font-size:          x-large;
		color:              black;
      }
	  
	  #testata em {
        font-size:          65px;
		color:              yellow;
      }
	  
	  #presentazione b {
        font-size:          40px;
		/*color:              red; */
      }
	  
	  #presentazione em{
        font-size:          xx-large;
		/*color:              red; */
      }
	  
	  #chi_siamo{

		text-align:         left;
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 40px;
		margin-bottom: 40px;
      }
	  
	   #chi_siamo b{
		/*color:              red;*/
      }
	  
	  
	  #intro{

		/*text-align:         left;*/
		text-align:         center;
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 5px;
		/*margin-bottom: 40px;*/
      }	  	  
	  
      
      form {
        position:           absolute;
        right:              10px;
        bottom:             5px;
      }
      
      #cerca {
        background-color:   #aaddff;
        border:             double blue;
        font-size:          10pt;
        color:              blue;
      }
      
      #logo {
        position:           absolute;
        left:               0px;
      }

	  
	  #logo2 {
        position:           absolute;
        right:               0px;
      }
      
      #barra {
        background-color:   black;
        color:              inherit;
        height:             13pt;
        font:               10pt Arial,serif;
        /*border-bottom:      thin solid black;*/
		border:        thin solid black;
		/*width: 900px;*/
      }
      
      #barra a {
        color:              yellow;
        background-color:   inherit;
        text-decoration:    none;
        font-variant:       small-caps;
        border-right:       thin solid black;
        padding:            0px 5px;
        margin-left:        0px;
        margin-right:       -5px;
      }
      
      #barra a:hover {
        color:              yellow;
        background-color:   #00dd00;
      }
      
      #corpo {
        position:           relative; 
        width:              100%;
		/*width: 900px;*/
        background-color:   #77ff77;
        color:              inherit;
        /*border-bottom:      thin solid black;*/
		border:        thin solid black;
		text-align:         center;
      }
      
      #sinistra {
        position:           absolute;
        left:               0px;
        top:                0px;
        width:            150px;
        /*width:              20%;*/
      }
      
      #sinistra a {
	    color: 				white;
        display:            block;
        border-top:         1px solid white;
        border-bottom:      2px solid black;
        padding-left:       1em;
        text-decoration:    none;
        background-color:   #00aa00;
        /*color:              lime;*/
      }
      
      #sinistra a:hover {
        border-top:         1px solid black;
        border-bottom:      2px solid white;
        color:              yellow;
		background-color:   #00dd00;
        /*background-color:   #ffaaaa;*/
      }
      
      #sinistra h1 {
        margin:             0;
        background-color:   #00aa00;
        color:              inherit;
        text-align:         center;
      }
      
      #centro {
	    /*background-image: url("sfondo2.jpg");
		background-repeat: repeat;*/
        background-color:   white;
        color:              inherit;
        border-left:        thin solid black;
        border-right:       thin solid black;
        margin:           0px 150px;
        /*margin:             1% 5%;*/
        padding:            1em 0em;
		/*width: 60%;
	    position: relative;
		left: 20%;*/
      }
      
      #destra {
        position:           absolute;
        top:                0px;
        right:              0px;
        width:              150px;
		/*width: 20%;
		margin: 1px;*/
      }
	  
	   #note{
		
        font-size:          8pt;
		text-align:         center;
        /*font-weight:        bold;*/
		
      }
      
      #piede {
		position:auto;
        /*border-bottom:      thin solid black;*/
		border:        thin solid black;
        background-color:   #ffffaa;
        color:              inherit;
        text-align:         center;
        height:             4em;
        font-size:          8pt;
        font-weight:        bold;
		/*width: 900px;*/
      }