html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: normal 16px Tahoma, Helvetica, Arial, sans-serif;
    color: #444142;
    background-color: #fff;
}

#wrapper {
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
    width: 950px;    
    height: 600px;
    overflow: visible;
    position: relative;
}

html>body #wapper {
    height: auto;
    min-height: 600px;
    overflow: hidden;
}

#nav {
    width: 472px;
    float: left;
    height: 273px;
    background: url(bg/nav.jpg) no-repeat;
    position: relative;
}

#nav a#etusivulle {
    display: block;
    width: 472px;
    height: 190px;
}

#navLinks {
    width: 450px;
    height: 50px;
    position: absolute;
    bottom: 17px;
    left: 10px;
    text-align: center;
}

#navLinks a {
    color: #f6f6f6;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

#navLinks a:hover {
    color: #f79b6c;
}

#navLinks a.open {
    color: #f79b6c;
}

#left {
    width: 420px;
    clear: left;
    float: left;
    padding: 20px 0px 0px 50px;
}

#left .slogan {
    font-style: italic;
    width: 400px;
    padding: 20px 0px 0px 0px;
    color: #221e1f;
    font-size: 22px;
    font-weight: normal;
}

#right {
    width: 465px;
    float: right;
    position: relative;
    overflow: visible;
}

#info_thumbs {
    width: 427px;
    height: 122px;
    background: url(pics/info_thumbs.jpg) no-repeat;
    position: relative;
}

#taikurikoulu_thumbs {
    width: 427px;
    height: 122px;
    background: url(pics/taikurikoulu_thumbs.jpg) no-repeat;
    position: relative;
}

#info_thumbs .link1, #taikurikoulu_thumbs .link1 {
    display: block;
    width: 90px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#info_thumbs .link2, #taikurikoulu_thumbs .link2 {
    display: block;
    width: 90px;
    height: 70px;
    position: absolute;
    top: 15px;
    left: 105px;
}

#info_thumbs .link3, #taikurikoulu_thumbs .link3 {
    display: block;
    width: 90px;
    height: 70px;
    position: absolute;
    top: 25px;
    left: 210px;
}

#info_thumbs .link4, #taikurikoulu_thumbs .link4 {
    display: block;
    width: 90px;
    height: 70px;
    position: absolute;
    top: 30px;
    left: 310px;
}

/* perus */
h1 {
    font-size: 17px;
    color: #221e1f;
}

a {
    outline: none;    
}


