﻿body 
{
    background-image: url("Images/Background.jpg");
    background-color: #fff;
    background-repeat: no-repeat;   
    color: #666666;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px; 
}
.H1
{
    font-family: Justus;
    font-size: 22px;
    color: White;
}
.menuLinks
{
    text-decoration: none;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
}
.footLinks
{
    text-decoration: none;
    color: #666;
    font-size: 10px;
}
.footLinks:Hover
{
    
}
.search 
{
    color: #666;
    font-weight: bold;
    font-size: 11px;
}
#Border
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 920px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
}
#Content
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 880px;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 880px;
    height: 70px;
    color: #AAAAAA;
}
#menu
{
    width: 880px;
    float: left;
    background-image: url("Images/New/menuBG.jpg");
    background-repeat: repeat-x;
    text-align:center;
}
#promotions
{
    float: left;
    width: 880px;
}
#infoLeft
{
    float: left;
    width: 590px;
}
#infoRight
{
    float: right;
    width: 280px;
}
#footer
{
    float: left;
    width: 880px;
}
.MenuTwo
{
    height: 25px;
    text-align: center;
}
.MenuTwo a
{
    font-size: 14px;
    font-family: Justus;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 200px;
}
.MenuTwo a:hover
{
    color: #39297a;
    background-color: #FFFFFF;
}