body {
    background: #dbe8df url(images/green_background.png) repeat-x;
    font-family: "Trebuchet MS", Verdana, serif;
    font-size: 14px;

}
#container {
    margin: 0 auto;
    width: 750px
}

#head {
    background: #FFFFFF url('images/HeadSeS.png');
}
#header {
    width: 100%;
}
#sub_header {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #3a6848;
    padding-right: 20px;
    padding-bottom: 20px;
}
#main_content {
    margin: 0 auto;
    width: 100%;
    padding-top: 25px;
    background: #FFFFFF url('images/background_content.gif');
    background-repeat: repeat-y;
} 
#main_content_top {
    height: 30px;
    background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
    height: 30px;
    background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
    
    font-family: "Trebuchet MS", Verdana, serif;
    font-size: 14px;
    text-align: center;
    margin: 10px auto
}
.content {
    float: left;
    width: 510px;
    text-align: justify;
    padding: 0 30px 0 30px;
}
.menu {
    width: 139px;
    float: right;
    padding: 0 20px 0 20px;
    border-left: #8C8484 1px solid;
}
.menu ul {
    margin: 0;
    padding: 10px 0 10px 15px
}
.menu il {
    list-style-type: disc
}
#header h1 {
    margin-bottom: 0px;
    margin-left: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #3a6848
}
.content h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #3a6848
}
#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
    padding: 0;
    margin: 0;
}
.menu_title {
    font-size: 18px;
    font-weight: bold;
    color: #3a6848
}
.menu ul {
    margin: 0;
    padding: 10px 0 20px 15px
}
.menu li {
    padding-top: 2px;
    list-style-type: circle
}
a {
    color: #3a6848;
    font-weight: bold;
    text-decoration: none
}
a:hover {
    color: #A40008;
    font-weight: bold;
    text-decoration: none
}
a.menu_link {
    color: #000000;
    font-weight: bold;
    text-decoration: none
}
a.menu_link:hover {
    color: #3a6848;
    font-weight: bold;
    text-decoration: none
}
.quote {
    margin: 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic
}

/*
 *##############################################################################
 *                              PERSONALIZZAZIONI
 *##############################################################################
*/
.box {
    margin: 5px;
    border: 1px solid black;
    padding: 5px;
    width: 480px;
    max-height: 200px;
    min-height: 1px;
    overflow:auto;
    background-color: white;
    text-align: left;

    color: black;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.stileCampiInput {
    max-width: 300px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
}
.stileCampiInputNumerici {
    max-width: 30px;
    text-align: right;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
}
select {
    width: 300px;
    text-align: center;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
}
.stileContattiButton {
    text-align: center;
}
form ul {
    padding: 0;
    margin: 0;
}
form li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.stileContattiButton {
}
.content2 {
    float: left;
    text-align: justify;
    padding: 0 100px 0 80px;
}
.content2 h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #3a6848
}

#sponsor {
    width: 100%
}

#sponsor_content {
    margin: 0 auto;
    width: 100%;
    background: #FFFFFF url('images/background_content.gif');
    background-repeat: repeat-y;
    text-align: center;
} 
#sponsor_content_top {
    height: 30px;
    background: #FFFFFF url('images/background_top.gif');
} 
#sponsor_content_bottom {
    height: 30px;
    background: #FFFFFF url('images/background_bottom.gif');
}

#header_menu {
    padding-top: 0px;
}

#header_menu ul {
    margin: 0;
    padding: 10px;
}
#header_menu li {
    list-style-type: none;
    float: left;
    padding: 10px;
}