/* Definisco le regole per il corpo del documento */
/*74-89-78-75-32-86-80-70-82-32-86-84-82-83-89-80-32-70-83-75-82-80-77-83-84-70-80-32-78-83-75-70-84-79-72-74-79*/

body {
	background: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	background: url(../../al-em2.jpg) fixed
}

/* posteggio testi */

/* Paragrafo normale centrato*/
.p1 {color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	 text-align: center; }

/* Paragrafo normale left*/
.p1L {color: #009;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11pt;
	  text-align: justify;
	  font-weight: bold; }

/* Paragrafo normale gustificato*/
.p1G {color: #009;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11pt;
	  text-align: justify;
	  font-weight: bold; }

/* Paragrafo grande centrato */
.p2 {color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 17pt;
	 font-weight: bold;
	 text-align: center; }

/* Paragrafo rosso centrato */
.p3 {color: #F00;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	 text-align: center; }

/* Paragrafo piccolo centrato */
.p4 {font-family: Arial, Helvetica, sans-serif;
     color: #009;
	 font-weight: bold;
	 text-align: center;
	 font-size: 9pt; }
	 
/* Paragrafo normale centrato colore bianco*/
.p1w{color: #fff;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	 text-align: center; }	 

/* immagine allineata a sx */
#sinistra {float: left;
	       border: none;
	       padding: 20px 20px 20px 20px; }
	
/* immagine allineata a dx */
#destra {float: right;
	     border: none;
	     padding: 20px 20px 20px 20px; }	

/* immagine allineata al centro */
#centro {float: center;
	     border: none;
	     padding: 15px 15px 15px 15px; }	
		 
		 
/* Main Selectors */


/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #009;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	 color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	 color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	text-align: center;
}

div#navigation td.next {
	color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	 color: #009;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	color: #009;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	display: block;
	width: 800px;
	margin: auto;
}		 
		 

