body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
	background-color: #000;
	color: #ccccff;
	font: 75%;
	font-size: small;
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #ccccff;
	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: #000 url(layout/sfondo.2col.fisso.gif) repeat-y left top;
}
	
#colonna-1 {
	float: left;
	width: 200px;
	background: transparent;
	color: #ccccff;
}

#colonna-2 {
	float: right;
	width: 500px;
	background: transparent;
	color: ccccff;
}

#intestazione {
	height: 209px;
	background-image: url(layout/head.jpg);
	background-repeat: no-repeat;
	color: #000;
	}
	
#footer {
	background: #000;
	color: #ccccff;
	font-size: xx-small;
	clear: left;
	text-align: center;
}

#intestazione, #colonna-1, #colonna-2, #footer {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

dip p {
	margin: 0;
   padding: 0.5em 1em;
}

.menuNavigazione {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuNavigazione a{
	display: block;
	text-decoration: none;
	padding: 3px 0.5em 3px 16px;
}

.menuNavigazione a:link, 
.menuNavigazione a:visited{
	background: #000 url(layout/marcatore.gif) no-repeat 3px 50%;
	color: #ccccff;
}

.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	background: #000 url(layout/marcatore_rollover.gif) no-repeat 3px 50%;
	color: #ccccff;
}

.menuNavigazione {
	background: url(layout/marcatore_rollover.gif) -200px -200px no-repeat /* carica l'immagine in anticipo */
}