@CHARSET "ISO-8859-1";

body{
  background: #ab0000 url('img/background.png') repeat-x;
  margin: 0;
  font-family: "Trebuchet MS Regular", arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  }
  
#container{
  width: 900px;
  margin: 0 auto;
}
#header{
  width: 900px;
  height: 250px;
  background: url('img/header.png');
}
#nav{
  width: 898px;
  background: #ab0000;
  border: 1px solid #4c0000;
}
#body{
  width: 876px;
  padding: 10px;
  border: 2px solid #4c0000;
  border-top: 0;
  background: white;
}
#content{
  float: left;
  width: 585px;
  margin-right: 10px;
}
#sidebar{
  text-align: center;
  float: left;
  width: 281px;
}
.clear{
  clear: both;
}
#footer{
  width: 900px;
  margin: 10px 0;
  text-align: center;
  color: white;
  font-size: .8em;
  font-weight: bold;
}
#news{
 background: url('img/lnews.gif');
 width: 181px;
}
#news:hover{
 background: url('img/hnews.gif');
}
#news:active{
 background: url('img/anews.gif');
}
#about{
 background: url('img/labout.gif');
 width: 225px;
}
#about:hover{
 background: url('img/habout.gif');
}
#about:active{
 background: url('img/aabout.gif');
}
#rules{
 background: url('img/lrules.gif');
 width: 93px;
}
#rules:hover{
 background: url('img/hrules.gif');
}
#rules:active{
 background: url('img/arules.gif');
}
#enter{
 background: url('img/lenter.gif');
 width: 197px;
}
#enter:hover{
 background: url('img/henter.gif');
}
#enter:active{
 background: url('img/aenter.gif');
}
#media{
 background: url('img/lmedia.gif');
 width: 98px;
}
#media:hover{
 background: url('img/hmedia.gif');
}
#media:active{
 background: url('img/amedia.gif');
}
#links{
 background: url('img/llinks.gif');
 width: 92px;
}
#links:hover{
 background: url('img/hlinks.gif');
}
#links:active{
 background: url('img/alinks.gif');
}
.navLink{
  border: 1px solid #4c0000;
  height: 36px;
  float: left;
}
#sponsor{
  background: #ab0000;
  text-align: center;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}
h1{
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
h2{
  font-size: 1.2em;
  font-style: italic;
  margin: 5px 0 0 0;
  }
 img{
   border: 0;
   margin-bottom: 5px;
 }
 
 #content h2{
   font-size: 1.2em;
   color: #ab0000;
   font-weight: bold;
   margin: 5px 0 0 0;
   text-transform: uppercase;
 }
 #content h1{
   font-size: 1.4em;
   background: #ab0000;
   color: white;
   font-weight: bold;
   padding: 5px;
   margin: 5px 0;
   text-transform: uppercase;
 }
.smalltext{
  font-size: .8em;
}
li{
  margin: 0 0 5px 0;
}
p{margin: 0 0 10px 0;}

a:link{
color: #ab0000;
font-weight: bold;
}
a:hover{
font-style: italic;
color: 4c0000;
}
a:active{
font-style: italic;
color: red;
}
a:visited{
color: #ab0000;
font-weight: bold;
}

label{
  float: left;
  font-weight: bold;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

input.text{
  float: left;
  width: 200px;	
}
input.year{
  float: left;
  width: 50px;	
}
select{
  float: left;
  margin-right: 7px;
}
textarea{
  width: 450px;
  height: 100px;
}

.field{
width: 600px;
margin-bottom: 5px;
}

.flag{
  color: #ab0000;
  font-weight: bold;
 }
 
#footer a:link{
color: white;
font-weight: bold;
}
#footer a:hover{
font-style: italic;
color: white;
}
#footer a:active{
font-style: italic;
color: white;
}
#footer a:visited{
color: white;
font-weight: bold;
}

.largead{
  width: 210px;
 }
 
.smallad{
   width: 105px;
   margin-right: 5px;
   }
   
 #content img{
   margin: 5px;
 }
