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:#9c6c38;
    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#alapalkki {
    text-align:center;
    font-variant:small-caps;
    position:relative;
    bottom:.5em;
}

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


#menu a:link {color: white; text-decoration: none;}
#menu a:visited {color: white; text-decoration: none;} 
#menu a:hover {color: black; text-decoration: none}
#menu a:active {color: white; text-decoration: none; background-color: #9C6C38;}
	



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

ul.menu li {
    background:#C18D54;
    border:1px solid #9C6C38;
    margin:10px 0;
}

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