html, body {
margin : 0;
padding-bottom: 10px;
}

body {
text-align : center;
font-size : 90%;
font-family : Arial, Verdana, Helvetica, serif;
background-color : #E0735F;
}

body.sfondo{
background-color : #00CA65;
}

p {
line-height: 1.6;
}

img {
border:none;
}

.bold {font-weight:bold;
}

#header {
margin:0 0 15px 0;
}

.contenitore {
   width: 80%;
   color: #000;
   background-color: #B5C6CD;
   margin: 0 auto;
}

.topleft { background: url(img/topleft.gif) no-repeat top left }

.topright { background: url(img/topright.gif) no-repeat top right }

.bottomleft { background: url(img/bottomleft.gif) no-repeat bottom left }

.bottomright { background: url(img/bottomright.gif) no-repeat bottom right }


.topleft2 { background: url(img/topleft2.gif) no-repeat top left }

.topright2 { background: url(img/topright2.gif) no-repeat top right }

.bottomleft2 { background: url(img/bottomleft2.gif) no-repeat bottom left }

.bottomright2 { background: url(img/bottomright2.gif) no-repeat bottom right }

.contenuto { 
padding: 25px;
}

div#nav {
text-align: center;
}

ul#nav{
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap
} 

ul#nav li{
margin: 0 0.2em 0;
padding: 0;
display:inline;
} 

#nav li a {
background-color: #B65F55;
border: 1px solid #395674;
text-decoration:none;
padding: 0.3em 0.4em;
color: #B0FBF4;
}

#nav li a:hover {
background-color: #F7F8F9;
border: 1px solid #395674;
text-decoration:none;
padding: 0.3em 0.4em;
color: #2C4765;
}

#nav li#active a {
background-color: #B5C6CD;
border: 1px solid #395674;
text-decoration:none;
padding: 0.3em 0.4em;
color: #5F321B;
}

h2 {
text-align:left;
width:50%;
font-size:120%;
border-bottom: 1px solid #B65F55;
background-color: #E3C2BF;
}