* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font: 12px/160% Verdana;
	color: #003a79;
	background: #d6d6d6 url('../images/bg-pagina.jpg') repeat-x;
}
a {
	text-decoration: none;
	color: #990033;
}
hr {
	height: 1px;
	color: #ddd;
	clear: left;
}
#container {
	position: relative;
	width: 810px;
	margin: 17px auto 0 auto;
	background: url('../images/bg-container.jpg') repeat-y;
}
#header {
	display: block;
	border: none;
}
#menu {
	height: 26px;
	padding-top: 8px;
	list-style-type: none;
	background: url('../images/bg-menu.jpg') repeat-x;
	font: 14px Verdana;
}
#menu li {
	float: right;
	padding: 0 18px;
}
#menu a {
	color: #fff;
	text-decoration: none;
	padding-right: 23px;
}
#menu a:hover {
	text-decoration: underline;
}
#content-all {
	padding: 20px 25px 20px 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url('../images/bg-content.jpg') no-repeat;
}
.titolo-h1 {
	font-size: 15px;
	margin: 10px 30px 5px 30px;
}
#content-all p {
	margin: 5px 30px 10px 30px;
}
.bordo-img {
	border: 1px solid #cc331d;
}
.lista-quadrata {
	list-style-type: square;
	margin-left: 90px;
}
#footer {
	height: 47px;
	padding-top: 3px;
	text-align: center;
	font-size: 9px;
	background: url('../images/bg-footer.jpg') no-repeat bottom;
	clear: both;
}
.attivo {
	text-decoration: underline;
	font-weight: bold;
}
.left {
	float: left;
	margin: 0 15px 0 30px;
}
.right {
	float: right;
	margin: 0 15px 0 20px;
}
.bold {
	font-weight: bold;
}
.no-border {
	border: none;
}