body {
  background-color: #C1C7F3;
}

#header {
  background-color: #C1CFFF;
  font-size: 1.5em;
}

#footer {
  background-color: #C1CFFF;
  position: absolute;
  bottom: 8px;
  display: block;
  width:100%;
}

.rightj {
  position: absolute;
  right: 10px;
}

#menu {
  background-color: #C1CFFF;
  position: relative;
  float: left;
  display: block;
  width: 10%;
  height: 100%;
}

#content {
  overflow: auto;
  top: 0px;
  padding: 8px;
}

#inlinepdf {
  position: relative;
  top: 0px;
  width: 89%;
}

#pdfmenu {
  position: relative;
  float: left;
  display: block;
  width: 10%;
}
