* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 0;
    font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #E49A41;
    background: #FEF6CD url(images/come_aiutarlo_background.jpg);

}

h1 {
    padding: 100px 0 0 30px;
    font-weight: normal;
    font-size: 42px;
    color: White;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 a:hover {
    text-decoration: none;
    color: White;
}

h2 {
    padding: 3px 0 0 30px;
    font-weight: normal;
    font-size: 24px;
    color: White;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #D48A31;
}

a:hover {
    text-decoration: underline;
    color: #D48A31;
}

#main {
    margin: 0 auto;
    border: 4px solid #D48A31;
    width: 941px;
    text-align: left;
}

#header {
    height: 270px;
    width: 941px;
    background: #FEF6CD url(images/come_aiutarlo_head.jpg) no-repeat;
}

#menu {
    height: 56px;
    background: #D48A31;
}

#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: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #F4F2C4;
}

#translation
{
	height: 56px;
    background: #FFF06F;
    color: #E49A41;
}



#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: #E49A41;
}

#translation ul li a:hover {
    text-decoration: none;
    color: #E9FAFF;
}

#body_web {
    float: right;
    padding: 0;
    width: 941px;
    background: #FFF06F;
}

img.fr {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
img.fl {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clearing {
    clear: both;
    height: 0px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 40px;
}

