body {
	background: #eeeeee;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
}
.underlined{
	text-decoration: underlined;
}
.bold{
	font-weight:bold;
}
.boldbig{
	font-weight:bold;
	font-size:135%;
}
/*
*****************
MENU			*
*****************
*/
#menu_img{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 160px;
	z-index:1;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	cursor: pointer;
	background-color: transparent;
	text-align:left;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 150px;
	z-index:10;
	color:white;
	padding-left:15px;
	display:block;
}

#menu dt {
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: left;
	font-weight: bold;
	display:block;
}
#menu dt.big{
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: left;
	font-weight: bold;
	font-size:130%;
	display:block;
}


#menu dd {
	position: absolute;
	z-index: 100;
	left: 80px;
	margin-top: -10px;
	width: 200px;
	background-color: #de0000;
	border: 2px solid yellow;
	display:block;
	
}

#menu ul {
	padding: 2px;
}
#menu li {
	text-align: left;
	font-size: 100%;
	height: 18px;
	line-height: 18px;
	display:block;
}
#menu a{
	color:white;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover {
	font-size:100%;
	text-decoration: none;
	background-color: yellow;
	font-size:bold;
	color: red;
}
/*
*****************
FINE MENU		*
*****************
*/
/*
*****************
TESTA			*
*****************
*/
#testa_logo{
	position: absolute;
	top: 10px;
	left: 874px;
	z-index:4;
	background:#eeeeee;
	text-align:center;
	padding:0px;
}
#testa_img {
	position:absolute;
	top:10px;
	left:0px;
	z-index:2;
}
#testa {
	position: absolute;
	top:35px;
	left:50px;
	z-index:3;
	
}
#testa h1{
	color: #ffff00;
	margin:0;
	font-size:48px;
	font-family: "Futura XBlk BT", sans-serif;
}
#testa h2{
	color: #ffff00;
	margin:0;
	font-size:24px;
	font-family: "Futura XBlk BT", sans-serif;
}
/*
*****************
FINE TESTA		*
*****************
*/
/*
*****************
CENTRO		*
*****************
*/
#centro_pub{
	background-image: url(../immagini/comuni/bosco.jpg);
	background-repeat:none;
}

#centro_pub h2{
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "FUTURA XBlk BT",  Mono;
	background-color: transparent;
}
#center{
	overflow: none;
	background-color:transparent;
	color: #000000;
	position:absolute;
	top:163px;
	left:153px;
	z-index:0;
	width: 820px;
	height:392px;
	padding:15px;
	
}
#center h1{
	font-family:"Futura XBlk BT", sans-serif;
}
#center li{
	padding:5px;
	margin:0px;
}
/*
*****************
FINE CENTRO		*
*****************
*/