@charset "utf-8";


html {
   background-color: rgb(77, 0, 0);
   background-image: url(images/BG2.png);
   font-size: 12px;
   font-family: Tahoma, Geneva, sans-serif;
}

body {
     background-image: url(images/static.jpg);
   margin: 0px auto;
   width: 90%;
   max-width: 1100px;
   min-width: 720px;
}

body > header {
   height: 300px;
   margin-bottom: 30px;
   position: relative;
}

body > header nav.tabs {
   position: absolute;
   bottom: 0px;
   height: 220px;
   width: 100%;
}

body > header nav.tabs::after {
   clear: both;
   content: "";
   display: table;
}

body > header > nav.tabs > ul {
   position: absolute;
   bottom: 0px;
   width: 100%;
}

body > header nav.tabs li {
   background-color: rgb(153, 0, 0);
   display: block;
   float: left;
   height: 40px;
   letter-spacing: 3px;
   line-height: 40px;
   margin-left: 1%;
   margin-right: 2%;
   width: 46%;
}

body > header nav.tabs li:first-of-type {
      margin-left: 2%;
}

body > header nav.tabs li:last-of-type {
   margin-right: 2%;
}

body > header nav.tabs li a {
   color: white;
   font-size: 3.2em;
   font-family: christmas;
   display: block;
   text-align: center;
   width: 100%;
}



section#center {
   margin-top: 25px;
  margin-left: 45px;
   margin-right: 45px;
   padding-bottom: 20px;
   width: auto;}





section#center article {
   background-color: rgb(77, 0, 0);
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin: 10px auto;
   padding: 20px;
   width: 95%;

}


section#center article header h1 {
   font-size: 2em;
   font-weight: normal;
   margin: 10px;
}

section#center article header h2 {
   font-size: 3em;
   font-weight: normal;
   margin-top: 15px;
}

section#center article p {
   color: white;
   font-size: 1.5em;
   line-height: 1.2em;
   margin: 10px 5px;
}


section#center h2 {
   font-size: 1.8em;
   color: green;
   clear: left;
   font-weight: normal;
   margin: 40px 0px 10px 15px;
}

footer {
   background-color: rgb(128, 0, 0);
   clear: left;
   margin-top: 25px;
   text-align: right;
   padding: 10px;
   color: rgb(191, 191, 191);
}
