body {
	background-image: url(images/loghin.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#header {
	height: 90px;
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
#contacontainer {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #000;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;
	clear: both;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 40px;
	padding-left: 65px;
	padding-top: 10px;
}
#maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	text-align: justify;
}
.redtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
.cornice {
	border: medium solid #000;
	padding: 5px;
}
.evidenziator {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #C00;
}
