body {
  background: #000;
  color: #444;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 90%;
}

div {
  margin-bottom: 20px;
}

#header img, #logo img {
  border: 0;
}

a, a:visited {
  text-decoration: none;
  color: #444;
}

a:active, a:hover {
  text-decoration: underline;
  color: #444;
}

#nav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top: 1px solid #333;
  z-index: 1;
}

#nav ul {
  list-style-type: none;
  text-align: center;
  margin-top: -10px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#nav li {
  display: inline;
  text-align: center;
  margin: 0 5px;
  color: #ccc;
  background-color: #000;
}

#nav li a {
  padding: 1px 7px;
  color: #555;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
}

#nav li a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #8cca1e;
}
#candy {
  border: 1px solid #333;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url("bg_gradient.png");
  background-repeat: repeat-x;
  font-size: 80%;
}

#candy img {
  border: none;
  padding: 10px 30px;
}

#candy h2, #candy h3 {
  color: #ccc;
}

#candy p {
  color: #999;
}

#candy a {
  text-decoration: underline;
  color: #777;
}

#candy label {
  color: #999;
}

#candy input {
  color: #000;
  margin-left: 3px;
  margin-right: 3px;
}

#candy table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

#candy table th {
  text-align: center;
  padding: 2px;
  border: 1px solid #444;
  background-color: #666;
  color: #999;
}

#candy table.sort th {
  cursor: pointer;
  text-decoration: underline;
}

#candy table th.headerSortUp, #candy table th.headerSortDown {
  background-color: #888;
  color: #ccc;
}

#candy table td {
  text-align: center;
  padding: 2px;
  border: 1px solid #333;
  color: #555;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #333;
  display: block;
  text-align: center;
  color: #666;
  clear: both;
}

#footer a, #transtrum_footer a:link, #transtrum_footer a:visited {
  color: #666;
}

#footer a:hover, #transtrum_footer a:active {
  color: #888;
}
