/************
   * HEADER *
   **********/

#header
{
  height: 50px;
  display: block;
  background-image: url("images/header_background.png");
  background-repeat: repeat-x;
  margin: 3px 3px 1em 3px;
  padding: 0;
  }

#header h1
{
  margin: 0;
  padding: 6px 0 0 10px;
  float: left;
  font-size: 25px;
  font-variant: small-caps;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  color: white;
  }

#header h1 a
{
  color: white;
  text-decoration: none;
  }

#header h1 a:visited
{
  color: white;
  text-decoration: none;
  }

#header h1 a:hover
{
  color: #CCCCEE;
  text-decoration: none;
  }

