body {
  background-color: #600;
}

body, table, textarea {
  font-family: helvetica, sans-serif;
}

textarea {
  width: 100%;
}

h1, h2, h3 {
  border-bottom: 2px solid #000;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#layout {
  margin: 20px 0px 20px 0px;
  width: 750px;
  background-color: #000;
}

#banner {
  font-size: 2em;
  font-weight: bold;
  color: #EEE;
  font-variant: small-caps;
}

#left-sidebar h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 3px 3px 3px 6px;
  border-bottom: 1px solid #666;
  color: #FFF;
  background-color: #300;
  background-image: url(down_arrow.gif);
  background-position: top left;
}

#left-sidebar {
  width: 160px;
  vertical-align: top;
  border-top: 1px solid #000;
  border-bottom: 6px solid #000;
  color: #FFF;
}

#left-sidebar a {
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin: 0px;
  padding: 3px 3px 3px 14px;
  border-bottom: 1px solid #333; 
  color: #FFF;
}

#left-sidebar a:hover {
  background-color: #222;
}

#banner {
}

#bar {
  background-image: url(/GFed/Themes/006/corner.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #EFEFEF;
  height: 25px;
  border-right: 6px solid #000;
}

#bottom-bar {
  background-image: url(/GFed/Themes/006/bottom_corner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 25px;
  background-color: #EFEFEF;
  border-bottom: 6px solid #000;
}

#content {
  background-color: #EFEFEF;
  vertical-align: top;
  padding: 15px 25px 25px 25px;
  border-right: 6px solid #000;
}

#logo {
  padding: 5px;
}

.listing {
}

.listing a {
  color: #333;
  font-weight: bold;
}

.row-even {
  background-color: #CCC;
}

.row-odd {
  background-color: #EEE;
}

.row-odd td,
.row-even td {
  color: #000;
  border-bottom: 1px solid #999;
  padding: 5px;
}

.footer {
  color: #FFF;
  text-align: center;
}


