body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(images/background_in.png) repeat;
	background-color: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}



img {
	border: none;
}

a {
	color: #D00000;
	text-decoration: none;
}

a:visited { color: #D00000; }  /* visited link */

a:hover { color: #B00000; 
text-decoration: none; }  /* mouse over link */


#wrapper {
  display:     block;
  border: 	none;
  width:       900px;
  height: 500px;

  position:    absolute;
  top:         50%;
  left:        50%;

  margin:      -220px 0 0 -450px;

}




#header {
  border: 	none;
  width:       200px;
  height: 150px;
  position:    relative;
  float: right;
  top: -80px;
  z-index: 998;
}


#banner {
  border: 	none;
  width:       720px;
  height: 170px;
  position: absolute;
  float: left;
  left: 0px;
  top: -80px;
  z-index: 1;
}


#Box_Liquido {
  border: 	none;
  width:       900px;
  height: 450px;
  position:    relative;
  z-index: 996;
}


#Box_Liquido_inside {
  border: 	none;
  width:       900px;
  height: 450px;
  position:    relative;
  background-image: url(images/center_bg.png);
  background-repeat: no-repeat;
  z-index: 997;
}


#Box_Liquido_inside-text {
  border: 	none;
  width:       840px;
  height: 300px;
  z-index: 999;
  position: absolute;
  top: 90px;
  left: 10px;
  text-align: left;
  padding: 20px;
  overflow: auto;
}

#Box_Liquido_inside-text p {
  font-size: 18px;
  color: #707070;
}

#Box_Liquido_inside-text h1 {
  font-size: 24px;
  color: #606060;
  display: inline;
}

#Box_Liquido_inside-text h2 {
  font-size: 30px;
  color: #D00000;
  display: inline;
}

#pdf_button {
	width: 200px;
	height: 80px;
	top: 30px;
	float: right;
	position: relative;
}


#Box_Liquido_nav {
	position: absolute;
	width: 400px;
	height: 30px;
	color: #FFFFFF;
	top: 45px;
	text-align: center;
	padding-top: 7px;
	left: 10px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	z-index: 999;
	}
	

#Box_Liquido_nav a {
	font-size: 13px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

#Box_Liquido_nav a:visited { color: #404040; }  /* visited link */

#Box_Liquido_nav a:hover { color: #FFFFFF; 
text-decoration: none; }  /* mouse over link */


#footer {
	position: absolute;
	width: 880px;
	height: 30px;
	color: #D0D0D0;
	top: 455px;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	background-color: #FFFFFF;
	}
	

#footer a {
	font-size: 11px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited { color: #404040; }  /* visited link */

#footer a:hover { color: #404040; 
text-decoration: none; }  /* mouse over link */



td.livello1 {
	font-size: 21px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
}

td.livello2 {
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	padding-left: 45px;
}

td.livello3 {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-left: 190px;
}

