/* CSS Document */

/* STRUTTURA */
body {
	margin: 0;
	padding: 7px 0 0 0; 
	text-align: center;
	background: #90240B;
	}

body a:link, 
body a:visited {
	text-decoration: none;
	color: #90240B;
	}
body a:hover, 
body a:focus,
body a:active {
	text-decoration: none;
	color: #333;
	}

#centrato {
	width:100%;
	margin: auto;
	text-align: center;
	}

#tutto {
	width:688px;
	margin: auto;
	text-align: left;
	background: #F4F0E5;
	}

	
/* INTESTAZIONE */
#intestazione {
	height: 103px;
	background: #F4F0E5 url(../img/top.gif) 0 0 no-repeat;
	}

/* MENU */

#menu  {
	padding-top: 40px;
	}

.menu  {
	padding-left: 7px;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #90240B;
	}

.menu a:link, 
.menu a:visited {
	text-decoration: none;
	color:  #333;
	}
	
.menu a:hover, 
.menu a:focus,
.menu a:active {
	text-decoration: none;
	color: #90240B;
	}


.sogni {
	padding-left: 7px;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 16px;
	color: #90240B;
}

.attivo  {
	color: #90240B;
	}

.attivo a:link, 
.attivo a:visited {
	text-decoration: none;
	color: #90240B;
	}
	
.attivo a:hover, 
.attivo a:focus,
.attivo a:active {
	text-decoration: none;
	color: #90240B;
	}


.sogni {
	padding-left: 7px;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 16px;
	color: #90240B;
}
/* IMMAGINI */
#immagini {
	background: #F4F0E5;
	padding: 0;
	}

/* SOTTOMENU */

#sottomenu  {
	height: 30px;
	padding: 5px 0 0 0;
	margin: 0;
	}
	
.sottomenu {
	padding-left: 7px;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #90240B;
	}

.sottomenu a:link, 
.sottomenu a:visited {
	text-decoration: none;
	color:  #333;
	}
	
.sottomenu a:hover, 
.sottomenu a:focus,
.sottomenu a:active {
	text-decoration: none;
	color: #90240B;
	}
	
.asterisco{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 15px;
	color: #90240B;
	text-transform: uppercase;
	vertical-align: text-top;
	}

/* CONTENUTO */
#testo {
	min-height: 270px;
	}

#testo img {
	float:right;
	margin: 0;
	padding: 0;
	}

div.clear {
	clear:right;
	}

h1 {
	padding-left: 7px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	color: #90240B;
	font-style: italic;
	font-weight: normal;
	}

.testo-3colonne {
	padding: 0 7px 0 7px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}

.corsivo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
/* PIEDE */
.piede {
	padding-top:35px;
	padding-left: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #8C8980;
	}

.piede a:link, 
.piede a:visited {
	text-decoration: none;
	color: #8C8980;
	}
.piede a:hover, 
.piede a:focus,
.piede a:active {
	text-decoration: none;
	color: #90240B;
	}



#sottopiede {
	height:18px;
	margin: auto;
	background: #90240B;
	}
