body {
    background:rgb(248,248,248);
    margin:0;
    padding:0;
    font-family:Arial, 'Arial Narrow', Sans-Serif;
}

div#otsikko {
    width:100%;
    border-bottom:1px solid #ccc;
    background:#ddd;
    height:180px;
}

div#otsikko h1 {
    margin:0;
    padding:0;
    height:180px;
    background:#eee;
    width:600px;
    margin:0 auto;
    border-left:3px double #ccc;
    border-right:3px double #ccc;
    text-align:center;
}

div#sisalto, div#menu {
    margin:0 auto;
    width:600px;
    border-left:3px double #ccc;
    border-right:3px double #ccc;
}

div#sisalto {
    position:relative;
    bottom:.75em;
    padding-bottom:.5em;
}

.menu {
    position:relative;
    bottom:.7em;
}

p {
    margin:0;
    padding:.5em 7px;
    text-align:justify;
    font-size:.9em;
}

ul.menu, ul.menu li {
    display:inline;
}

ul.menu {
    margin:0; padding:0;
}

ul.menu li {
    padding:1px 3px;
    background:rgb(253,253,253);
    margin:0 4px;
    border:1px solid #ccc;
    font-variant:small-caps;
}

h2 {
    margin:0;
    padding:.5em 10px 0;
}

div#paatos {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#eee;
    position:relative;
    bottom:1em;
    text-align:center;
    font-variant:small-caps;
}

