body,
html {
          
  background-color:  #1b0e49 no-repeat center center;

  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Mistral, Arial;
}
 

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #1b0e49;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 30px;
    font-family: Mistral, Arial;
    color: #f2f2f2;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #d02965;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


#content_area {
  position: relative;
  float: left;
  background-color:  #1b0e49; 
  width: 100%;
} 

#header_area {
  position: relative;
  float: right;
  background-color:  #1b0e49; 
  width: 100%;
  color: #f2f2f2;
  font-size: 20px;
}
 
#archive_bckgrd_area {
  background-color:  #1b0e49; 
  width: 100%;
  height: 100%;
}  

div.image_vert {
  float: left;
  width: 124px;
  height: 160px;
  margin: 60px;
  color: #f2f2f2;
  font-size: 15px;
}  

div.image_vert a:hover {
    color: #d02965;
}   


div.image_horz {
  float: left;
  width: 160px;
  height: 124px;
  margin: 60px;
  color: #f2f2f2;
  font-size: 30px;
  background-color: #1b0e49;
} 
 
footer {
  font-size: 9pt;
  line-height: 12pt;
  text-align: center;
}
