﻿body
{
    background-color: #20201e;
    font-family: Verdana;
    font-size: 12px;
}

img
{
    border: 0;
}
p
{
    margin: 0;
    padding: 0;
}

#div_menu
{
    height: 40px;
    width: 990px;
    margin: 0 auto;
}
#div_menu div
{
    float: left;
    display: inline;
   
   
   
}

#div_menu div a
{
    outline: 0;
    display:block;
    color: #FFFFFF;
    text-decoration: none;
     padding: 5px 0;
      width:97px;
    height:30px;
     border: 1px solid #22211D;
    text-align: center;
    background: #5F574C;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5F574C), to(#3A2220));
    background: -webkit-linear-gradient(#5F574C, #3A2220);
    background: -moz-linear-gradient(#5F574C, #3A2220);
    background: -ms-linear-gradient(#5F574C, #3A2220);
    background: -o-linear-gradient(#5F574C, #3A2220);
    background: linear-gradient(#5F574C, #3A2220);
}


#div_menu div a:hover
{
    background: #20B148;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#20B148), to(#172A17));
background: -webkit-linear-gradient(#20B148, #172A17);
background: -moz-linear-gradient(#20B148, #172A17);
background: -ms-linear-gradient(#20B148, #172A17);
background: -o-linear-gradient(#20B148, #172A17);
background: linear-gradient(#20B148, #172A17);
 border-top:1px solid #FFF;
}

.immagine
{
    width: 670px;
    height: 232px;
    margin-left: 5px;
}

#div_content
{
    color: #CCCCCC;
    font-family: "Verdana";
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 25px;
    text-align: justify;
    padding-left: 240px;
    width: 700px;
    background-color: #2a251f;
    border: solid 0px #312c26;
    padding-bottom: 10px;
}


#div_bordino
{
    width: 1002px;
    background-color: #2a251f;
    border: double 1px #3c3934;
    border-bottom: 0;
    margin: 26px 0 0 0;
}

#titoletto
{
    color: #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0px;
}

.div_titolo_menu
{
    padding: 0;
    margin-top: 20px;
    padding: 3px 0 3px 20px;
    background-color: #20201E;
}

h1
{
    font-size: 17px;
    display: inline;
    font-family: Georgia;
}

.verde
{
    color: #20B148;
}

.bianco
{
    color: #f0f0f0;
}

.advance-link img
{
    width: 400px;
    height: 400px;
}


#div_titolo
{
    position: relative;
    width: 1000px;
    height: 50px;
    background-image: url(../../img/header.jpg);
}

