body
{
    /*padding-top: 15px;*/
    margin: 0 auto;
    background-color: #CC0025;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    background-image: url(../images/bg_green.jpg);
}

#container
{
    /*border: 15px solid #B9C616;*/
    margin: 0 auto 0 auto;
    width: 960px;
}

#header
{
    width: 960px;
    height: 201px;
}

#content
{
    margin: 0 auto;
    width: 960px;
    overflow: auto;
    background-color: #FFFFFF;
}

#menu
{
    width: 230px;
    float: left;
    overflow: auto;
}

#navigation
{
    padding: 10px;
    width: 710px;
    float: left;
    overflow: auto;
    text-align: justify;
}

#footer
{
    margin: 0 auto;
    width: 960px;
    height: 129px;
}

#copyright
{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #CC0327;
    margin: 0 auto;
    width: 960px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.menu_verticale, a
{
    margin: 0px 0px 0px 0px; /*color: #CC0327;*/
    color: #20530E;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    list-style-image: url(../images/mela_menu.gif);
    

}

hr
{
    border: 1px dotted #8C914F;
}

img
{
    border: none;
}

#navigation h1
{
    color: #CC0327;
}
#navigation p
{
    color: #8C914F;
}

.titolo
{
    font-weight: bolder;
    color: #CC0327;
}
.testo
{
    color: #8C914F;
}


/* Style Tabella */

#navigation .tabella
{
    width: 710px;
    border-collapse: collapse;
    border-spacing: 0px;
    vertical-align: top;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#navigation .tabella_td_immagine
{
    width: 219px;
    height: 276px;
    vertical-align: top;
    text-align: left;
}

#navigation .tabella_td_titolo
{
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    width: 491px;
    height: 100px;
}
#navigation .tabella_td_testo
{
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 176px;
}

/* Fine Style Tabella */
