* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 0;
    font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #55150F;
    background: #FBE8AE url(images/rosa_perg.jpg);
}

h1 {
    padding: 32px 0 0 30px;
    font-weight: normal;
    font-size: 42px;
    color: #55150F;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #55150F;
}

h1 a:hover {
    text-decoration: none;
    color: #AD4041;
}

h2 {
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
    color: #AD4041;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #A9B59F;
}

a:hover {
    text-decoration: underline;
    color: #C9D5BF;
}

#main {
    margin: 0 auto;
    border: 4px solid #AD4041;
    width: 942px;
    text-align: left;
    background: url(images/perg.jpg);
}

#header {
    height: 270px;
    width: 942px;
    background: #FBE8AE url(images/giovinazzo_head.jpg) no-repeat;
}

#menu {
    height: 56px;
    background: #AD4041;
}

#menu ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#menu ul li {
    padding: 0 28px;
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    text-decoration: none;
    color: #EEE2CB;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #DDD2BB;
}

#translation
{
	    height: 56px;
    color: #55150F;
}

#translation ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#translation ul li {
    padding: 0 34px;
    display: block;
    float: left;
}

#translation ul li a {
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    text-decoration: none;
    color: #55150F;
}

#translation ul li a:hover {
    text-decoration: none;
    color: #E9FAFF;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 40px;
}
img.fr {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.fl {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

