body
{
   font-family: "arial";
   xfont-family: "arial black";
   background: white;
}

#canvas
{
   position: relative;
   width: 800px;
   text-align: center:
   background: yellow;
}

#head
{
   height: 117px;
   background: url(images/header.gif);
   font-weight: bold;
}

#head span
{
   margin-left: 10px;
   margin-right: 10px;
   font-size: 95%;
   position: relative;
   top: -10px;
}

#billboard
{
   position: absolute;
   top: 117px;
   left: 0px;
   width: 125px;
   padding: 0px;
   margin: 0px;
   display: none;
}

#billboard img
{
   padding-top: 3px;
   padding-bottom: 3px;
   margin-bottom: 1px;
   margin-top: 1px;
   filter: alpha(opacity=50);
   opacity: .50;
}

#billboard .topimg
{
   margin-top: 2px;
}

#billboard .bottomimg
{
   margin-bottom: 2px;
}

#billboardCover
{
   position: absolute;
   top: 117px;
   left: 0px;
   width: 126px;
   padding: 0px;
   margin: 0px;
   background: url(images/glass.gif);
   background: url(images/billboard.gif);
   background-repeat: repeat-x;
}

#nav
{
   position: absolute;
   left: 126px;
   width: 102px;
   height: 630px;
   background: black;
   color: white;
   font-size: 13px;
   font-weight: bold;
}

#nav a
{
   text-decoration: none;
   color: white;
}

#nav a img
{
   border: none;
}

#nav a:hover
{
}

#nav p
{
   text-align: right;
   margin-top: 20px;
   margin-bottom: 40px;
}

#nav p img
{
  margin-left: 10px;
  margin-right: 10px;
}

#current
{
  color: red;
}

#content
{
  position: absolute;
  left: 228px;
  top: 117px;
  color: black;
  xheight: 690px;
  width: 562px;
  padding: 5px;
  display: inline;
  float: left;
  font-family: "arial";
  xfont-weight: bold;
  font-size: 80%;
}

#content h1
{
  font-size: 120%;
  background: red;
  border-top: 3px inset white;
  border-left: 3px inset black;
  border-right: 3px inset white;
  border-bottom: 3px outset black;
}

#content h2
{
  font-size: 100%;
  background: red;
  border-top: 2px inset white;
  border-left: 2px inset black;
  border-right: 2px inset white;
  border-bottom: 2px outset black;
  padding-left: .5em;
}

address
{
   padding-left: 1em;
}

address a
{
   color: red;
}

#content p
{
  margin-left: 20px;
}

#foot
{
   font-size: 70%;
   text-align: right;
   margin-top: 15px;
}

.p-shadow div
{
  background-color: black;
}

.p-shadow p
{
  color: white;
  background-color: red;
  position: relative;
  top: -3px;
  right: -4px;
  padding: 10px;
  padding-left: 15px;
  font-family: "arial";
  font-weight: bold;
  margin-left: 0px !important;
}

.page_select
{
  font-family: "arial";
  font-weight: bold;
  text-align: center;
  font-size: 85%;
  margin-top: 20px;
}

.page_select a
{
   text-decoration: none;
   color: red;
}

