

  hr {  }

  h2 { margin-top: 50px;
    margin-right: 50px;
    }

  #content { margin-left: 150px;
    margin-top: 60px;
    }

  #header { position: fixed;
    top: 0pt;
    left: 0pt;
    width: 100%;
    background-color: rgb(0, 127, 249);
    font-weight: bold;
    font-size: 16px;
    line-height: 11px;
    padding-top: 20px;
    color: rgb(255, 255, 51);
    text-align: center;
    height: 80px;
    font-family: Arial,Helvetica,sans-serif;
    }

  .top { text-align: center;
    }

  #nav-main { border-left: 150px solid rgb(0, 127, 249);
    height: 32px;
    background-color: rgb(0, 127, 249);
    }

  #nav-sub { border-left: 150px solid rgb(0, 127, 249);
    display: none;
    height: 16px;
    background-color: rgb(0, 127, 249);
    }

  #sidebar { position: fixed;
    width: 140px;
    background-color: rgb(0, 127, 249);
    font-size: 15px;
    left: 0px;
    height: 100%;
    top: 0px;
    }

