body {
	padding: 0px;
	margin: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ff7800;
	background-image: url(images/sfondo.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#testata {
width: 850px;
height: 440px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	/* color: #c8be00; */
	color: #aa0000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
}

.titolo {
	font-size: 16px;
	font-weight: bold;
	/* color: #c8be00; */
	color: #FF6600;
	padding: 35px 35px 0px 35px;
}

p {
	padding: 5px;
	margin: 0px;
}

.menu {
	text-align: center;
	font-weight:bold;
}
	.menu a:link, .menu a:visited {
		border: 1px solid #cccccc;
		padding: 3px;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		border: 1px solid #ffffff;
		padding: 3px;
		text-decoration: none;
	}

.bottom {
	width: 700px;
	margin: 20px auto 0px auto;
	padding: 20px;
	border-top: 1px solid #CC0000;
	text-align: center;
	/* color: #c8be00; */
	color: #999999;
}

.rilievo {
	background-color: #f2f2f2;
	padding: 10px;
	border: 2px solid #CCCCCC;
}