@charset "utf-8";
body {
	background-color: #6C5A4F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bordo_up {
	background-image: url(image/bordo_up.gif);
	background-repeat: repeat-x;
}
.bordo_left {
	background-image: url(image/bordo_left.gif);
	background-repeat: repeat-y;
}
.bordo_right {
	background-image: url(image/bordo_right.gif);
	background-repeat: repeat-y;
}
.bordo_down {
	background-image: url(image/bordo_down.gif);
	background-repeat: repeat-x;
}
.dx {
	background-image: url(image/sfondoDX.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#imgGialla {
	margin-bottom: 10px;
}

.corpo {
	background-image: url(image/sfondoCorpo.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.sx {
	background-image: url(image/sfondoSX.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#contenuto {
	position:relative;
	left:10px;
	top:0px;
	width:431px;
	z-index:1;
}
.sottotitolo {
	font-size: 14px;
	font-weight: bold;
	color: #6c5a4f;
}.txtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
