* { 
	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;
}

BODY {
	font-size: 13px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}

/*----------contenitore pagina----------*/

#WrapperContainer {
	margin: auto;
	width: 960px;
	position: relative;
	
}

/*----------testata----------*/

#Testata {
	width: 960px;
	height: 147px;
	position: relative;
	background-image: url('../immagini/testata-2010.gif');
	background-repeat: no-repeat;

}


#Ambiti {
	position: relative;
	height: 30px;
	width: 960px;
	font-family: Arial, Trebuchet ms, Tahoma, Verdana, Helvetica, sans-serif;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#Ambiti UL {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 20px;
	width: 900px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	font-size: 12px;
	font-weight: bold;	
	float: left;
	display:block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	color: #606060;
	text-transform: uppercase;
	line-height: 20px;
}

#Ambiti A:hover {
	color: #000000;
	background-color: #f1f1f1;
}

#Ambiti A.Act, #Ambiti A.Act:hover  {
	background-color: #666666;
	color: #ffffff;
}

/*------------struttura della pagina-------------*/

#WrapperPagina {
	float: left;  /* importante */
	width: 100%;  /* importante */
	background-color:#ffffff;
	background-repeat: repeat-y;
} 

#WrapperCorpoPagina {
	width: 700px;
	float:left;
}

#WrapperBarra {
	width: 250px;
	float:right;
}

#PiedePagina {
	position: relative;
	clear: both;  	/*importante */
	width: 100%;	/*importante */
	background-color: #ffffff;
	/*color: #503D43;*/
	color: #6f6f6f;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}


.BoxNew {
	border-bottom: 5px solid #6f6e6c;
	margin-bottom: 20px;
}

.BoxNew H3 {
	background-color: #6f6e6c;
	font-family: Arial, Trebuchet ms, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.BoxNew .BoxNewCont {
	padding: 10px;
}














