﻿body 
{
    margin-left:auto;
    margin-right:auto;
    background-image: url(images/background.jpg);
    background-position:top;
    background-repeat:no-repeat;
    width:714px;
    border:solid 1px #a5a5a5;
    margin-top:0;
    font-family:Verdana;
    font-size: 1.2em;
    color:Black;
}

div#main
{
    padding:5px 5px 5px 5px;
    text-align:center;
}

img
{
    border:0;
}

div#header
{
    font-size: 0.8em;
    letter-spacing: 0em;
    min-height: 130px;
    text-align:left;
}

h1
{
    font-size: 1.4em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
}

a
{
    color:Black;
}
a:hover
{
    text-decoration:none;
}