#intestazione {
	height: 70px;
	width: 800px;
	left: 10px;
	top: 10px;
	background-image: url(img/intestazione.gif);
	background-color: #464648;
	background-repeat: no-repeat;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #E2AF00;
	clip: rect(auto,auto,auto,auto);
	text-transform: lowercase;
}
#menu {
	height: 25px;
	width: 800px;
	left: 10px;
	color: #E2AF00;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	white-space: normal;
	letter-spacing: 1px;
	position: absolute;
	top: 85px;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	filter: Invert;
}
#sotto_menu {
	width: 200px;
	left: 10px;
	height: 402px;
	color: #E2AF00;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	top: 152px;
	font-size: medium;
	font-style: italic;
	line-height: 16px;
}
#contenuto {
	width: 595px;
	left: 214px;
	position: absolute;
	height: 444px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	top: 115px;
	overflow: auto;
	background-color: #464648;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/fondo-ov-grigio-solo-logo.gif);
}
#base {
	width: 800px;
	left: 10px;
	color: #FFFFFF;
	text-align: center;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	font-size: small;
	padding-top: 7px;
	line-height: 15px;
	top: 570px;
	position: absolute;
	background-color: #464648;
}
#wrapper {
	background-position: 50%;
	margin: auto;
	width: 800px;
	overflow: visible;
	position: relative;
}
#nome_sezione {
	left: 10px;
	top: 115px;
	position: absolute;
	width: 200px;
	height: 32px;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
	text-align: right;
	line-height: 50px;
}
