* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFBD00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #A8444C;
}
p, h1 {
	padding: 20px;
	padding-top: 0px;
}
h2 {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFBD00;
}
a {
	color: #A8444C;
	font-weight: bold;
}
hr {
	color: #A8444C;
	margin: 20px;
	margin-top: 0px;
}
h1 {
	font-size: 14px;

}
#testatasx {
	background-image: url(../images/testata_sx.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#testatadx {
	background-image: url(../images/testata_dx.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#menusx {
	background-image: url(../images/menu_sx.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#menudx {
	background-image: url(../images/menu_dx.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#footersx {
	background-image: url(../images/footer_sx.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#footerdx {
	background-image: url(../images/footer_dx.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#contenuti {
	text-align: justify;
}
#footer {
	padding-top: 30px;
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}
.dx {
	float: right;
	padding-left: 10px;
}

.sx {
	float: left;
	margin-right: 10px;
}
.nota {
	font-size: 12px;
	color: #666666;
}
