﻿body
{
    background-color: #ffffff;
}

#wrapper
{
    width: 800px;
    margin: 0 auto;
}

#hdr
{
    height: 100px;
    width: auto;
}

#nav
{
    height: 25px;
    width: auto;
    background: url(./design/gradient17584164.png) repeat-y;
    border-top: solid 1px black;
}

.nav_item
{
    float: right;
    width: 100px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    color: White;
    line-height: 24px;
    background-color: #660000;
    font-family: Verdana;
    font-size: 10pt;
}

.nav_item a:hover
{
    background-color: Gray;
    font-weight: bolder;
    color: #660000;
}

#mnu
{
    height: auto;
    width: 150px;
    float: left;
}

.mnu_hdr
{
    font-family: Verdana;
    color: Gray;
    border-left: solid 1px #660000;
    border-bottom: solid 1px #660000;
    text-indent: 5px;
    margin: 0px 0px 5px 0px;
}

.mnu_item
{
    height: 25px;
    width: 140px;
    text-align: right;
    text-decoration: none;
    color: #660000;
    font-family: Verdana;
    font-size: 10pt;
}

.mnu_item a:hover
{
    font-weight: bolder;
}

#con
{
    border-left: solid 1px #660000;
    height: auto 600px;
    width: 645px;
    float: left;
    padding: 4px 0px 0px 4px;
}

.news_title
{
    font-family: Verdana;
    font-weight: 900;
    font-size: 16pt;
    color: Gray;
}

.news_hdr
{
    width: 645px;
    height: 15px;
    background-color: #660000;
    color: White;
    font-family: Verdana;
    font-size: 7pt;
    text-align: right;
}

.news
{
    font-family: Verdana;
    font-size: 10pt;
    height: auto;
}

.news_wrapper
{
    clear: both;
}

div.feedburnerFeedBlock
{
    font-family: Verdana;
}

div.feedburnerFeedBlock div
{
    font-size: 10pt;
    margin: 0px 0px 10px 0px;
}

div.feedburnerFeedBlock p.date
{
    background-color: #660000;
    color: White;
    text-align: right;
    margin: 0px 0px 0px 0px;
    font-size: 8pt;
}

p.feedTitle a
{
    text-decoration: none;
    font-weight: 800;
    color: #660000;
    font-size: 15pt;
}

span.headline a
{
    text-decoration: none;
    color: #660000;
    font-weight: bolder;
    width: 100%;
}

h1
{
    color: Gray;
    font-family: Verdana;
}

h2
{
    color: Black;
    font-family: Verdana;
}

h3
{
    color: #660000;
    font-family: Verdana;
}

p
{
    font-family: Verdana;
}

.gallery
{
    padding: 0px 0px 0px 20px;
    width: 100px;
    -webkit-transition: 2s ease-in-out;
}

.gallery:hover
{
    width: 200px;
    -webkit-transform: scale(2);
}

