﻿body 
{
    /*background-image: url("../Images/snowbg.jpg"); */
    background:url(images/FourSeasons_background.jpg);
    background-repeat: no-repeat;   
    color: #666666;
    margin-top: 0px;
    margin-left: 0px;
    font-family: Verdana;
    font-size: 11px;
    text-align:center;
    
}
.H1
{
    font-family: Rockwell;
    font-size: 20px;  
    color: #666;
}
.H2
{
    font-family: Rockwell;
    font-size: 20px;  
    color: #666;
}
.H3
{
    font-family: Rockwell;
    font-size: 16px;  
    color: #666;
}
.header
{
    color: #000000;
}
#Content
{
    
   margin:0 auto;
    width: 880px;
   
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 880px;
    height: 70px;
    color: #2c2c2c;
    text-align:left;
}
.menuLinks
{
    text-decoration: none;
    color: #2c2c2c;
    font-size: 11px;
}
.menuLinks:Hover
{
    text-decoration: underline;
}
#footer
{
    float: left;
    width: 880px;
    color: #666666;
    font-size: 11px;
}
#Main
{
    float: left;
    width: 880px;
    text-align: left;   
}
.footLinks
{
    text-decoration: none;
    color: #666;
    font-size: 9px;
}
.footLinks:Hover
{
    text-decoration: underline;
}
a
{
    color: #000000;
    text-decoration: underline;
}
a:hover
{
    color: black;
}
.Gobutton
{
    background-color:#cccb9a;
}