/*Class Href Colors*/
html{
    min-height: 100%;
}
body{
   padding: 0;
   margin: 0;
   
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 15px;
   line-height: 19px;
   color: #323436;
   background-color: #D1E6EF;
   min-height: 100%;
}
/*
  Master
*/
#master{
   margin: 0;
}

   #master .center{
      width: 940px;
      margin: 0 auto;
      padding: 0;
   }

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a.Deathknight { color: #C41F3B; }
a.Druid { color: #FF7D0A; }
a.Hunter { color: #ABD473; }
a.Mage { color: #69CCF0; }
a.Paladin { color: #F58CBA; }
a.Priest { color: #9F9F9F; }
a.Rogue { color: #FFCC00; }
a.Shaman { color: #2459FF; }  
a.Warlock { color: #9482C9; }
a.Warrior { color: #C79C6E; }
.Deathknight { color: #C41F3B; }
.Druid { color: #FF7D0A; }
.Hunter { color: #ABD473; }
.Mage { color: #69CCF0; }
.Paladin { color: #F58CBA; }
.Priest { color: #FFFFFF; }
.Rogue { color: #FFCC00; }
.Shaman { color: #2459FF; }  
.Warlock { color: #9482C9; }
.Warrior { color: #C79C6E; }
#content { 
    background-color: #E5F6FE;
    min-height: 100%;
}
.center {
      width: 940px;
      margin: 0 auto;
      padding: 0;
      min-height: 100%;
}
h2 {
   margin: 0px 0 5px;
   font-size: 30px;
   font-size-adjust: none;
   font-style: normal;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 30px;
   text-align: left;
}
h2.StatsLeft {
    color: #454545;
}
h2.StatsRight {
    color: #9F9F9F;
}
h3 {
   margin: 5px 0 5px;
   font-size: 50px;
   font-size-adjust: none;
   font-style: normal;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 33px;
   text-align: left;
   color: #A2D959;
}
h4 {
   margin: 0px 0 5px 0px;
   font-size: 85px;
   font-size-adjust: none;
   font-style: normal;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 50px;
   text-align: left;
}
.error {
    width: 100%;
    font-size: 30px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 33px;
    text-align: left;
    color: red;
}

table.header {
    width: 100%; 
    padding: 10px 0px 10px 0px;
}
table.statistics {
    width: 100%;
}

/*
  Header
*/
#header{
   margin-bottom: 0px;
   
   color: white;
   background-color: #404040;
   border-bottom: 11px solid #85CF01;
}
#master > #header{ border-color: #8FD401; margin-bottom: 0; }

   #header .center{
      padding: 30px 30px 15px;
   }
   
   #header .intro{
      width: 460px;
      height: 60px;
      margin: 0 0 0 15px;
      padding: 15px 15px 15px 35px;
      
      color: #375e05;
      overflow: hidden;
      
      font-size: 17px;
      line-height: 21px;
   }
   
   #header ul.nav{
      margin-top: -5px;
      padding-bottom: 0px;
      padding-left: 4px;
   }
   
      #header ul.nav li{
         float: left;
         margin-right: 24px;
         list-style-type:none;
         font-size: 19px;
      }
         
         #header ul.nav li a,
         #header ul.nav li a:link,
         #header ul.nav li a:visited{
            color: white;
            text-decoration: none;
         }
         #header ul.nav li a:hover{
            color: #85CF01;
         }
         #header ul.nav li a.current{
            color: #85CF01;
         }
.right{ float: right; }
/*
  Footer
*/
#footer{
   clear: both;
   color: white;
   background-color: #85CF01;
}

   #footer .center{
      padding: 10px 0px;
   }
#footer a,
#footer a:link,
#footer a:visited{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover{
    text-decoration: underline;
}
img {
    border: 0;
}