/* Layout stylesheet for "Northern Constabulary Pipe Band" */
/* 21.07.08 */
/* Author: Steve Spencer, Inverness */

#page
{
  width: 100%;
  margin: 0;
  background-image: url(../images/Image999.jpg);
  background-repeat: repeat-y;
}

#left
{
  background-color: transparent;
  /*background-image: url(../images/Image999.jpg);
  background-repeat: repeat-y;*/
  display: block;
  position: relative;
  float: left;
  width: 18%;
  padding: 7em 1em 1em 1em;
}

#middle
{
  background-color: white;
  display: block;
  position: relative;
  float: left;
  width: 58%;
}

#right
{
  background-color: white;
  display: block;
  position: relative;
  float: left;
  width: 16%;
  padding-top: 7em;
}

#header
{
  background-color: white;
  width: auto;
  padding: 1em;
  text-align: center;
}

#content
{
  background-color: white;
  width: auto;
  padding: 1em;
}

.clear
{
  clear: both;
}