body {
    color: black;
    background-color: #834a3c;
}

#main {
    color: inherit;
    background-color: #f5f5f5;
    margin: 0px auto 0px auto;
    width: 871px;
    border: solid 1px;
}

#header {
    height: 224px;
    background-image: url(images/kexxonen-banner2.png)
}

#header h1 {
    display: none;
}

#navi {
    background-color: black;
    color: white;
    padding-top: 2px;
    height: 26px;
    text-align: center;
}

#navi ul {
    margin: 0px 12px 0px -24px;
    list-style: none;
}

#navi li {
    display: inline;
    margin: 0px 12px 0px 12px;
}

#navi a {
    color: inherit;
    font-family: sans-serif;
    font-size: 18px;
    text-decoration: none;
}

#navi a:hover {
    text-decoration: underline;
}

#contents {
    background-color: white;
    color: inherit;
    border-left: dotted 1px silver;
    border-right: dotted 1px silver;
    margin: 0px 120px 0px 120px;
    padding: 15px 15px 15px 15px;
}

#contents h1 {
    font-family: sans-serif;
    font-weight: normal;
    color: #0a0313;
}

#contents h2 {
    font-weight: normal;
    color: #0a0313;
}

#contents h3 {
    font-size: 12px;
    font-weight: bold;
}

#contents .content {
    clear: both;
}

#contents .content .text {
    clear: left;
}

#contents .content img {
    margin: 10px -5px 10px 20px;
    float: right;
}

#sponsor {
    clear: both;
    border-top: dotted 1px silver;
    margin: 80px 0px 0px 0px;
}

#sponsor p {
    text-indent: 0px;
    margin: 0px;
}

#sponsor img {
    border: 0px;
    margin-right: 20px;
}

#contents p {
    margin: 0px;
    text-indent: 30px;
    text-align: justify;
    font-family: sans-serif;
    font-size: 14px;
}

#contents p.noindent {
    text-indent: 0px;
}

#contents p.date {
    text-align: right;
    margin: 5px 20px;
    font-size: 12px;
    font-style: italic;
}

#contents p.cite {
    margin: 5px;
    text-align: right;
}

#contents ul {
    margin-bottom: 3px;
    margin-top: 3px;
}

#contents li {
    font-family: sans-serif;
    font-size: 14px;    
}

#contents a {
    text-decoration: none;
    color: blue;
}

#contents a:hover {
    text-decoration: underline;
}

#contents table {
    margin: 15px;
}

#contents table.galleria {
    margin: 0px auto 0px auto;
}

#contents table.galleria img {
    margin: 0px 0px 0px 0px;
}

#contents table.hahmo {
    margin: 0px;
}

#contents table.hahmo td {
    padding: 0px;
    vertical-align: top;
}

#contents table.hahmo h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 10px 10px;
}

#contents table.hahmo p {
    margin: 0px 0px 10px 10px;
    text-indent: 0px;
}

#contents table.hahmo img {
    border: solid 1px;
    margin: 0px;
}

#footer {
    background-color: black;
    color: white;
    height: 16px;
    padding: 3px 30px 3px;
    text-align: right;
    font-size: 11px;
}

#footer a {
    color: silver;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
