* { 
	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: 13px;
	background-color: #dcdcd2;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	margin-top: 5px;
}

#Testata {
	position: relative;
	width: auto;
	height: 186px;
	background-image: url('../immagini/b-testata.gif');
	background-repeat: no-repeat;
	margin-bottom: 25px;
	
}

#Logo {
	position: absolute;
	width: 450px;
	height: 187px;
	top: 0px;
	left: 0px;
}

#Logo A {
	display: block;
	width: 450px;
	height: 187px;
	text-indent: -9999px;
}


UL#Ambiti {
	position: absolute;
	width: 550px;
	height: 20px;
	top: 25px;
	right: 20px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	border-right: 1px solid #960004;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960004;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #510002;
}



/* struttura della pagina */

#WrapperPagina {
	float: left;  /* importante */
	width: 100%;  /* importante */
	background-image: url('../immagini/b-wrapperpagina.gif');
	background-repeat: repeat-y;
} 


#WrapperBarra {
	position:relative;
	width: 144px;
	float: left;
}

#WrapperNews{
	position:relative;
	width: 232px;
	float: right;
}

#WrapperCorpoPagina {
	width: auto;
	margin-left: 144px;
	margin-right: 232px; 
}


UL#Barra {
	width: 100px;
	margin-left: 25px;
	margin-right: auto;
}

#Barra LI {
	list-style-type: none;
	display: inline;
}

#Barra A {
	display: block;
	width: 90px;
	height: 40px;
	border: 2px solid #bebfba;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960004;
	text-align: center;
	margin-top: 7px;
	background-color: #ffffff;
}
#Barra A SPAN {
	display: block;
	padding-top: 2px;
}

#Barra A SPAN.Uno {
	padding-top: 11px;
}

#Barra A:hover, #Barra A.Act, #Barra A.Act:hover {
	border: 2px solid #960004;
}


#WrapperCorpoPagina H1 {
	width: 592px;
	height: 48px;
	background-image: url('../immagini/b-h1.gif');
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960004;
}

#WrapperCorpoPagina H1 SPAN {
	display: block;
	padding-top: 12px;
	padding-left: 40px;
}

#WrapperContainerNews {
	width: 155px;
	margin-left: auto;
	margin-right: 23px;
	font-size: 11px;
	text-align: justify;
	line-height: 1.3em;
}

#WrapperContainerNews .BloccoNews {
	margin-bottom: 15px;
}

#WrapperContainerNews .BloccoNews A {
	display: block;
	text-align: right;
	margin-top: 3px;
	font-weight: bold;
	color: #960004;
}


#PiedePagina {
	position: relative;
	clear: both;  	/*importante */
	width: 100%;	/*importante */
	height: 64px;
	font-size: 11px;
	background-image: url('../immagini/b-piede.gif');
	background-repeat: no-repeat;
}

#PiedePagina ADDRESS {
	position: absolute;
	top: 32px;
	left: 25px;
	width: 930px;
	height: 28px;
	color: #a3a39b;
	font-size: 11px;
	text-align: center;
	line-height: 28px;
}

/* Homepage */

#ContainerFlashHP {
	width: 946px;
	height: 260px;
	background-color: #FF0000;
	margin-left: 27px;
	margin-bottom: 25px;
}

UL#BarraHP {
	width: 970px;
	margin-left: 27px;
}

#BarraHP LI {
	list-style-type: none;
	display: inline;
}

#BarraHP A {
	display: block;
	float: left;
	margin-right: 12px;
	width: 120px;
	height: 40px;
	border: 2px solid #bebfba;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960004;
	text-align: center;
	margin-bottom: 7px;
	background-color: #ffffff;
}

#BarraHP A SPAN {
	display: block;
	padding-top: 2px;
}

#BarraHP A SPAN.Uno {
	padding-top: 11px;
}

#BarraHP A:hover, #BarraHP A.Act, #BarraHP A.Act:hover {
	border: 2px solid #960004;
}






