@charset "utf-8";
/* CSS Document */


#foto_head {
	text-align: center;
	height: 300px;
	background-repeat: no-repeat;
}
#navbar {
	width: 750px;
	margin-top: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}

#navbar ul li a:link, #navbar_footer ul li a:visited {
	text-decoration: none;
	color: #000;
	background-image: url(../immagini/separator-menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-right: 1em;
}
#navbar ul li a:hover {
	color: #C00;
	text-decoration: underline;
}

#news {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.testo_content {
	font-size: 11px;
	text-align: center;
}
.th_channel {
	font-size: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
th a {
	color: #FFF;
	text-decoration: none;
}
