/*
 * Style sheet for the CSS2 specification
 * $Id: paolo.css $
 */
BODY {
    background: #FC0;
    color: #630;
    margin: 0;
}

#menulat {
  float: left;
  background: white;
  background-image: url("bg3.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#certif {
  background: white;
  background-image: url("bg4.png");
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
  margin: 0px;
  padding: 2px;
}


HR {
border: thin outset #802000
}

A {
    padding: 2px;
    color: #630;
}

A:visited {
    color: #633;
}

A:hover   { 
    color: black; 
    background: #FF0;
}

#testo2 {
  background: white;
  background-image: url("bg4.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 4px;
  padding-right: 32px;
  margin: 0px;
  border-top: 3px solid #bcc9df
}
#header {
//  float:left;
  width:100%;
  font-size:90%;
  line-height:normal;
  margin-bottom: 0.6em;
  clear: all;
  }
#header ul {
  margin:0;
  padding:7px 7px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("v1_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("v1_right.gif") no-repeat right top;
  padding:5px 5px 4px 2px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("v1_left_on.png");
  }
#header #current a {
  background-image:url("v1_right_on.png");
  color:#333;
  padding-bottom:5px;
  }
