﻿body
{
    /*don't go past 1000px*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../Images/backgroundimage.jpg');
    background-repeat: repeat-x;
}

.page
{
    width: 900px;
    /*background-color: #EBEBEB;*/
    margin: 20px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    width: 900px;
    height: 60px;
}

.main
{
    max-height: 1375px;
    min-height: 700px;
    width: 894px;
    background-color: #464646;
    border-left-style: outset;
    border-left-color: #C0C0C0;
    border-right-style: outset;
    border-right-color: #C0C0C0;
}


/* FOOTER  
----------------------------------------------------------*/

div#footer
{
    min-height: 30px;
    width: 894px;
    background-color: #000000;
    border-left-style: outset;
    border-left-color: #C0C0C0;
    border-right-style: outset;
    border-right-color: #C0C0C0;
    border-bottom-style: outset;
    border-bottom-color: #C0C0C0;
    margin-bottom: 8px;
    font-weight: bold;
}

div#footer a:link
{
    color: #C0C0C0;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
}

div#footer a:visited
{
    color: #C0C0C0;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
}

div#footer a:hover
{
    color: #BA8748;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
}

div#footer a:active
{
    color: #BA8748;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
}


