/* Colore di sfondo e immagine di sfondo dell'intera pagina */
body {
	min-width: 880px;
	background-color:#8D4E1B;
	background-image: url(immagini/wood.jpg);
	background-attachment: scroll;
	background-position: top center;
	}

/* Pergamena su cui compaiono titolo e descrizione */
.pergamena {
	background-image: url(immagini/notes.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:center;
	width: 740px;
	height: 340px;
	margin: auto;
	margin-top: 50px;
	}

/* Titolo della foto */
.titolo_indice {
	text-align:center;
	padding-top: 40px;
	margin-bottom: 0px;
	COLOR: #8D4E1B;
	FONT-FAMILY: "Times New Roman", serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	FONT-SIZE : 56pt;
	}

/* Tabella delle anteprime */
table.tabella{
	margin-top: 50px;
	width: 80%;
	text-align:center;
	border: 4px solid #8D4E1B;
	empty-cells: show;
	}

/* Cella della tabella anteprime */
table.tabella TD{
	border: 2px solid #8D4E1B;
	padding: 10px;
	}

/* Immagine di anteprima */
.anteprima{
	border: 1px solid #8D4E1B;
	}

.anteprima:hover{
	border: 1px solid red;
	}

/* Area sotto l'anteprima per la didascalia */
.didascalia{
	width:90%;
	margin-top: 10px;
	padding: 4px;
	background-color: transparent;
	border: 0px;
	}

/* Testo della didascalia */
.didascalia A{
	FONT-SIZE: 12pt;
	}

/* Colore del testo delle foto non visitate e visitate */
A:link {
	COLOR: #000000;
	}

A:visited {
	COLOR: #613613;
	}


/* Testo "cliccare per ingrandire" */
.ingrandire {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 0px;
	FONT-FAMILY: "Times New Roman";
	FONT-STYLE: normal;
	FONT-WEIGHT: bold ;
	COLOR: #8D4E1B;
	FONT-SIZE : 20pt;
	}


/* Testo "pagina n di tot"  */
.conteggio {
	background-color: transparent;
	border: 2px solid white;
	width: 164px;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 0px;
	FONT-FAMILY: "Courier New", Courier;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold ;
	COLOR: white;
	FONT-SIZE: 12pt;
	}

/* Pulsanti navigazione */
.controlli {
	margin-top: 0px;
	margin-bottom: 20px;
	}

.truccioli {
	float:left;
	margin-top: -70px;
	margin-left:-8px;
	}

.pialla {
	float:right;
	margin-top: -105px;
	}


.matita {
	position:absolute;
	top: 18px;
	left: 0px;
}

.sega {
	position:absolute;
	top: 28px;
	right:0px;

}
