#menu {
	height: 20px;
	width: 780px;
	background-color: #cc764d;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 35px;
}

#barretta {
	background-color: #FF9900;
	height: 10px;
	width: 780px;
}
.testo {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	padding-left: 35px;
	text-align: justify;
}

.testpiede {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

#piede {
	height: 15px;
	width: 780px;
	background-color: #CC764D;
}

#contenuti {
	width: 780px;
	background-image: url(TITLAT.jpg);
	background-repeat: repeat-y;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-size: 12px;
	height: 200px;
	width: 250px;
	text-align: justify;
	border: 1px solid #3399CC;
}

#contenuti #laterale {
	width: 250px;
	height: 350px;
	clear: none;
	float: right;
	padding-left: 20px;
}
.titoletto {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #3399CC;
}
.titmenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.barra {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

