@import url(base.css);
@import url(formattazione.css);
#diconodinoi a {
	background: #202426; 
	color: #fff;
}
#colonna1 {
	margin-top: 160px;
	display: block;
	width: 35px;
}
#colonna2 {
	display: block;
	text-align:center;
	width: 905px;
}
#colonna3 {
	margin-top: 160px;
	display: block;
	width: 35px;
}
#successiva {
	display: block;
	width: 35px;
	height: 39px;
	background: url(/html/img/btn_successivo.jpg) 0 0 no-repeat;
}
#successiva span {
	display: none;	
}
#precedente {
	display: block;
	width: 35px;
	height: 39px;
	background: url(/html/img/btn_precedente.jpg) 0 0 no-repeat;
}
#precedente span {
	display: none;	
}
#scheda {
	margin: 0 auto;
	width: 900px;
	
}
#testo, #immagine {
	text-align: right;
	padding: 20px;
	top: 50px;
}
#testo {
	width: 200px;
	margin-top: 100px;
}
#testo h2 {
	color: #656565;
	font: 2.5em Times New Roman, serif;
}
#testo p a {
	text-transform: uppercase; 
	text-decoration: none;
	font: 1em Arial, Helvetica, serif;
}
#immagine img {
	width: 550px;
}