html, body, div, ul, li, a, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}
html {
    background: #222222 url('../img/html_bk.jpg') repeat-x fixed;
    font-family: Verdana;
    color: #fff;
    font-size: 12px;
}
div#wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background: url('../img/wrapper_bk.png') repeat-y;
}
div#title {
    width: 1000px;
    height: 50px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url('../img/title_bk.png') no-repeat top center;
    font-size: 12px;
    letter-spacing: 10px;
    text-align: right;
    line-height: 70px;
    color: #000;
}
img#firma {
    display: block;
    float: left;
    margin-top: -40px;
    width: 466px;
    height: 148px;
    border: 0px;
}
div#foot {
    clear:right;
    height: 30px;
    width: 900px;
    margin: auto;
    padding: 10px;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 5px;
    color: #aaaaaa;
    text-align:center;
    border-top: 1px solid #3b3b3b;
}
div#foot a {
    color: #dddddd;
    font-weight: bold;
}
/* ============================================ SEZIONE MENU == */
div#menu {
    float: right;
}
div#menu a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
}
div#menu a.gallerie {
    margin-right: 35px;
    margin-left: 40px;
}
div#menu a:hover {
    border-bottom: 1px dotted #dea039;
}
/* ============================================================ */
/* ======================================== SEZIONE CONTENTS == */
div#page {
    float: left;
    width: 830px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 450px;
    height: auto!important;
    height: 450px;
}
div#page h2 {
    letter-spacing: 20px;
    font-style: italic;
    font-family: Serif;
    padding-left: 20px;
    margin-bottom: 30px;
}
div#page p {
    text-align: justify;
    width: 800px;
    margin-left: 15px;
    font-size: 11px;
}
div#side {
    float: right;
    width: 140px;
    margin-right: 5px;
    margin-top: -70px;
    text-align: left;
    font-size: 12px;
}
div#side ul {
    list-style-type: none;
}
div#side ul a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    height: 0px;
}
div#side ul a:hover {
    color: #dea039;
    text-decoration:underline;
}
div#side ul.lista_subgallerie {
    margin-left: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
}
div.path {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    clear: left;
    margin-bottom: 30px;
    margin-top: -20px;
    text-indent: 30px;
}
div.path a {
    text-decoration:none;
    color: #bbbbbb;
}
div.path a:hover {
    color: #dea039;
}
/* ============================================================ */

ul#gallery_item {
    list-style-type: none;
}
ul#gallery_item a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
ul#gallery_item img{
    border: 1px solid #ffffff;
    margin-bottom:5px;
    vertical-align:middle;
}
li.gal {
    float: left;
    text-align: center;
    width: 163px;
    margin-bottom: 10px;
}
li.anteprime {
    text-align: center;
    float: left;
    width: 150px;
    height: 150px;
    margin: 7px;
}
li.anteprime a {
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle;
}
div#slide {
position: relative;
width: 720px;
height: 480px;
margin: 30px 70px;
}
