* { margin: 0; padding: 0; }
html { width: 100%; }
body{
    background: #eeeded;
    font-family: Arial;
    font-size: 10px;
}
#body2{
    margin: 0 auto;
    width: 1024px;
    background: url('../img/logo.png') no-repeat;
    min-height: 126px;
}
#header{
    height: 126px;
}
#navi{
    background: #ffffff;
    height: 29px;
    width: 720px;
    margin: 0 auto;
    border-bottom: #f8f8f8 solid 1px;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-left: #e3e2e2 solid 1px;
    border-right: #e3e2e2 solid 1px;
}
#navi ul {
    list-style: none;
}
#navi li {
    display: inline-block;
    border-left: #f3f2ef solid 2px;
    padding: 0 30px 0 30px;
    text-align: center;
    margin-top: 5px;
}
#navi li:last-child {
    padding-right: 0;
}
#navi li:first-child {
    border-left: none;
}
#navi a {
    font-family: Tahoma, Arial;
    color: #ff9900;
    text-decoration: none;
    font-size: 14px;
}
#navi a.extra{
    color: #0066cc;
}


#contentborder{
    border-left: #e7e6e6 solid 1px;
    border-right: #e7e6e6 solid 1px;
    border-bottom: #eae9e9 solid 1px;
    width: 722px;
    margin: 0 auto;
}
#content{
    background: #ffffff;
    border-top: #f3f3f3 solid 1px;
    border-left: #e3e2e2 solid 1px;
    border-right: #e3e2e2 solid 1px;
    border-bottom: #e8e7e7 solid 1px;
    width: 720px;
    margin: 0 auto;
    min-height: 360px;
}
#footer{
    margin: 0 auto;
    width: 672px;
    height: 60px;
    background: url('../img/footer.png') no-repeat 0px -30px;
}
#footer p{
    text-align: center;
    padding-top: 10px;
}

#content {
    color: #9f9f9f;
    font-size: 14px;
}
#content img.kuvitus {
    width: 220px;
    height: 220px;
    float: right;
    margin: 20px 20px 20px 20px;
    border: solid 40px #333333;
}
#content h1 {
    color: #0066cc;
    font-size: 32px;
    margin: 10px 0 10px 30px;
}
#content h2 {
    color: #0066cc;
    font-size: 16px;
    margin: 10px 0 10px 30px;
}
#content a {
    color: #9f9f9f;
    text-decoration: none;
}
#content p {
    margin: 10px 0 10px 30px;
    width: 90%;
}
#content ul {
    margin: 10px 0 10px 50px;
}
#content b, #content strong {
    color: #000000;
}
#content hr {
    margin: 20px;
    border: solid 1px #e7e7e7;
}
#content table {
    margin: 30px;
}
#bottomtable{
    width: 680px;
    margin: 0 auto 20px auto;
}
#bottomtable td{
    height: 50px;
}
#bottomtable p{
    margin: 5px 5px 5px 105px;
}
#bottomtable img{
    height: 100px;
    width: 100px;
    float: left;
    border: solid 1px grey;
}

