body { 
	margin: 0; 
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00F;
	background-image: url(../bg.gif);
	background-repeat: repeat;
}

hr { display:none;}

/* centrare */
#testa 		 { width:600px; margin:0em auto; text-align:center }
#corpo 		 { width:600px; margin:0em auto; text-align:left   }
#piedipagina { width:600px; margin:0em auto; text-align:center }


/* bordi */
#testa {
	border-top: 0px #00f solid;
	border-left: 0px #00f solid;
	border-right: 0px #00f solid;
	border-bottom: 0px #00f solid;
	border: 0px #FF0000 solid;
}

#corpo {
	border-left: 0px #00f solid;
	border-right: 0px #00f solid;
	border: 0px #FFF solid;
}

#corpo-colonna1 {
	border: 1px #000 solid;
}

#piedipagina {
	border-top: 10px #fff solid;
}


/* testa */
#testa { 
	background-image: url('../images/test.jpg'); 
	padding: 0em 0;
	height: 350px;
}

#testa2 {
	position: relative;
	border: 0px solid #000000;
	width: 250px;
	height: 150px;
	margin: auto;
		left: 25%;
		top:  50%;
	text-align: center;
	background-color:#fff;
}

/* corpo e colonne */
#corpo { 
	position: relative; 
	background:#FFF; 
}

#corpo-colonna1 { 
	position: absolute; 
	top: 0; 
	left: 8%; 
	width: 500px; 
	padding: 0em 0; 
}

#corpo-colonna2 { 
	margin:0 20px 0 20px; 
	background:#FFF; 
	padding: 0em 0; 
}

/*pie' di pagina */
#piedipagina { 
	background-image: url('../images/barra.jpg');
	background-repeat: repeat-y;
	height: 20px;
}


/* altre impostazioni */

p {
	text-indent: 25px;
	line-height: 2.5em;
}

.enfasi {
	font-style:normal;
	font-weight: bold;
}

.foto { 
	padding: 0em; 
}

.foto a:link, .foto a:active, .foto a:hover, .foto a:visited { 
	border: 0px #000000 solid; 
	border-bottom: 0px;
	text-decoration: none;
}


a:link, a:active, a:visited {
	color: #00F;
	border-bottom: 1px dotted blue;
	text-decoration:none;
}

a:hover {
	color: #F00;
	border-bottom: 1px solid red;
	text-decoration: none;
}

h3 
