﻿body
{
    font-family: calibri;
    background-color: black;
    color: linen;
}
div#wrapper
{
    position: relative;
    width: 1000px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}
div#header
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 105px;
    background-color: Black;
    color: White;
    z-index: 998;
}
.bread_crumb
{
    position: absolute;
    top: 135px;
    left: 5px;
}
.tagline
{
    position: absolute;
    top: 20px;
    left: 199px;
    color: red;
    font-family: "Lucida Handwriting";
    font-size: x-large;
}
address
{
    position: absolute;
    top: 8px;
    right: 7px;
    margin-top: 5px;
    margin-right: 50px;
    font-family: Calibri;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
}
.menubar
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 1000px;
    height: 20px;
    z-index: 997;
    background-color: Black;
    margin: 5px 0px 0px 0px;
    padding: 7px 7px 7px 45px;
    border-top: solid 2px white;
    font-size: medium;
    font-family: calibri;
    font-weight: bold;
}
div#maincontent
{
    position: absolute;
    top: 160px;
    width: 1000px;
    font-family: verdana;
    font-size: small;
    z-index: 1;
}
div#maincontent p
{
    padding: 3px 15px 3px 15px;
    line-height: 125%;
}
blockquote
{
    margin-bottom: 0px;
    line-height: 125%;
}
p.author
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    margin-top: 2px; /*text-align:right;*/
}
div#maincontent a:link
{
    color: red;
}
div#maincontent a:visited
{
    color: red;
}
div#maincontent a:hover
{
    color: red;
    font-weight: bold;
}
