html{
	margin:0;padding:0;
}
body{
	background: #000;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1{
	width: 760px;
	height: 223px;
	background-image: url(img/testata.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	padding:0;
}
h2{
	color:#7e7e7e;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contenitore{
	width: 760px;
	background: #d8d8d8;
	text-align: center;
	margin: 0 auto;
	padding-bottom:3px;
	border-bottom:20px solid #7e7e7e;
}
.menu{
	width:760px;
	height:20px;
	margin:0;padding:0;
	background:#7e7e7e;
}
.menu li{
	width: 152px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.menu li a, .menu li a:visited{
	width: 152px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	font-weight:bold;
	color:#d8d8d8;
	background:#7e7e7e;
	display:block;
}
.menu li a:hover{
	width: 152px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	font-weight:bold;
	color:#7e7e7e;
	/*background-color:#d8d8d8;*/
	background-image: url(img/selmenu.gif);
	display:block;
}
.selmenu{
	color: #7e7e7e;
	background: #d8d8d8;
	font-weight: bold;
	background-image: url(img/selmenu.gif);
	vertical-align:center;
	padding-top:2px;
}
.box-opera{
	width:190px;
	background:#fff;
	float:left;
	text-align:center;
	margin-top:10px;
}
.paginazione{
	width: 760px;
	height: 30px;
	line-height: 26px;
	text-align: right;
}
.content{
	padding:5px;
}
.pulisci{
	clear:left;
}
.riga{
	background:#fff;
	margin-bottom:10px;
	padding-bottom:1px;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.paginazione a, .paginazione a:visited{
	font-size:2em;
	color:#7e7e7e;
	text-decoration:none;
}
.paginazione a:hover{
	font-size: 2em;
	color: #000;
	text-decoration: none;
}
.backbar{
	font-size:3em;
	padding-left:20px;
	text-align:left;
	color: #7e7e7e;
}
.backbar a, .backbar a:visited{
	color:#7e7e7e;
	text-decoration:none;
}
.backbar a:hover{
	color: #000;
	text-decoration: none;
}

.backbar{
	font-size:3em;
	color: #7e7e7e;
}
.citazione{
	color: #4A4A4A;
	font-size: 1.2em;
	font-weight: bold;
}
