html {
  /* CSS VALIDATION FAULT */
  /* CSS validation fails on the following, Mozilla hack to show scroll bars */
  /*   If you don't know why this is here, you shouldn't be reading this */
  overflow: -moz-scrollbars-vertical;
  height: 100%;
}

body {
  margin:0 10 0 10;
  background-color:#a21111;
}

img {
  border:0;
}

#header_content {
  color:#ffffe0;
}

#fish {
  float:right;
}

#fish img {
  border: 0;
}

#left_column {
  float:left;
  width:142px;
  padding: 0 0 100px 0;
  background-color:#ffffe0;
  margin-top:0px;
}

#left_column_content {
  padding: 0 1 1 5;
}

#nav_trail {
  font-size:10px;
  font-weight:bold;
  padding:5px 0px 7px 8px;
  border-bottom: 1px dotted black;
}

#nav_trail a {
  color: #a21111;
}

#main_column {
  margin-left:152px;
  background-color:#ffffe0;
}

a {
  color: a21111;
}

a:visited {
  color: a21111;
}

#main_column_content {
  padding:1px 10px 150px 10px;
}

#footer {
  background-color:#a21111;
  color:#ffffe0;
  padding:10px;
  text-align:center;
  margin-top: 1px;
}

.csc-caption {
  color: a44;
}
