* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/background/body.gif') repeat-x #D6D6D6; 
}


#main {
	position: relative;
	margin: 0px auto;
	width: 699px;
	background: #00B1C5;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
}
#banner {
	position: absolute;
	right: 5px;
	top: 4px;
}
#cartelli {
	position: absolute;
	top: 115px;
	right: 0px;
}
#menu {
	list-style-type: none;
	width: 223px;
}
#menu li {
	height: 22px;
	border-bottom: 1px dashed #FFFFFF;
}
#menu li:hover,
#menu li.active {
	background: #027784;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 10px;
}
#menu li:hover a,
#menu li.active a {
	font-weight: bold;
}
#contenuto {
	position: relative;
	margin: 15px auto;
	width: 550px;
	background: #FFFFFF;
	font-size: 12px;
	padding: 10px 5px 10px 117px;
}
.link_intervista {
	display: block;
	position: absolute;
	width: 100px;
	left: 10px;
	top: 10px;
	text-decoration: none;
	font-style: italic;
	color: #000000;
	font-size: 11px;
}
.link_intervista img {
	display: block;
	text-decoration: none;
}
.link_intervista:hover {
	text-decoration: underline;
}
h2 {
	font-size: 15px;
	margin-bottom: 10px;
}
table {
	position: relative;
	margin-bottom: 20px;
}
table a {
	display: block;
	padding-left: 10px;
	background: url('../images/background/table_link.gif') no-repeat left 5px;
	color: #DA3313;
}
table a:hover {
	text-decoration: none;
}
.firma {
	position: absolute;
	bottom: 2px;
	right: 3px;
	font-size: 10px;
	color: #FFFFFF;
}
.firma a {
	color: #FFFFFF;
	text-decoration: none;
}
