﻿body {
    background-image: url('images/bgr_body.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 100%;
    font-family: arial, Helvetica, sans-serif;
    line-height: 100%;
    color: #422100;
    background-color: #9b835d;
}
#container
{
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 260px;
}
#menu {
    border: 1px solid #DEDCD8;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
    width: 850px;
    height: 17px;
    background-color: #2D2D2D;
    clear: both;
}
#menu ul {
    padding: 0px;
    margin: 0px;
}
#menu li {
    list-style-type: none;
    float: left;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #989283;
}
#menu li a {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: #B4AFA6;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
#menu li a:hover {
    color: #FFFFFF;
}
#page
{
    border: 1px solid #DEDCD8;
    padding: 9px 15px 9px 15px;
    width: 405px;
    float: left;
    font-size: .9em;
    line-height: 1.4em;
    text-align: justify;
    background-image: url('images/bgr_content.png');
}
#page a {
    text-decoration: underline;
    color: #C42700;
}
#page a:hover {
    text-decoration: underline;
}
#page p
{
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#page h1
{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#page h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #53504E;
}
#content
{
}
#art
{
    width: 400px;
    float: right;
    text-align: right;
}
#footer {
    border: 1px solid #DEDCD8;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
    width: 850px;
    height: 17px;
    background-color: #2D2D2D;
    margin-top: 10px;
    clear: both;
    color: #B4AFA6;
    font-size: 12px;
}
#webxel {
    font-size: 11px;
    color: #80786A;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#webxel a {
    color: #80786A;
    text-decoration: none;
}
#webxel a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
}
.imgborder
{
    border: 1px solid #DEDCD8;
}
.imgborderwhite
{
    border: 1px solid #FFFFFF;
}
#menu li.menufirst
{
    border-left-style: none;
    padding-left: 85px;
}
#imageFade {
    position: relative;
    width: 400px;
    height: 400px;
    float: right;
    clear: both;
}
#imageFade img {
    position: absolute;
    margin: auto;
    width: 400px;
    height: 400px;
    display: none;
}
.pageheight{
    height: 383px;
}
#page p.center {
    text-align: center;
}
