 @font-face {
                font-family: "VHS";
                src: url('/vhs-gothic.ttf');
            }

body {
    background: url("/STYGIANST_BG.png");
}
.header {
    margin: 0px auto 0px auto;
    width: 1100px;
    background: #000;
    border: 3px double #e00000;
}
.footer {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    border: 3px double #e00000;
    border-top: none;
    height: 25px;
    background: #000;
    color: #444;
    font: 9pt consolas;
    padding: 10px;
}

nav {
    font: 12pt consolas;
    background: url("bgbg.png");
    padding: 5px;
    color: #FFF;
    text-align: center;
    height: 50px;
    border-top: 3px double #b00000;
    
}
nav ul {
  list-style-type:none;
  padding-left: 20px;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-top: 0px;
}

nav a:link, a:active {
    color: #EEE;
    font: 12pt consolas;
    text-decoration: none;
    padding: 5px 50px;
    border: 2px outset #e00000;
}
nav a:hover {
    color: #e00000;
    background: #000;
    font: 12pt consolas;
    border: 2px inset #e00000;
}

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
    color: #EEE;
    text-decoration: none;
    border: 3px outset #e00000;
    padding: 5px 50px;
    background: #000;
  font: 12pt consolas;
  margin: 10px;
}

.dropdown .dropbtn:hover {
    border: 3px inset #e00000;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #000;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  color: #FFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
   border: 2px solid #b00000;
}
.dropdown-content a {
  float: none;
  color: #FFF;
  border: 2px solid #b00000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.dropdown-content a:hover {
  background-color: #000;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px auto;
    width: 1105px;
    font: 11pt consolas;
    color: #ababab;
}

.side1 {
    order: 1;
    width: 220px;
    border: 3px double #e00000;
    background: #000;
    padding: 15px;
}

.main {
    order: 2;
    width: 600px;
    height: 800px;
    border: 3px double #e00000;
    background: #000;
    padding: 20px;
    overflow: auto;
}

.content {
    width: 550px;
    height: auto;
    border: 3px double #e00000;
    background: #000;
    color: #BAA2A2;
    font: 11pt consolas;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.side2 {
    order: 3;
    width: 220px;
    border: 3px double #e00000;
    background: #000;
    padding: 15px;
}

.holder {
    width: 180px;
    border: 3px double #e00000;
    background: #000;
    margin: 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 9pt;
       letter-spacing: 0.5px;
    color: #BAA2A2;
    border-radius: 5px;
}

.holderhdr {
    width: auto;
    height: 20px;
    border-bottom: 3px double #e00000;
    padding: 10px;
    background: url("/STYGIANST_BG.png");
    font: 12.5pt courier new;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
  
}

.holder p {
    padding: 5px;
}

.main p {
    padding: 10px;
}

.holder img {
    width: 100px;
}

h3 {
    font: 8pt consolas;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

b {
    color: #b00000;
    letter-spacing: 0.5px;
}

a:link, a:active {
    color: #EEE;
    text-decoration: none;
}

a:hover {
    color: #b00000;
}

.button {
  color: #EEE;
    text-decoration: none;
    border: 3px outset #e00000;
    padding: 5px 20px;
    background: url("/bgbg.png");
  font: 9pt consolas;
      text-transform: uppercase;
  margin: 10px;
  width: 150px;
}
.button:hover {
  color: #EEE;
    text-decoration: none;
    border: 3px inset #e00000;
    padding: 5px 20px;
    background: url("/bgbg.png");
  font: 9pt consolas;
      text-transform: uppercase;
  margin: 10px;
  width: 150px;
}

.content img {
    width: 400px;
    border: 1px solid #ababab;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

textarea {
    width: 150px;
    height: 56px;
    font: 6.5pt consolas;
    color: #FFF;
    text-transform: uppercase;
    border: 1px dashed #ababab;
    background: url("/bgbg.png");
    margin-top: 5px;

}

table {
    border-collapse: collapse;
    border-style: hidden;
    margin: 10px;
    width: 500px;
    text-align: center;
}
th {
    color: #999;
    font: 12pt consolas;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #b00000;
    letter-spacing: 1.5px;
}
tr, td {
    color: #ababab;
    font: 10pt consolas;
    padding: 5px 10px;
    border: 1px solid #b00000;
}


::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #000;
}
::-webkit-scrollbar-thumb {
	background: #222;
}
::-webkit-scrollbar-thumb:hover {
	background: #333;
}