* { 
	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: 100%;
	background-color: #D93732;
}

#WrapperContainer {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 1px solid #5D100E;
	background-color: #ffffff;
}

#Testata {
	position: relative;
	width: auto;
	height: 160px;
	border-bottom: 1px solid #ffffff;
	background-image: url('../immagini/b_testata.jpg');
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 94px;
}

#Logo A {
	display: block;
	width: 260px;
	height: 94px;
	text-indent: -9999px;
}

#WrapperAmbiti {
	position: relative;
	width: auto;
	height: 33px;
	background-image: url('../immagini/b_ambiti.gif');
	background-repeat: repeat-x;
}

UL#Ambiti {
	margin-left: 20px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #D93732;
	padding-right: 15px;
	padding-left: 10px;
	background-image: url('../immagini/freccia_ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #4D0011;
}

#IstitAlto LI {
	list-style-type: none;
	display: inline;
}

#IstitAlto A {
	display: block;
	position: absolute;
	top: 3px;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
}

#IstitAlto A#HomeAlto {
	background-image: url('../immagini/homepage.gif');
	right: 57px;
}

#IstitAlto A#MailAlto {
	background-image: url('../immagini/email.gif');
	right: 32px;
}

#IstitAlto A#SiteAlto {
	background-image: url('../immagini/sitemap.gif');
	right: 8px;
}

TABLE#WrapperPagina {
	width: 100%;
	border-collapse: collapse;
}

TD#Barra {
	vertical-align: top;
	width: 130px;	
}

#Barra UL {
	margin-left: 20px;
	margin-top: 20px;
}

#Barra LI {
	list-style-type: none;
	display: inline;
}

#Barra A {
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 7px;
	padding-top: 7px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#Barra A:hover {
	background-color: #FFFAE3;
}

TD#WrapperContenuto {
	vertical-align: top;
	width: 640px;	
	background-image: url('../immagini/b_pagina.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#PiedePagina {
	position: relative;
	width: auto;
	height: 66px;
	background-image: url('../immagini/b_piede.gif');
	background-repeat: repeat-x;
}

#PiedePagina ADDRESS {
	position: absolute;
	top: 18px;
	right: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
}

#PiedePagina A#AreaRiservata {
	position: absolute;
	top: 28px;
	left: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}