body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
	background: url(immagini/nome.png) no-repeat fixed top left;
	color: #666666;
	font-size: 75%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #666666;
   scrollbar-base-color: #66666;
	scrollbar-dark-shadow-color: #666666;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #666666;
}

a:link, a:visited {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#centrato {
	width: 700px;
	margin: auto;
	text-align: left; /* per IE5.x/Win */
}

#corpo {
	width: 700px;
	float: left;
	background: #FFF url(immagini/sfondo.2col.fisso.gif) repeat-y right top;
	border-top: 1px solid #666666;
	}
	
#colonna-1 {
	float: right;
	width: 197px;
	background: transparent;
	color: #666666;
	text-align: right;
}

#colonna-2 {
	float: left;
	width: 500px;
	background: transparent;
	color: #666666;
}

#intestazione {
	height: 286px;
	background-image: url(immagini/header_occhiali.png);
	background-repeat: no-repeat;
	color: #FFF;
	}
	
#footer {
	background: #FFF;
	color: #666666;
	font-size: x-small;
	clear: left;
	text-align: center;
	border-top: 1px solid #666666;
}

#intestazione, #colonna-1, #colonna-2, #footer {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

dip p {
	margin: 0;
   padding: 0.5em 1em;
}

.menuNavigazione {
	width: 190px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	}

.menuNavigazione a{
	display: block;
	text-decoration: none;
	padding: 3px 0.5em 3px 16px;
}

.menuNavigazione a:link, 
.menuNavigazione a:visited{
	background: url(immagini/marcatore.gif) no-repeat 3px 50%;
	color: #666666;
}

.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	background: url(immagini/mrcatore_rollover.gif) no-repeat 3px 50%;
}

.menuNavigazione {
	background: url(immagini/marcatore_rollover.gif) -200px -200px no-repeat /* carica l'immagine in anticipo */
}
