* {
    font-family: garamond, serif;
}

BODY {
    margin: 10px;
    padding: 0;
}

#logo * {
    margin: 0;
}

#logo {
    margin: 0 0 10px 0;
    /*background: yellow;*/
    max-width: 901px;
    /*width: expression((document.body.clientWidth > 892 ? 901 : document.body.clientWidth - 20) + 'px');*/
}
* HTML #logo {
    width: 901px;
}
#logo A {
    display: block;
    height: 75px;
    padding: 25px 0 0 202px;
    background: url(images/logo_2.gif) no-repeat left top;    

    text-align: right;

    color: gray;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 0.6em;
    /* line-height: 95%; */
}

#languages, #navigation, #sponsors {
    margin: 20px 0 0 4px;
    width: 163px;
    padding: 10px;
    background: #f7f5f5;
    border: 1px #a2a2a2;
    border-style: solid none;
    list-style: none;
}
#languages {
    display: block;
    margin-top: 0;
    text-align: center;
}
#languages LI {
    display: inline;
    margin: 0 0.2em;
}

#sponsors H2 {
    text-align: center;
    font-size: large;
    line-height: 85%;
}
#sponsors A {
    display: block;
    text-align: center;
    margin: 10px 0;
}
#sponsors IMG {
    border: none;
}

#body {
    position: absolute;
    left: 212px;
    top: 89px;

    /*background: yellow;*/
    max-width: 700px;
    /*width: expression(window.status = document.body.clientWidth > 892 ? '700px' : 'auto');*/
}
* HTML #body {
    width: 700px;
}
#body H2 {
    /*background: yellow;*/
    margin: 1em 0 0 0;
}
