@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#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;
}
#maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	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;
}
.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;
}
