html {
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 1004px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-image: url(background.gif)
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
}

h3 {
    font-
}
img {
    background: transparent;

}

li a {
    color: #545454;
    text-decoration: none;
}
@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

#contact  {
    width: 100%;
}


#contact td {
}

#language  {
    width: 100%;
    border: 0px;
    margin: 0px;

}

#language td {
    padding: 0px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 12px;
}

#language td a {
    color: #545454;   
    text-decoration: none;
}

#photo  {
    width: 100%;
}

#photo td {
    padding: 25px;
}



#map iframe {
    margin-top: 60px;
    margin-bottom: 40px;
}