* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 0;
    font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #C7D8E8;
    background: #000604;
}

h1 {
    padding: 130px 0 0 30px;
    font-weight: normal;
    font-size: 42px;
    color: #9BCFDA;
}

h1 a:hover {
    text-decoration: none;
    color: White;
}

h2 {
    padding: 0 0 8px;
    font-weight: normal;
    font-size: 24px;
    color: #9BCFDA;
}

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 #105034;
    width: 941px;
    text-align: left;
}

#header {
    height: 270px;
    width: 941px;
    background: Black url(images/header_statements.jpg) no-repeat;
}

#menu {
    height: 56px;
    background: Black url(images/menu_statements.jpg) no-repeat;
}

#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: #D0F0E0;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #C7D8E8;
}
#translation
{
    height: 56px;
	position: absolute;
    color: #C7D8E8;
	
}

#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: #C7D8E8;
}

#translation ul li a:hover {
    text-decoration: none;
    color: #E9FAFF;
}
 

#body_testimonials {
    float: right;
    padding: 0;
    width: 941px;
    background: url(images/body_statements.jpg) no-repeat;
}

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;
}

