* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 14px;
	background-image: url('../immagini/b-pagina.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}

#WrapperContainer {
	width: 734px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	padding: 20px;
	border:#e85b23 3px solid;
	margin-top:20px;
}

#Testata {
	position: relative;
	width: auto;
	height: 192px;
	background-image: url('../immagini/testata.jpg');
	background-repeat: no-repeat;
}

#Testata  H1{
	position: absolute;
	top: 60px;
	left:20px;
}

#Testata H1 STRONG{
	position: absolute;
	color:#c11a21;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	top: 20px;
	left:0px;

}


#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 252px;
	height: 74px;
}

#Logo A {
	display: block;
	width: 252px;
	height: 74px;
	text-indent: -9999px;
}


UL#Ambiti {
	position: relative;
	width: 750px;
	height: 25px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
	
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 12px;
	color: #ffffff;
	background-color: #e85b23;	
	font-weight: bold;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	text-align:center;
	border-left:#FFFFFF 4px solid;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	/*color: #002D9D; */
	background-color: #002D9D;
}

#WrapperPagina {
	position:relative;
	width: auto;
}

#PiedePagina {
	position: relative;
	width: auto;
	height: 70px; /*modif ML 7 Marzo 2008*/
	font-size: 11px;
	color: #e85b22;
	border-top: #dadada 1px solid;
}

#PiedePagina ADDRESS {
	position: absolute;
	top: 9px;
	left: 40px; /*modif ML 7 Marzo 2008*/
	line-height: 18px;
	text-align: center;
	
}

#PiedePagina STRONG {
	font-size:18px;
	color:#000000;
}
