@font-face {
    font-family: 'less_perfect_dos_vgaregular';
    src: url('https://raidentoolmv.neocities.org/lessperfectdosvga-webfont.woff2') format('woff2'),
         url('https://raidentoolmv.neocities.org/lessperfectdosvga-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  font-family: 'less_perfect_dos_vgaregular';
  }

body {
  background-color: #c8c7c9;
  }

#main {
  width: 850px;
  height: 900px;
  background-color: #000000;
  outline: 2px solid white;
  }

#header {
  width: auto;
  height: 200px;
  border-bottom: 5px double white;
  }

  #header img {
    width: 850px;
    height: auto;
    margin-top: -70px; 
    }

  #header .wrap {
    width: auto;
    height: 200px;
    overflow: hidden;
    }

#nav {
  width: auto;
  height: 30px;
  margin-left: 200px;
  border-left: 1px solid white;
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 195, 1) 50%, rgba(209, 231, 232, 1) 100%);
  }

  #nav ul{;}
  #nav li{;}

#body {
  width: 650px;
  height: 600px;
  margin-left: 200px;
  border-left: 1px solid white;
  }

  #quotebox {
    width: 390px;
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    }

  #quoteDisplay {
    width: auto;
    height: 25px;
    font-size: 14px;
    color: white;
    text-align: center;
    }
    
  .quote {
    display: center;
	  font-style: italic;
	  font-size: 14px;
	  color: white;
    }

  #bcont {
    width: 220px;
    height: 282px;
    border: 1px solid white;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    }

  #bcont1 {
    width: 390px;
    height: 250px;
    border: 1px solid white;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    }

  #cbox {
    width: 220px;
    height: 250px;
    float: left;
    margin-top: 10px;
    margin-left: 14px;
    }

#sidehead {
  width: auto;
  height: 30px;
  background-color: #0080FF;
  }

#sidebar {
  width: 200px;
  height: 600px;
  float: left;
  overflow: hidden;
  overflow-y: scroll;
  }

  #sidebox {
    width: 180px;
    height: 180px;
    margin-top: 5px;
    border: 1px solid white;
    }

