body 
{
 BACKGROUND: #000000;
 color: #efefef;
 font-family:Verdana;
 font-size:12px;
 margin-top:0px; 
 margin-bottom:0px;
 width: 100%;
 height: 100%;
}

#container{
width:850px;
margin:0 auto;
text-align:left;
}

#header{
text-align: center;
width: 850px;
background-color: #000000;
margin-bottom: 5px;
border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#971010;
}

#content{
width:680px;
margin-left: 10px;
float:left;
background-color: #000000;
}

#navigation{
width:150px;
float:left;
background-color: #000000;
}

#footer{
clear:both;
background-color: #000000;
text-align: center;
margin-top: 5px;
border-top-width:thin;
border-top-style:solid;
border-top-color:#971010;
}

h1
{
  color: #971010; 
  font-family: arial; 
  font-weight: bold; 
  font-size: 2em; 
  padding:5px; 
  margin: 10px;  
  text-align:left;
}

h2 
{
  color: #971010; 
  font-family: arial; 
  font-weight: bold; 
  font-size: 1.5em;
  padding:5px; 
  margin: 10px;
  text-align:left;
}

h3 
{
  color: #971010;
  font-family: arial; 
  font-weight: bold; 
  font-size:1.0em;
  padding:5px; 
  margin: 10px;
  text-align:left;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:#efefef;
  font-size:12px;
}

a:active, a:hover
{ 
  color:#FF0000;
}

a.menu {
 display:block;
 padding:3px;
 margin-top:3px;
 border:1px solid #FF0000; 
 background-color:#FF0000;
 text-align:center;
 color:#efefef;
 text-decoration:none;
}

a.menu:link, a.menu:visited
{ 
 color:#efefef;
 background-color:#FF0000;
 text-decoration:none; 
 font-weight:bold;
}

a.button {
   background-image: -webkit-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:         linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   -webkit-box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
      -moz-box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
           box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
   border: solid 1px rgba(0,0,0,1);
   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
   width: 140px;
   height: 20px;
   padding: 3px;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
   text-align: center;
   color: rgba(239,239,239,1);
   font-weight: normal;
}
a.button:hover {
   border: solid 1px rgba(255,255,255,1);
   color: rgba(255,255,255,1);
}
a.button:active {
}

a.button2 {
   background-image: -webkit-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   background-image:         linear-gradient(top, rgba(87,84,87,1) 0%,rgba(0,0,0,1) 100%);
   -webkit-box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
      -moz-box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
           box-shadow: 0px 0px 2px 0px rgba(61,59,61,1);
   border: solid 1px rgba(0,0,0,1);
   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
   width: 120px;
   height: 20px;
   padding: 3px;
   display: inline-block;
   font-size: 10px;
   line-height: 20px;
   text-align: center;
   color: rgba(239,239,239,1);
   font-weight: normal;
   margin-left:20px;
}
a.button2:hover {
   border: solid 1px rgba(255,255,255,1);
   color: rgba(255,255,255,1);
}
a.button2:active {
}
