@charset "utf-8";

body
{
    background-color: black;
    text-align: center;
    font-family: Arial, sans-serif;
}

#site
{
    width: 900px;
    background: white;
    border: none;
    text-align: left;
    margin: 20px auto;
    border: solid 1px #000000;
}

#heading
{
    width: 900px;
    height: 208px;
    background: url(logo.jpeg) no-repeat top;
    border: none;
    text-align: center;
}

#mainpart
{
    width: 900px;
    border: none;
}

#menu
{
    float: left;
    width: 300px;
    height: 600px;
    background: url(menu.jpeg) no-repeat top;
    border: none;
}

#menu .point
{
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #8F8F8F;
    padding: 0px 5px 0px 5px;
}

#menu .point a
{
    font-size: 16px;
    color: black;
    text-decoration: none;
}

#menu .point a:active
{
    color: #808080;
}

#content
{
    width: 580px;
    margin: 2px;
    margin-left: 301px;
    border: none;
    border: solid 4px #F0F0F0;
    padding: 4px;
}

#content p, #content a
{
    color: #202020;
    text-align: justify;
    font-size: 16px;
}

#content a:link
{
    color: #606060;
    text-decoration: none;
}

#content a:hover, #content a:focus
{
    color: #606060;
    text-decoration: underline;
}

#content a:visited
{
    color: #606060;
    text-decoration: none;
}

#content a:active
{
    color: #888888;
    text-decoration: underline;
}

#content h2
{
    color: #606060;
    font-size: 20px;
    border-top: solid 1pt #F0F0F0;
}

#content .photos
{
    text-align: center;
}

#content .address
{
    margin-left: 50px;
}

#content .linklang
{
    font-size: 12px;
    color: #808080;
}

#footer
{
    width: 900px;
    border: none;
    clear: both;
}

#footer p
{
    color: #888888;
    text-align: center;
    font-size: 12px;
}

