/* CSS document */
html,body {
	margin-top: 10px;
	padding: 0px;
	background-color: #C6011F;
}
body {
	font-size: 11px; 
	font-family: verdana;
	text-align: justify;
}
div#content {
	margin: 0 0 0 0;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4a4a4a;
	text-align: justify;
	width: 610px;
}
div#h3 {
	padding-left: 10px;
	padding-right: 10px;
}
div#header {
	height: 130px;
	line-height: 130px;
	margin: 0px;
	background-image: url(../images/top.jpg);
	background-color: #C6011F;
	border: #ffffff 2px solid;
	width: 950px;
}
div#footer {
	background-color: #ffffff;
	color: #C6011F;
	clear: left;
	width: 950px;
	text-align: center;
	margin-top: 10px;
}
div#footer p {
	margin: 0px;
	padding: 5px 10px;
}

/* classi per la formattazione dei menu */
#navlist {
	margin-top: 10px;
}
#navlist h4 {
	background-color: #ffffff;
	color: #C6011F;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	width: 171px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navlist ul{
	padding: 0px;
	margin: 0px;
	width: 170px;
	list-style: none;
	font-size: 11px;
	text-align: center;
}
#navlist li {
	background-color: #ffffff;
	color: #fd8209;
	width: 160px;
	margin: 1px;
	padding: 2px;
}
#navlist a {
	background-color: #758C9E;
	width: 161px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	display: block;
	text-decoration: none;
	text-align: left;
}
#navlist a:hover {
	background-color: #ffffff;
	color: #C6011F;
	display: block;
	width: 161px;
	text-decoration: none;
	padding: 2px;
	text-align: left;
}
/* classi per la formattazione dei contenuti */
div#content center {
	text-align: center;
}
div#content img {
	border: #C6011F 2px dashed;
}
div#content a {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #EEB753;
}
div#content a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}
div#content STRONG {
	font-family: verdana;
	font-size: 11px;
	color: #C6011F;
	font-weight: bold;
}
div#content em {
	font-family: verdana;
	font-size: 11px;
	color: #C6011F;
	font-style: italic;
}
