﻿
body {
  background-image: url('/images/background.gif');
  background-repeat: repeat-y;
  background-color: e5e5e5;
  background-position: center;
  margin: 0;
  padding: 0;
}


#header {
 margin: 0 auto;
 background: url('/images/header.gif') top center no-repeat;
 width: 100%;
 height: 99px;
}

#header img {
  border: none;
}

li
{
  color: black;
  font-family: Verdana;
  font-size: 10pt;
  font-style: normal;
}

p
{
  color: black;
  font-family: Verdana;
  font-size: 10pt;
  font-style: normal;
}

p.copyright
{
  color: black;
  font-family: Verdana;
  font-size: 8pt;
  font-style: normal;
  text-align: center;
}

p.header
{
  color: black;
  font-family: Verdana;
  font-size: 15pt;
  font-style: normal;
  text-align: center;
}



#footer a
{
  color: black;
  font-family: Verdana;
  font-size: 8pt;
  font-style: normal;
}
