body 
{
    margin-top: 20px;
    background:#345927;
}


/****************************************/
/*               MENU                   */
/****************************************/
a 
{
    color: #ffffff;
    text-decoration: underline;
    font-family: Arial;
    font-size: 14px;
}
a:hover 
{
    color: #cccccc;
    text-decoration: underline;
    font-family: Arial;
    font-size: 14px;
}
ul
{
    padding-left: 20px;
    line-height: 20px;
    list-style: none;
}
.selected
{
    font-weight: bold;
    color: Yellow;
}

div#home_top
{
    width: 862px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

div#home_center
{
    width: 862px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;   
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background: #619237;
    font-family: Arial;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

div#home_bottom
{
    width: 862px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #619237;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}

div#home_footer
{
    text-align: left;
    padding: 5px;
}

#home_bottom img
{
    border: 0px;
}

div#container
{
    width: 862px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffffff;
    background: #619237;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}


div#header
{
    float:inherit;
    position: relative;
    background: #619237;
    display:block;
}
div#main
{
    float:inherit;
    position: relative;
    background: #619237;
    display:block;
}
div#footer
{
    clear: both;
    background: #619237;
    text-align: left;
    padding: 5px;
    border-top: 1px solid #ffffff;
}

div#nav
{
    float: left;
    width: 230px;
    border: 0px;
    background: #619237;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}

div#content
{
    float: right;
    width: 612px;
    border: 0px;
    background: #619237;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding-right: 10px;
}

div#map
{
    background-image: url(../img/sotto-map.jpg);
    background-repeat:no-repeat;
}

div#map iframe
{
    padding-left: 11px;
    padding-top: 11px;
}

p
{
    background: #619237;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}

/****************************************/
/*               LISTINO                */
/****************************************/
table.listino
{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse:collapse;
    border-style:solid;
    border-width: 1px;
    border-color:#FFFFFF;
}
.listino th
{
    background-color: #b2ba76;
    color: Black;
    border-style:solid;
    border-width: 1px;
    border-color:#FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.listino td
{
    background-color: #dddddd;
    color: Black;
    border-style:solid;
    border-width: 1px;
    border-color:#FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.blink
{
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: blink;
    font-size: 20px;
    padding-right: 10px;
}