#wraper {
    width: 900px;
    margin: 30px auto 0px auto;
    font-size: 1.4em;
    position: relative;
}

#banner {
    width: 900px;
    height: 155px;
    float: left;
    clear: both;
}

#logo {
    position: absolute;
    top: 15px;
    left: 15px;
}

#flag-sv {
    width: 48px;
    height: 48px;
    background-image: url(../images/flag-sv.png);
    position: absolute;
    top: 110px;
    right: 75px;
}

#flag-en {
    width: 48px;
    height: 48px;
    background-image: url(../images/flag-en.png);
    position: absolute;
    top: 110px;
    right: 15px;
}

#menu {
    width: 900px;
    height: 34px;
    float: left;
    clear: both;
    background-image: url(../images/menu-bg.png);
    margin: 10px 0px;
}

#menu a {
    float: left;
    margin-left: 15px;
    margin-top: 9px;
}

#col-left {
    float: left;
    width: 420px;
    margin-bottom: 10px;
}

#col-left-top {
    float: left;
    clear: both;
    width: 420px;
    height: 10px;
    background-image: url(../images/col-left-top.png);
}

#col-left-inner {
    float: left;
    clear: both;
    width: 400px;
    font-size: 0.9em;
    background-color: #3e3f43;
    padding: 0px 10px;
}

#col-left-bottom {
    float: left;
    clear: both;
    width: 420px;
    height: 10px;
    background-image: url(../images/col-left-bottom.png);
}

#col-right {
    float: right;
    width: 470px;
    margin-bottom: 10px;
}

#col-right-top {
    float: left;
    clear: both;
    width: 470px;
    height: 10px;
    background-image: url(../images/col-right-top.png);
}

#col-right-inner {
    float: left;
    clear: both;
    width: 450px;
    font-size: 0.9em;
    background-color: #3e3f43;
    padding: 0px 10px;
}

#col-right-bottom {
    float: left;
    clear: both;
    width: 470px;
    height: 10px;
    background-image: url(../images/col-right-bottom.png);
}

#col {
    float: left;
    width: 900px;
    margin-bottom: 10px;
}

#col-top {
    float: left;
    clear: both;
    width: 900px;
    height: 10px;
    background-image: url(../images/col-top.png);
}

#col-inner {
    float: left;
    clear: both;
    width: 880px;
    font-size: 0.9em;
    background-color: #3e3f43;
    padding: 0px 10px;
}

#col-bottom {
    float: left;
    clear: both;
    width: 900px;
    height: 10px;
    background-image: url(../images/col-bottom.png);
}

#footer {
    width: 900px;
    height: 34px;
    float: left;
    clear: both;
    background-image: url(../images/menu-bg.png);
}

#footer p {
    float: left;
    margin-left: 15px;
    margin-top: 6px;
}

#copyright {
    float: right;
    margin-right: 15px;
    margin-top: 11px;
    font-size: 0.8em;
    color: #CCC;
}

.galleryFolder {
    float: left;
    margin: 6px;
    text-align: center;
    width: 200px;
    cursor: pointer;
}

.galleryFolder img {
    width: 200px;
    margin-bottom: 4px;
    border: 1px solid #FFF;
}

.thumbnail {
    float: left;
    margin: 6px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    border: 1px solid #FFF;
}