/*
 * Gestione della struttura delle pagine del sito.
 */

#menu {
    padding-top: 0.5em;
    background: #885010;
    float: right;
    width: 11em;
}

#title {
    background: #885010;
    width: 100%;
    text-align: center;
}

#footer {
    margin-top: 2em;
    clear: both;
}

#text {
    padding: 1em;
    padding-left: 0em;
    margin-right: 11em;
    text-align: justify;
}

#images_text {
    margin-bottom: 1em;
    margin-right: 1em;
    float: left;
    width: 22em;
    text-align: center;
    background: #BE7B14;
}

/*
 * Gestione dei colori
 */

body {
    background: #F7F7F7;
}
