@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	border: 2px solid #FFF;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
#header {
	height: 120px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
	padding-top: 30px;
	background-repeat: no-repeat;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
#maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 4px;
	line-height: 110%;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 30%;
	padding-top: 5px;
	padding-left: 10px;
	height: 400px;
}
#Verticale {
	padding: 15px;
	width: 172px;
}
#Verticale ul {
	padding: 0px;
	list-style-type: none;
}
#Verticale ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #900;
}
.redtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
}
#Verticale ul li a:link, #Verticale ul li a:visited {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Verticale ul li a:hover {
	background-color: #900;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	padding-left: 10px;
	background-color: #900;
	clear: both;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
.evidenziatory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
}
.frame {
	border: medium solid #900;
	padding: 3px;
}
.cornice {
	border: 2px solid #900;
	padding: 3px;
}
.blaktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

