/* CSS Document */

body{
    background: white;
    margin: 0px;
    padding: 0px;
  }
  .header{
    height: auto;
    width: 100%;
    background: #787878;
  }
  .header_navigation{
    text-align: right;
    color: white;
    margin-right: 5%;
  }
  .header_navigation a{
    color: white;
    text-decoration: none;
  }
  .header_picture{
    width: 1000px;
    height: 125px;
    margin: 0px auto 0px auto;
    background-image: url(/header_picture.jpg);
    background-repeat: no-repeat;
  }
  .navbar{
    width: 100%;
    height: 25px;
    background: #666666;
  }
    
  .button a{
    float: left;
    width: 100px;
    height: 25px;
    line-height: 22px;
    font-size: 13px;
    color: black;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
    
  .button a:hover{
    float: left;
    width: 100px;
    height: 25px;
    line-height: 22px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .mainbody{
    width: 100%;
    font-size: 11px;
    color: black;
    background: MediumPurple;
    text-align: center;
    overflow: auto;
  }
  .text_changer{
    min-height: 16px;
    min-width: 30px;
  }
  .viewer_path{
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid black;
    font-weight: bold; 
  }
  .viewer_main{
    float: left;
    height: 100%;
    width: 50%;
    margin-left: 10%;
  }
  .viewer_side{
    float: left;
    height: 100%;
    width: 30%;
    margin-right: 10%;
  }  
  .settings_slider{
    width: 60%;
  }
  .footer{
    width: 100%;
    height: 25px;
    text-align: center;
    background: #666666;
  }