

body {
    padding: 0;
    margin: 0;
    background-color: 201f1f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
  color: #ABABAB
}

#wrapper {
    width: 780px;
    margin:0 auto;
    background-color: 201f1f;
    background: url(images/bg-1.gif) repeat-y;

}

#masthead {
  background: url(images/logo2.jpg) no-repeat;
  height: 143px;
}

#mainContent {


}

#left  {
  width: 370px;
  float: left;
  background-color: transparent;
  margin-left: 20px;
  padding: 12px;
}

#right {
  width: 280px;
  float: left;
  margin-left: 20px;
  padding: 12px;
}

#navigation {
  padding-top: 0px;
  margin-left: 25px;
}

#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navigation li {
    float: left;
    margin: 0;
    padding-left: 6px;
    display: block;
    width: 15%;
    border: 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 140%;
  background: #858585
}

#navigation a {
display: block;
  color: #CC0000;
  text-transform: uppercase;
  text-decoration: none;
}

#navigation a:hover {
  color: #C5C5C5;
  background: #252525
}

#navigation a:active {
  background: #7D7D7D
}




#bottom {
  background: url(images/btm-1.gif) no-repeat;
  height: 28px;
}

.separator {
  clear: both;
  height: 0;
}

#footer {
    width: 780px;
    margin:0 auto;
    font-size: 75%;
  color: #676767;
  text-align: center
}


a {
  color: #990000;
  text-decoration: none;
  padding-bottom: 4px;
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
}


