
  /* Main Stylesheet for outriders-mcc.se */

  /* For sticky footer - don't change/delete */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%
  }
  body {
    font-family: verdena, arial, sans-serif;
    font-size: 16px;
    background-color: black;
    color: white;
  }
  /* For sticky footer - don't change/delete */
  .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 100%
  }
  .header {
    width: 60%;
    margin: 0 auto;
  }
  .header img {
    width: 50%;
    height: auto;
    margin: 0 25%;
  }
  .contents {
    width: 60%;
    margin: 0 auto;
    /* For sticky footer - don't change/delete */
    padding-bottom: 30px;
  }
  .contents img {
    width: 100%;
    height: auto;
  }
  .footer {
    position: relative;
    width: 60%;
    /* For sticky footer - don't change/delete */
    margin: -25px auto 0;
    height: 25px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 160px;
    height: auto;
    line-height: 2.0;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
  }
  .menu img {
    width: 70%;
    height: auto;
  }
  .submenu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 160px;
    height: auto;
    line-height: 2.0;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
  }
  h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
  }
  h2 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 4px 0;
  }
  h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 3px 0;
  }
  h4 {
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 2px 0;
  }
  h5 {
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 1px 0;
  }
  h6 {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 2px 0;
  }
  p {
    margin: 0;
    padding: 5px 0;
  }
  p:first-letter {
    color: #996600;
    font-size: x-large
  }
  img {
    border: none;
  }
  hr {
    color: #996600;
    background-color: #996600;
    height: 2px;
    margin: 0;
    padding: 0;
    border: none;
  }
  a {
    text-decoration:none;
    background-color: black;
    color: white;
  }
  a:hover {
    color: red;
  }
  #validxhtml {
    position: fixed;
    bottom: 10px;
    left: 20px;
    width: 50px;
    height: auto;
  }
  #validcss {
    position: fixed;
    bottom: 10px;
    left: 90px;
    width: 50px;
    height: auto;
  }
  #gixmo {
    position: fixed;
    bottom: 15px;
    left: 74px;
    width: 12px;
    height: auto;
  }
  #jameson {
    position: fixed;
    width: 100px;
    height: auto;
    bottom: 10px;
    right: 30px;
  }
  /* Sticky Footer - Opera Fix*/
  body:before {
   content: "";
   height: 100%;
   float: left;
   width: 0;
   margin-top: -32767px;
  }

