body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a img {
	border: none;
}
#box {
	background-color: #990033;
	height: 100%;
	width: 100%;
}
#testata {
	font-size: 2em;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFCC;
	text-align: center;
	padding: 10px 20px 0;
	border-width: 2px;
	border-style: solid none;
	border-color: #0000CC;
	min-height: 100px;
    height: auto !important;
    height: 100px;

}
#testata img {
	float: left;
}
#barretta { border-bottom: 2px solid #0000CC;
    color: #FFFFCC;
    font-size: 0.8em;
    background-color: #990033;
    }

 .centrato { text-align: center;
    }
.nascosto {
	top: -5000em;
	overflow:hidden;
	position:absolute; 

}
  #menupr { border-bottom: 2px solid #0000CC;
    background-color: #FFFFCC;
    color: #990033;
	text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    }

  #menupr a { text-decoration: underline;
    font-weight: bold;
    color: #990033;
    }

  #menupr a:hover, #menupr a:focus, #menupr a:active { color: #FFFFCC;
    font-weight: bold;
    text-decoration: underline;
    background-color: #990033;
    }
	#contenuto { border-right: 2px solid #0000CC;
    color: #0000CC;
    background-color: #FFFFFF;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 75%;
    }

  #contenuto p { padding-left: 10px;
    padding-right: 10px;
    }

  #contenuto img { padding: 10px;
    float: left;
    }

  h1 { font-size: 1.8em;
    color: #990033;
    font-weight: bold;
    text-align: center;
    }
#menu2 { color: #FFFFCC;
    float: left;
    width: 24%;
    background-color: #990033;
           }

  #menu2 ul { list-style-type: none;
    }

  #menu2 li { border-bottom: 2px solid #FFFFCC;
    margin-left: -30px;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1.5em;
    line-height: 1.5em;
    }

  #menu2 a { font-weight: bold;
    text-decoration: none;
    color: #FFFFCC;
    }

  #menu2 a:hover, #menu2 a:focus, #menu2 a:active { color: #990033;
    text-decoration: none;
    font-weight: bold;
    background-color: #FFFFCC;
    }
#footer { border-top: 2px solid #0000CC;
    border-bottom: 2px solid #0000CC;
    color: #FFFFCC;
    clear: left;
    font-size: 0.8em;
    background-color: #990033;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }
