﻿body, div, span
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background-color: #f5f5f5;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
}
div.Inner
{
    padding: 5px;
}
div.Clear
{
    clear: both;
    height: 0;
}
div#Main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
div#Main div.Header
{
}
div#Main div.Header div.Links
{
    float: left;
    padding-bottom: 2px;
    padding-left: 5px;
}
div#Main div.Header div.Social
{
    float: right;
}
div#Main div.Header h1
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    width: 351px;
    height: 118px;
    background: transparent url(/Images/header.png) no-repeat scroll 0 0;
}
div#Main div.Header h1 span
{
    display: none;
}
div#Main div.Body
{
    background-color: #fff;
}
div#Main div.Footer
{
}
div#Main div.Footer div.Links
{
    height: 26px;
    padding-left: 10px;
    padding-top: 10px;
}
div#Main div.Header div.Links a, div#Main div.Header div.Links a:visited,
div#Main div.Header div.Social a, div#Main div.Header div.Social a:visited,
div#Main div.Footer div.Links a, div#Main div.Footer div.Links a:visited
{
    background-color: #fff;
    margin-right: 10px;
    padding: 3px;
    text-decoration: none;
    color: #00f;
}
div#Main div.Header div.Links a:hover,
div#Main div.Header div.Social a:hover,
div#Main div.Footer div.Links a:hover
{
    background-color: #d00;
    color: #fff;
}
