﻿body {
    margin: 0px;
    background-color: #d5d5d5;
    font-family: Calibri,Arial;
    font-size: 14px;
    background-image: url('design/bg.png');
    background-repeat: repeat-x;
}

#shad-top {
    margin: 0px auto;
    width: 930px;
    height: 15px;
    background-image: url('design/shad-top.png');
    background-repeat: repeat-y;
    margin-top: 30px;
}

#shad {
    margin: 0px auto;
    width: 930px;
    background-image: url('design/shad.png');
    background-repeat: repeat-y;
    position: relative;
    z-index: 2;
}

#shad-bottom {
    margin: 0px auto;
    width: 930px;
    height: 15px;
    background-image: url('design/shad-bottom.png');
    background-repeat: repeat-y;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

#page {
    margin-left: 15px;
    width: 900px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

#logo {   
    height: 165px;
    width: 880px;
    margin: 0px auto;
    background-image: url('design/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    font-size: 18px;
    font-style: italic;
    color: #b0b0b0;
    line-height: 60px;
}

#footer {
    margin-top: 7px;
    padding: 5px 5px 0px 5px;
    font-size: 13px;
    position: relative;
    z-index: 2;
    border-top: solid 1px #000000;
}

#bg {
    background-image: url('design/bg-2.png');
    background-repeat: repeat-x;
    height: 400px;
    margin-top: -400px;
    position: relative;
    z-index: 1;
}

.in {
    padding: 0px 8px 0px 8px;
}

.hr {
    height: 1px;
    background-color: #b0b0b0;
    margin: 7px 0px 7px 0px;
}

h1 {
    margin: 0px;
    font-size: 25px;    
    font-weight: normal;
}

a img {
    border: solid 1px #000000;
}

.article {
    margin: 10px 0px 20px 0px;
}

span.date {
    color: #303030;
    font-size: 13px;
}

.center {
    margin: 0px auto;
    text-align: center;
    padding-top: 5px;
}

.center img {
    margin-bottom: 5px;
}
