/* CSS Document */

<!--

body {
    background:#fff;
    margin:0;
    padding:0;
    font-family:Arial, 'Arial Narrow', Sans-Serif;
}

a:link {color:#424B33; background-color:#E4E4E4;}      
a:visited {color:#9AA28E; background-color:#E4E4E4;} 
a:hover {color:#5F7142; background-color:#8DAD59;}
a:active {color:#5F7142; background-color:#E4E4E4;} 

div#otsikko {
    width:100%;
    border-bottom:1px solid #67815A;
    background:#fff;
    height:180px;
}

div#otsikko h1 {
    margin:0;
    padding:0;
    height:178px;
    background:#fff;
    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:1px double #8CA457;
    border-right:1px double #8CA457;
}

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:2px solid #67815A;
    font-variant:small-caps;
}

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

h3 {
    background:#E4E4E4;
    text-align:center;
    font-variant:small-caps;
    font-size:16px;
}

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

-->