body {
    padding: 0px;
    margin: 0px;
    background-image: url(immagini/bg_gradient2.png);
    background-repeat: repeat-x;
    background-color: #eae8d1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#overall {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(immagini/background_left11.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

h3 {
    color:#753;
    font-size: 14px;
    margin-left: 12px;
}
p {
    color:#753;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7em;
    padding: 10px;
    margin: 0px;
    text-align: justify;
}
a {
    color:#9A1111;
}
h5 {
    color:blue;
}

#menu .rounded {
    width: 130px;
    margin: 6px 0px;
    padding: 8px;
    height: 16px;
    background-color: #944806;
    background-image: url("immagini/menu_bg_button.jpg");
    background-repeat: repeat-x;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
}
#menu .rounded a {
    color: #fff;
    text-decoration: none;
}
#menu .rounded a:hover {
    color: #fa6;
}


#header_left {
    float: left;
    display: block;
    margin: 5px;
}
#header_right {
    float: left;
    display: block;
}
#footer {
    width: 400px;
    color:#753;
    font-size: 10px;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #753;
    padding-top: 5px;
}
td.pricelight {
    font-size: 11px;
    font-weight: normal;
    color: #444;
    padding: 3px 2px;
    margin: 0px;
    text-align: center;
    border-bottom: #753 1px solid;
}
td.pricedark {
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    margin: 0px;
    text-align: center;
    color: #444;
    border-bottom: #753 1px solid;
}
#price_comments {
    list-style-type: none;
    margin: 30px;
    padding: 0px;
    color: #444;
}
#price_comments li {
    padding: 4px;
}


