    div#container {
          margin : 0 auto;
          width : 800px;
          border : 1px solid #75a54f;
	  background-color: #fff;
      }
    div#header {
          width : 800px;
          text-align : center;
          background : white;
          font-size : 7pt;
          font-weight : bold;
      }
    div#menu {
          width : 800px;
          background : #fff;
          text-align : center;
          font-weight : bold;
          color : #003366;
          border-top : 3px solid #5fb0ff;
          border-bottom : 2px solid #5fb0ff;
          font-size : 8pt;
          padding : 4px 0;
      }
    div#menulaterale {
          width : 200px;
          float : left;
          padding : 5px 5px;
          text-align : center;
	      background-color: #fff;

      }
    div#main {
          width : 570px;
          float : right;
          padding : 0 10px 10px 0;
          background-image : url(img/bg-onde.gif);
          background-position : center;
      }
    div#footer {
          clear : both;
          width : 800px;
          font-size : 6.5pt;
	  background-color: #fff;
          border-top : 1px solid #9fcfff;
          text-align : center;
          padding : 4px 0;
      }
    .riquadro {
          width : 180px;
          font-size : 7.5pt;
          color : #000;
          padding : 5px;
          border : 1px solid #75a54f;
          border-top-width : 2px;
          text-align : justify;
      }
    body {
          background-color : #f4ffe8;
      }
    p, td, body {
          font-size : 9pt;
          color : #003366;
          font-family : Verdana, Arial, sans-serif;
      }
	h1 {
          color : #5fb0ff;
          font-size : 11pt;
          font-weight : bold;
          text-align : center;
      }
    a:link, a:active, a:visited {
          color : #75a54f;
          font-weight : bold;
          text-decoration : none;
      }
    a:hover {
          color : #75a54f;
          text-decoration : underline;
      }
   input, textarea, select, radio {
          background-color : #fff;
          font-size : 9pt;
          color : #000;
          font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
          border : 1px solid #6284e7;
          padding : 3px;
      }
    .percorso {
          font-size : 7pt;
      }
	  
	  
	  div#staff {
          width: 90%;
		  height: 85%;
		  border: 1px solid #75a54f;
		  background-image: url(img/bg-onde.gif);
          background-position : center;
		  padding: 5px;
		  margin: auto;

		  
      }
