
#border
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -325px;
  width: 650px;
  height: 412px;
  border: none;
  z-index: 1;
}

#border_bottom
{
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 640px;
  height: 1px;
  background-color: gray;
  overflow: hidden;
}

#border_right
{
  position: absolute;
  right: 0px;
  top: -1px;
  width: 1px;
  height: 413px;
  background-color: gray;
  overflow: hidden;
}

#border_top
{
  position: absolute;
  right: 0px;
  top: -1px;
  width: 650px;
  height: 1px;
  background-color: gray;
  overflow: hidden;
}

#border_left_top
{
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 20px;
  background-color: gray;
  overflow: hidden;
}

#header
{
  position: absolute;
  left: -5px;
  top: -17px;
  font-family: Arial, Verdana;
  font-size: 10px;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}

#title
{
  position: absolute;
  bottom: -20px;
  right: 0px;
  color: gray;
  font-size: 10px;
  font-family: Arial, Verdana;
  text-align: right;
  text-decoration: none;
  visibility: visible;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}

a:hover#title
{
  color: black;
  border: none;
}

.myred
{
  color: #8c0f0f;
}

#snav
{
  visibility: visible;
  position: absolute;
  bottom: -20px;
  left: 0px;
  background-color: white;
  padding-right: 5px;
  font-size: 10px;
  font-family: Arial, Verdana;
  color: gray;
  text-decoration: none;
}

#snav a
{
  color: gray;
  text-decoration: none;
}

#snav a:hover, a:hover#snav
{
  color: black;
  border: none;
}

#snav b
{
  font-size: 11px;
}

#snav small
{
  font-size: 10px;
  color: #aaaaaa;
}

.arrow
{
  font-weight: bold;
  color: #8c0f0f;
  font-size: 11px;
}
