body {
	margin:0; padding:0;
	background-color: #FFD942;
	background-image:url(images/fondo-body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/**** STRUTTURA *****/
#contenitore {
	width: 760px;
	border: 2px solid #DB484D;
	margin: 20px auto 0 auto;
	background-color: #FFF;
	}
	#testata {
		width: 750px;
		height: 120px;
		margin: 5px 5px 0 5px;
		}
	#corpo {
		width: 750px;
		background-image: url(images/fondo-corpo.gif);
		margin: 5px 5px 0 5px;
		overflow: auto;
		}
		#colonna {
			display: inline;
			float: left;
			width: 140px;
			}
		#testi {
			display: inline;
			float: right;
			width: 600px;
			margin-left: 5px;
			font-size:12px;
			}
	#piede {
		position: relative;
		display: block;
		width: 750px;
		height: 30px;
		margin: 5px;
		background: #BBB5D7;
		border: 2px solid #8E84BC;
		border-width: 2px 0 0 0;
		}
/****   *****/
h1 {
	margin: 0; padding: 0;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 27px;
	color: #FE1413;
	background-color: #F2F1F7;
	padding: 0 5px;
}
.pad10 {
	display: block;
	padding: 15px 5px 10px 0;
	text-align: justify;
	line-height: 150%;
	}
	
#testi p { margin:0 0 10px 0; }
	
#piede div {
	text-align: center;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	}
#piede a { color: black; text-decoration:none; font-weight: bold; }
#piede a:hover { color: #777; }
.bottone-giallo {
	background-image: url(images/bottone-giallo.jpg);
	width: 273px;
	heigh: 76px;
	line-height: 76px;
	text-align: center;
	margin: 0px auto;
	}	
	.bottone-giallo a { color: #666666; text-decoration: none; }
	.bottone-giallo a:hover { text-decoration: underline; }

a.link1 { color: #5D509F; text-decoration:none; font-weight: bold; }
a.link1:hover { color: #8E84BC; }

.tit-news {
	display: block;
	padding: 5px;
	background-color: #EBF1FD;
	color: #386094;
	font-weight: bold;
	margin: 0 0 5px;
	}
.tit-evento {
	display: block;
	padding: 5px;
	background-color: #FFFFCC;
	color: #386094;
	font-weight: bold;
	margin: 0 0 5px;
	}
.tit-evento2 {
	display: block;
	padding: 5px;
	background-color: #F66;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 5px;
	}
.tit-evento3 {
	display: block;
	padding: 5px;
	background-color:#00CC00;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 5px;
	}
span.font11 { font-size: 11px;}

ul.lista1 {
	list-style-type: none;
	padding: 0; margin: 0;
	}
	ul.lista1 li {
		padding: 0 0 5px 20px;
		margin: 0 0 5px;
		border-bottom: 1px solid #EBF1FD;
		background-image: url(images/ico-ul.gif);
		background-repeat: no-repeat;
		background-position: 0 7px;
		}
	ul.lista1 a {
		color: #555;
		text-decoration: none;
		font-size: 11px;
		}
		ul.lista1 a:hover {
			text-decoration: underline;
			}
	
table.piccolo td { font-size:10px; }