body {
  background-color:#222;

    
font-family: 'Raleway', sans-serif;
  width: 990px;
  margin: auto;
}

header {
  text-align: center;
  background-color: #000;
  width: 990px;
    background-image: url('https://web.archive.org/web/20240207011523im_/https://jetmotocentral.com/checkbg.png');
    background-repeat: no-repeat;
  }

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  width: auto;

}

header li {
float: left;
text-align: center;
 width: 25%;
   display: table;
margin: 0;
padding: 0px 0px 0px 0px;


}

header li a {
    display: block;
      text-align: center;
      bottom: 1;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
    background-color: #222;


}

header li a:hover {
  color: #fff;
  background-color: #ffb800;
      text-shadow: 2px 2px 3px black;

  }

header .active {
  background-color: #04AA6D;
}

.main {
  max-width: 990px;
  margin: auto;
    background-color: #000;
    display:flex;

}

.sidebar {

    background-image: url("https://web.archive.org/web/20240207011523im_/https://jetmotocentral.com/carbfibepattern.gif");
    background-size: 300px;

  max-height: 100%;
  min-width: 250px;
  position: static;
 left: 0px;
  background-color: #111;
  order: 1;
      margin: 0 auto 0 auto;
      border: none;
}



nav .sidebarlist {
padding-left: 10px;
  padding-right: 10px;
}

nav a {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;

}

nav a:hover {
  color: #ffb800;
}

nav .list {
 

  font-weight: bold;
  border-radius: 50px;
  padding-left: 10px;

  
  }
  
nav .links {
    background-color: white;

      color: #000;
      border: 1px dotted white;

  text-align: center;
  font-size: 12px;
  padding: 5px;
  margin: 0 auto;
  }
  
.linkusframe {
  background-color: black;
  height: 280px;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  border: 1px solid white;
  
  
  }

.content {
 
  padding: 0px 15px 0px 15px;
  background-color: #000;
    text-align: left;
order: 2;
width: 100%;


}

#gamecover {
   float: right;
   width: 400px;
   margin-top: 20px;
}

#footer {


width: 990px;

border: 0;

  }

.banner {

max-width: 100%;
margin: auto;


}

p {
color: #FFF;
}

section p {
    line-height: 1.4;
      padding-left: 5px;

  }

p .pimage {
   float:right;
   padding: 10px;
   max-height: 200px;
   max-width: 200px;
  }

main a:link, a:visited {
  color: #fff;
  font-weight: bold;
}

a:hover {
  color: #ffb800;
  }

h1 {
  color: #FFF;
  font-size: 24px;
}

h2 {
  color: #fff;
  font-size: 22px

}

h3 {
    color: #fff;
  font-size: 20px;
  }

li {
  list-style-type:none;
  color: #FFF;
  font-size: 12pt;
  
}

.infobox {

color: #FFF;

}

.infotable, th, td {
border: 1px solid white;  
  border-collapse: collapse;

  font-size: 12px;
  }
  
    #mlist li {
       list-style-type: square;
      
     }
  
      #gamenav {
    text-align: center;
      
      }
    
    #gamenav a {
      margin: auto;
      padding: 10px;
      display: inline-block;
      background-color:#222;
      color: white;
       text-decoration: none;
         font-weight: bold;

       }
       #gamenav a:hover {
      background-color:#ffb800;
      text-shadow: 2px 2px 3px black;
       }
       
    #gamenav li {
      margin: auto;
   display: inline-block;
      }