body {
	margin: 0;
/*	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;*/
}

.layout {
	background-color: #DB580D;
	width: 760px;
	margin: 0;
}

.testo {
	background-color: #fff;
	border-top: 1px solid #db580d;
	border-right: 4px solid #DB580D;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.testo a {
	font-weight: bold;
	color: #DB580D;
}

.testo a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.tit {
	font-size: 11px;
	font-weight: bold;
	color: #DB580D;
	display: block;
	border-bottom: 1px solid #5DBA82;
}