body {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #2F2E2E;
	background: url('fond4.png');
}

a {
	text-decoration: none;
	color: #AE0300;
}

a:hover {
	color: #FF0000;
}

a img {
	border: 0px none;
}

.noscreen {
	DISPLAY: none;
}

.blu {
	color: #216181;
}

.float {
	float: right;
}

#contenitore
{
	width: 785px;
	height: 540px;
	margin-top: 32px;
	margin-left: 112px;
	position:absolute;
	background-repeat: no-repeat;
	background-image: url('sfondo.jpg');
}

#percorso {
	float: left;
	font-size: 1em;
	font-weight: normal;
	color: #2F2E2E;
	padding: 10px 0 0 15px;
}

#menu
{
	height: 20px;
	text-align: left;
	padding-top: 4px;
	width: 785px;
	top: 50px;
}

#menu a, a:hover, a:visited a:active
{
	padding-right: 5px;
	padding-left: 10px;
}

#menu a
{
	text-decoration: none;
}

#menu a:hover, a:visited a:active
{
	text-decoration: underline;
}

#corpo
{
	width: 710px;
	top: 10px;
	margin-left: 60px;
	height: 480px;
	overflow: auto;
}

h3
{
	color: #2F2E2E;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#utility {
	float: right;
	font-size: 1em;
	font-weight: normal;
	color: #2F2E2E;
	padding: 50px 40px 15px 10px;
}

#pie_di_pagina {
	color: #575757;
	background: #FFF;
	font-size: 0.8em;
	text-align: center;
	margin: 25px 5px 10px 5px;
	border: 1px solid #CCC;
}

#pie_di_pagina a {
	text-decoration: underline;
	color: #0062A3;
}

#pie_di_pagina a:hover {
	color: #000;
}