body {
    background: #000000 url(/img/bg.jpg) no-repeat top center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, Tahoma;
    font-size: 13px;
    color: #000;
}

h2 {
    font-family: "Times New Roman", Times, Tahoma;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
}

h3 {
    font-family: "Times New Roman", Times, Tahoma;
    font-size: 17px;
    color: #000;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:active, a:hover {
    color: #000;
    text-decoration: none;
}

#wrapper {
    margin: 0 auto;
    width: 846px;
}

div, img {
    padding: 0;
    margin: 0;
    border: 0;
}

.kentta {
    font-family: "Times New Roman", Times, Tahoma;
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
}

/* Header */

.top-header {
    margin-top: 30px;
    width: 846px;
    text-align: center;
}

/* Menu */

.navigation ul {
    padding: 0;
    margin: 0;
    width: 134px;
}

.navigation li{
    background: transparent url(/img/nav_line.png) no-repeat bottom center;
    color: #E1A501;
    font-size: 12px;
    list-style-type: none;
    text-align: center;
    width: 134px;
    padding: 0 0 10px 0;
    margin: 0 0 4px 0;
}

.navigation li a:link, .navigation li a:visited {
    color: #E1A501;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation li a:active, .navigation li a:hover {
    color: #E7CC82;
    text-decoration: underline;
}

.navigation li ul li{
    background-image: none;
    color: #E1A501;
    font-size: 11px;
    list-style-type: none;
    text-align: center;
    padding: 4px 0 4px 0;
    margin: 0 0 4px 0;
}


.navigation-top {

}

.navigation-bottom {

}

/* Content */

.content {
    background: transparent url(/img/content_bg.png) repeat-y top center;
}

.content-top {
    background: transparent url(/img/content_top.png) no-repeat top center;
    margin-top: 5px;
    width: 846px;
    height: 24px;
}

#page-henkilokunta .content-top {
    height: 24px;
}

.content-left {
    width: 140px;
    padding-left: 10px;
    min-height: 491px;
    text-align: center;
    float: left;
}

.content-inner {
    width: 480px;
    padding: 0 32px;
    min-height: 491px;    
    float: left;
}

#page-galleria .content-inner {
    width: 620px;
}

#page-henkilokunta .content-inner {
    width: 271px;
}

.content-right {
    width: 141px;
    padding-left: 10px;
    min-height: 491px;
    float: left;
    color: #FFF;
}

#page-galleria .content-right {
    display: none;
}

#page-henkilokunta .content-right {
    width: 350px;
    padding: 0;
}

.content-bottom {
    background: transparent url(/img/content_bottom.png) no-repeat top center;
    width: 846px;
    height: 30px;
    margin-bottom: 5px;
    clear: both;
}

/* Footer */

.footer {
    position: relative;
    clear: both;
    color: #E1A501;
    margin-bottom: 70px;
}

.london-links {
    width: 846px;
    text-align: center;
    color: #E1A501;
}

.ravintola-fi-link {
    position: absolute;
    top: 33px;
    left: 726px;
}

.kanta-asiakas-link {
    position: absolute;
    top: 35px;
    left: 85px;
}

.facebook-link {
    position: absolute;
    top: 40px;
    left: 10px;
}

.footer a:link, .footer a:visited {
    color: #E1A501;
    text-decoration: none;
}
.footer a:active, .footer a:hover {
    color: #E7CC82;
    text-decoration: none;
}

