/* Foglio di stile per la struttura del documento */

/* struttura esterna */
body { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background: #5580AA url('../img/sfondo.jpg') repeat-x; color: #333; text-align: center; }
table#contenitore { width: 980px; margin: 20px auto; text-align: left; background: transparent; border: 1px solid #FFF;}
table#contenitore td#sopra { margin: 0; padding: 0 0 2px 0; vertical-align: top; }
table#contenitore td#sotto { margin: 0; padding: 0; line-height: 0; }
/* fine struttura esterna */

/* interno */
table#contenitore td#sinistra { margin: 0; padding: 2px 0; background-color: #5580AA; vertical-align: top; border-top: 1px dashed #fff; border-right: 2px dashed #5580AA; }
table#contenitore td#centro { margin: 0; padding: 0; background-color: #fff; color: #333; vertical-align: top; /*border-right: 2px dashed #5580AA;*/
    border-left: 2px dashed #5580AA; border-right: 2px dashed #5580AA;}
table#contenitore td#centro>div { width: 90%; margin: 0; padding: 20px; background-color: #fff; color: #333; vertical-align: top; }
table#contenitore td#destra { margin: 0; padding: 0; background: #5580AA; color: #fff; vertical-align: top; }
/* fine interno */
