@charset "UTF-8";
html, body  {
	margin: 0 auto; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	background-image:url(../elementi/bk.gif);
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, blockquote  {
	margin-top: -5px;
	margin-bottom: -5px;
	line-height: 130%;
}

a  {
	color:#9B1616;
	text-decoration:none;
}

a:hover  {
	color:#9B1616;
	text-decoration:underline;
}
	
#container {
	background-image:url(../elementi/bk2.gif);
	background-repeat:repeat-y;
}

html>body #container {
	height: auto;
}

#contenitore {
	width: 1000px;
	height:730px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: center; /* sostituisce l'impostazione text-align: center nell'elemento body. */
}

#testata {
	height: 20px;
	background-color: #32201D;
	font-size:9px;
} 

#indirizzo {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 100%;
}

#pagina {
	text-align: center;
	padding-bottom:20px;
	font-size: 16px;
}

#piede {
	height: 20px;
	background-color: #32201D;
	font-size:9px;
}

#slideCont {
	background-color:#000000;
	border: solid 0px #000;
	text-align: center;
	float:left;
}
#slideCont img {
	margin: 5px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
