﻿
body 
{
   margin: 0;
   padding: 0;
   text-align: center;
   background-color: White;
   font-family: Sans-Serif;
}
    
#main_table 
{
    border-collapse: collapse;
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 820px;
}

#main_table tr td
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#main_table img 
{
    margin: 0 0 0 0;
    border: none;
}

#main_table object 
{
    margin: 0 0 0 0;
    border: none;
}

.post_table
{
    background-color: #F0EDE9;
    border: solid 1px Black;
    text-align: justify;
    font-family: Sans-Serif;
    width: 100%;
}

.post_table th 
{
    background-color: #E3D6C0;
    font-weight: normal;
}

.post_table caption 
{
    background-color: #CEC2AE;
    background-image: url(Fate_intestazione.gif);
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
    text-align: left;
    font-weight: bold;
}

.post_sopra 
{
    width: 820px;
    height: 52px;
    position: relative;
    left: 10px;
    bottom: -10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    background-image: url(sopra.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.post_centro
{
    /* width: 820px; */
    position: relative;
    left: 10px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: justify;
    background-image: url(centro.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.post_sotto
{
    position: relative;
    left: 10px;
    width: 820px;
    height: 57px;
    background-image: url(sotto.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#main_pane 
{
    width: 820px;
    text-align: left;
    margin: 0 auto 0 auto;
}

#menu 
{
    text-decoration: none;
    border: none;
}

#header_sopra 
{
    position: relative;
    left: 20px;
}

#header_centro 
{
    position: relative;
    left: 20px;
}

#header_sotto
{
    position: relative;
    left: 20px;
    top: -4px;
}

#footer 
{
    position: relative;
    text-align: center;
}

