body {
color: #000;
background: #f2efc4 url(bg.jpg) repeat-y;
padding: 0;
margin: 0;
font: 100%/1.5 Verdana, sans-serif;
}

h1 {
color: #fff;
background: #bb9137;
padding: 10px 30px 10px 0;
margin: 0 0 10px 0;
font: bold 1.6em Georgia, serif;
text-align: right;
text-transform: uppercase;
border-bottom: 10px solid #f2efc4;
}

#links {
float: left;
width: 200px;
padding: 0 20px 0 20px;
}
#links ul {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
width: 200px;
}
#links li {
padding: 0 0 2px 0;
/* sperando che Internet Explorer non rovini tutto */
margin: 0;
}
#links a {
width: 180px;
/* Regola per Internet Explorer */
display: block;
color: #000;
background: #bb9137;
border: 1px outset #000;
padding: 2px 2px 2px 10px;
font-weight: bold;
font-size: 80%;
text-decoration: none;
}
#links a:hover {
color: #000;
background: #ffcc00;
border: 1px inset #000;
}
#links a.corrente:link, #links a.corrente:visited,
#links a.corrente:hover, #links a.corrente:active {
  border: 1px solid;
  border-color: #ccc #aaa #aaa #ccc;
  background: #ffc;
  color: #000;
}
#links .title {
font-weight: bold;
margin: 0;
padding: 0;
}
#links img {
border: 2px outset #999;
}

#right {
margin: 0 0 0 250px;
padding: 30px 50px 30px 50px;
}
#right h2 {
margin: 0 0 10px 0;
padding: 2px 0 2px 5px;
font: 1.4em Georgia, serif;
border-left: 10px solid #ccb65c;
border-bottom: 1px dotted #ccb65c;
text-transform: capitalize;
}
#right h3 {
margin: 25px 0 10px 0;
padding: 2px 0 2px 5px;
font: 1.2em Georgia, serif;
border-left: 8px solid #ccb65c;
border-bottom: 1px solid #ccb65c;
text-transform: capitalize;
}
#right h4 {
margin: 25px 0 10px 0;
padding: 2px 0 2px 5px;
font: bold 1em Georgia, serif;
border-left: 6px solid #ccb65c;
border-bottom: 1px solid #ccb65c;
text-transform: capitalize;
}

#right .short {
color: #333;
border-bottom: 1px dotted #000;
cursor: help;
}

#footer {
clear: left;
color: #fff;
background: #bb9137;
padding: 10px 30px 10px 0;
margin: 20px 0 0 0;
font: bold 1em Verdana, sans-serif;
text-align: center;
border-top: 10px solid #f2efc4;
}
#footer p {
margin: 0;
padding: 0;
}

.nascosto {
  position: absolute;
  top: -1000em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

