/**********GENERAL*/

* {
    margin: 0;
    padding: 0;
}
html {
    background: #fff;
}
body {
    font-family: Verdana, Lucida, Helvetica, sans-serif;
    font-size: 70%;
    color: #999;
    padding-bottom: 20px;
}
a {
    text-decoration: none;
}
a:hover, div#head a:hover, div#section a:hover, div#foot a:hover {
    color: #ccc;
    text-decoration: none;
}
div#main {
    width: 593px;
    margin: 80px auto 0 auto;
}


/**********HEAD*/

div#head {
    background: url(../graphics/header.gif) no-repeat;
    height: 50px;
    cursor: default;
}
div#head img {
    border: 1px solid #000;
}
div#head a:hover img {
    border-color: #ccc;
}
div#head ul {
    position: absolute;
    top: 107px;
    width: 422px;
    font-weight: bold;
}
div#head ul li {
    list-style-type: none;
    display: inline;
}
div#head a {
    display: block;
    float: left;
    color: #000;
    padding: 3px 2px 3px 0;
    margin-right: 4px;
}
div#head a.active {
    color: #00f;
}
div#head ul#flags {
    position: absolute;
    top: 80px;
    margin-left: 538px;   
    width: auto;
}


/**********CONTENT*/

div#content {
    background: url(../graphics/content.gif) no-repeat #fff;
    padding: 12px 10px 12px 10px;
    width: 348px;
    height: 414px;
    float: left;
}
iframe#content_frame {
    width: 100%;
    height: 100%;
    border: 0;
}


/**********IMAGES*/

div#images {
    width: 225px;
    float: left;
}
div#images img {
    display: block;
    width: 216px;
    height: 140px;
    margin: 0 0 9px 9px;
}


/**********FOOT*/

div#foot {
    clear: both;
    height: 40px;
    padding: 5px 55px 0 55px;
    color: #555;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}
div#foot ul {
    cursor: default;
}
div#foot ul li {
    list-style-type: none;
    display: inline;
}
div#foot a {
    color: #444;
}
div#foot ul li a {
    padding: 2px 4px 3px 4px;
}
