html{
    height: 100.2%;
}
#wrapper {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
/** IE6 Hack **/
* html #wrapper {
    width: 800px;
}
#jump-to-content {
    display: none;
}
#header {
    margin-top: 20px;
    padding-top: 3px;
    height: 192px;
}
#header h1 {
    width: 800px;
    height: 167px;
}
#header h1 a {
    float:left;
    width: 255px;
    height: 77px;
    margin-top: 45px;
    text-indent: -9999px;
}
#header h1 a img {
    display: none;
}

#top-menu {
    width: 100%;
}
#top-menu ul#topnav,
#top-menu ul#language{
    position: absolute;
    top: -20px;
    padding: 0;
}
/** IE6 Hack **/
* html #top-menu ul#topnav,
* html #top-menu ul#language {
    top: 0;
}
#top-menu ul#topnav {
    left: 0;
}
#top-menu #language {
    right: 0;
}
#language li {
    float: left;
}

#content {
    float: right;
    width: 630px;
    position: relative;
    padding: 20px 0 0 0;
    overflow: hidden;
}
.singlecol #content {
    width: 100%;
}
#left-menu {
    float: left;
    width: 166px;
    padding: 20px 0px;
}
#footer {
    clear: both;
    height: 24px;
    width: 100%;
}

/*** NEWS ***/
#news-section {
    margin-top: -10px;
    height: 376px;
    overflow: auto;
    width: 100%;
}
.news-item {
    padding: 10px 10px 10px 0;
    min-height: 130px;
    clear: both;
}
.news-image {
    float:left;
    width: 150px;
}
.news-image img {
    max-width: 140px;
}
