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{
    margin:0 auto;
    width:600px;
    border-left:3px double #ccc;
    border-right:3px double #ccc;
    border-bottom:3px double #ccc;
}

div#sisalto {
    position:relative;
    bottom:.75em;
}
h2 {
    margin:0;
    padding:.8em 10px 0;
}

div#paatos {
    text-align:center;
    font-variant:small-caps;
    position:relative;
    bottom:.5em;
}

div#menu {
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    width:100%;
}

ul.menu {
    list-style:none;
    width:120px;
    margin:0 auto;
    position:relative;
    left:210px;
}

ul.menu li {
    background:#fff;
    border:1px solid #ccc;
    margin:10px 0;
}

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

p:first-letter {
    font-size:1.5em;
    float:left;
    font-family:Serif;
    padding-right:2px;
}
