body { 
  background: #F9DBFF;
  font-size: 1em;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  color: #990099;
  background-image: url(/images/lilac_star_background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

  A:link, visited { color: #990099; }
  A:hover, active { color: red; }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F9DBFF;
    padding-top: 15px;
    padding-bottom:  15px;
    text-align: center; }

  #navbar1 {
    position: fixed;
    top: 120px;
    left: 0;
    width: 19%;
    font-size: 85%;
    padding: 15px;
    text-align: right; }

  #main {
    margin-top:  72px;
    margin-left: 21%;
    width: 55.5%;
    padding: 15px;
    left: 20%; }

  #navbar2 {
    position: fixed;
    top: 120px;
    right: 0;
    width: 19%;
    font-size: 85%;
    padding: 6px;
    text-align: left; }

  #vspacing {
    width: 55.5%;
    height: 12px; }

  #footer {
    position: fixed;
    width: 100%;
    background: #F9DBFF;
    left: 0;
    bottom: 0;
    padding: 5px;
    text-align: center;
    font-size: 60%; }

  #title {
    font-size: 175%;
    margin-bottom: 6px; }

  #subtitle {
    font-size: 150%; }

  h1 {
    font-size: 150%;
    text-align: center; }

  h2 {
    font-size: 125%; }

  .superscript {
    font-size: 50%;
    vertical-align: top; }

  .small {
    font-size: 75%; }

  .large {
    font-size: 125%; }

  .red {
    color: red; }

  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

  img {
    float: right;
    margin-top: .3em;
    margin-bottom: .3em;
    margin-left: .3em; }

