﻿body
{
  background-color: #FFFFF0;
}

div.head
{
  width: 800px;
  clear: both;
  display: block;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

div.mid
{
  clear: both;
  width: 100%;
  padding-top: 15px;
  border-bottom: 1px solid #C00000;
  margin-bottom: 200px;
}

div.foot
{
  width: 800px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.foot-left
{
    float: left;
}

div.foot-right
{
    float: right;
}

.foot p
{
  font-family: 'Segoe UI', Calibri, Tahoma, Verdana, Sans-Serif; 
  font-size: 12px;
  color: #666;
}

.foot a:link 
{
  text-decoration :none;
  color: #666;
}

.foot a:visited
{
  text-decoration :none;
  color: #666;
}

.foot a:hover
{
  text-decoration :none;
  color: #C00000;
}

.foot a:active
{
  text-decoration :none;
  color: #C00000;
}

img.splash
{
  display: block;
  float: right;
  margin-right: 10px;
}
