* { 
	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: #333333;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 530px;
	margin-top: 24px;
	border: 1px solid #909090;
	background-color: #000000;
}

#Testata {
	position: relative;
	width: auto;
	height: 121px;
	background-image: url('../immagini/b-testata.gif');
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	width: 180px;
	height: 121px;
	top: 0px;
	left: 0px;
}

#Logo A {
	display: block;
	width: 180px;
	height: 121px;
	text-indent: -9999px;
}

UL#Ambiti {
	position: absolute; 
	left: 300px;
	top: 77px;
	width: 518px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	width: 77px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	margin-right: 9px;
	text-align: center;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	background-color: #656565;
}






