﻿body
{
    background-color: #BAB8AB;
    border-top: solid 15px #442F1C;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: #393939;
}

a
{
    text-decoration: none;
    color: #bf310c;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    color: #bf310c;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}

#wrapper
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    display: block;
    height: 100px;
    position: relative;
}

#header .menu
{
    position: absolute;
    right: 25px;
    bottom: 0;
}

#header .menu a
{
    display: block;
    float: left;
    width: 114px;
    height: 25px;
    background-image: url(img/navi.gif);
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 1px;
    padding-top: 20px;
}

#header .menu a:hover
{
    background-image: url(img/navi-act.gif);
}

#top
{
}

#middle
{
    background-color: #fff;
    margin-top: 10px;
}

#middle .thumb
{
    width: 100px;
    height: 100px;
    border: 0;
}

#middle .link_thumb
{
    text-decoration: none;
}

#bottom
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
}

