﻿body
{
    margin: 0px;
    background-color: #000000;
}
.HeadBg
{
    background-image: url(images/header.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
    height: 191px;
    left: 0px;
    top: 0px;    
}
.HeadTitle
{
    background-image: url(images/title.jpg);
    background-attachment: fixed;
    background-position: left top;
    width: 380px;
    height: 90px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
}
.SubTitle
{
    font-weight: bold;
    font-size: 25px;
    color: #a9a9a9;
    font-style: italic;
    font-family: Arial;
    line-height: 10pt;
}
.Ad1
{
    position: absolute;
    top: 85px;
    left: 150px;
}
.Ad2
{
    position: relative;
    left: 150px;
}

.Ad3
{

}

#Nav
{
    float: left;
    width: 150px;
    padding-top: 2px;
}

.Content
{
    float: left;
    color: #a9a9a9;
    font-family: Arial;
    font-size: 10pt;
    padding-top: 15px;
    width: 80%;
}
.Content A
{
    color: #a9a9a9;
    font-family: Arial;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    font-size: 10pt;
}

.Content A:hover
{
    color: #a9a9a9;
    font-family: Arial;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    font-size: 10pt;
    background-color: #555555;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.Main
{

}

#Footer
{
    clear: both;
    padding-top: 10px;    
}


