/* Posizionamento livelli */
#top {
width:555px;
height:100px;
margin-left:auto;
margin-bottom:0;
margin-right:auto;
margin-top:-660px;
text-align: center;
z-index:10;
position:relative;
}
#contenitore {
	width:555px;
	height:555px;
	text-align: center;
	border: 1px solid #7e350e;
	background: #ffffff;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:1;
	position:relative;
}
#menuAlto {
	width:495px;
	height:30px;
	text-align: right;
}
#menuBasso {
	width:195px;
	height:30px;
	text-align: right;
	float:right;
}
#menuCapodanno {
	width:120px;
	height:30px;
	text-align: left;
	float:left;
}
#corpo {
	width:495px;
	height:495px;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	top:90px;
}
#titolo {
	width:495px;
	height:120px;
	border: 1px solid;
	border-color: #7e350e;
	margin-top:30px;
}
#testo {
	width:495px;
	height:340px;
	text-align: left;
	overflow: auto;
}
#piede {
	width:555px;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	padding-top: 10px;
	top:80px;
	margin-left:auto;
	margin-right:auto
}

/* Tag */

a {
	text-decoration: none;
	color : #7e350e;
}

body {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	margin-top: 30px;
	background-image:url(immagini/dal1870.gif);
	background-position:right 120px;
	background-repeat:no-repeat;
	background-color: #ffffff;
 }
.piccolo {
	font-size: 9px;
}
.Testo {
	font-size: 10px;
}
.TestoCentrato {
	text-align: left;
}
.Titolo {
	font-size: 15px;
	font-weight: bold;
	color: #7e350e;
}
.Titolomenu {
	font-size: 16px;
	font-weight: bold;
	color: #7e350e;
	line-height:2em;
}
.Titolino {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.marrone{
	color: #7e350e;
	font-size: 13px;
	font-family : Georgia, "Times New Roman", Times, serif;
	}
.bordo {
	border-color: #7e350e;
	border: 1px solid;
}
a:hover {
	color: #999999;
}
p {
	text-align: justify;
}
p, tr, td {
color:#7e350e;
}
td {
	height:10px;
	}
	
/* Classi x la pagina Guide */

#miniature {
	float:left;
	margin-bottom:15px; 
	width:110px; 
	text-align:center;
}

.bordoSuperiore {
	clear: both;
	width: 450px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 10px;
	padding-top: 10px;
}
.titoliGuide {
	font-weight: bold;
	font-size: 15px;
}

.divGuide {
	float:left; 
	padding-top:15px;
}

.SottotitoloGuide {
	float:left; 
}