﻿body 
{
    font-family:Arial;
    font-size:12px;
    background:url(Images/Layout/bg.jpg) repeat-x;
    background-color:#131212;

}
.MainWrapper
{
    width:914px;
    background-color:#dbd8d8;

    border:1px solid black;
    padding-top:12px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:12px;
    height:inherit;
}
.MainHeader
{
    width:938px;
}
.Logo
{
    top:-255px;
    left:50px;
    float:left;
    position:relative;
    margin-bottom:-230px;
}
.HeaderText
{
    z-index:2;
    float:left;
    font-size:15px;
    color:black;
    font-family:Calisto MT;
    text-align:left;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:5px;
    position:relative;
    top:-200px;
    left:200px;
    margin-bottom:-220px;
}
.HeaderTextDropShadow
{
    z-index:1;
    float:left;
    font-size:15px;
    color:white;
    font-family:Calisto MT;
    text-align:left;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:5px;
    position:relative;
    top:-62px;
    left:-1px;
    margin-bottom:-220px;
}
.HeaderImage
{
    width:909px;
    height:260px;
    /* Padding-top:12px; */
}
.MainFooter
{

    padding-top:10px;
    color:White;
    width:909px;
    height:27px;
    background:url(Images/Layout/footergrey.jpg);
}
a.FooterLink:link
{
    color:White;
     text-decoration:underline;
}
a.FooterLink:hover
{
    text-decoration:underline;
    color:Red;
}
a.FooterLink:visited
{
    color:White;
}
