body {
  background-color: black;
  background-image: url("gfx/bg.jpg");
  background-repeat: repeat-x;
  background-position: 50% 0;
  color: #dddddd;
  font-family: arial;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

  .frame {
    margin: 0 auto;
    width: 800px;
  }

    .flags {
    }

    .menu {
      height: 79px;
      text-align: center;
      margin: 0 auto;
    }

      .menu td {
        background-position: 50% 15px;
        background-repeat: no-repeat;
        vertical-align: middle;
      }

      .menu img {
        display: block;
      }

    .content {
      border-right: 1px solid #333333;
      float: left;
      margin-bottom: 50px;
      padding-bottom: 50px;
      padding-left: 50px;
      padding-right: 35px;
      text-align: justify;
      width: 479px;
    }

      .content .topic {
        color: #ff6400;
        font-family: impact;
        font-size: 16px;
        margin-bottom: 20px;
      }

      .content .subtopic {
        color: #ff6400;
        font-weight: bold;
      }

    .column {
      float: left;
      padding-bottom: 50px;
      padding-left: 35px;
      text-align: center;
      width: 150px;
    }

      .column .topic, input.button {
        background-color: #ff6400;
        color: black;
        font-family: georgia;
        line-height: normal;
        margin-bottom: 20px;
        padding: 5px 20px 5px 20px;
      }

      .column a.topic {
        display: block;
        text-decoration: none;
      }

    .footer {
      color: #333333;
      font-size: 9px;
      padding: 20px 0;
      text-align: center;
    }

a {
  color: #ff6400;
}

embed {
  display: block;
}

.content .divider, .column .divider {
  background-image: url("gfx/hr.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 50px;
}

  .column .divider {
    background-image: url("gfx/hr2.png");
    height: 30px;
  }

img {
  border: 0;
}

  img.thumbnail {
    border: 2px solid #333333;
  }

input, textarea {
  background-color: transparent;
  border: 0;
  color: #dddddd;
  font-family: arial;
  font-size: 11px;
  padding: 1px;
  width: 99%;
}

  input.button {
    border: 0;
    float: right;
    width: auto;
  }

  input.radio {
    border: 0;
    width: auto;
  }

  textarea {
    height: 80px;
  }

th, td {
  vertical-align: top;
}

.calendar {
  border: 0;
  height: 130px;
  width: 100%;
}

.chart {
  border-collapse: collapse;
  width: 100%;
}

  .chart th {
    background-color: #ff6400;
    border: 1px solid #ff6400;
    border-right: 0;
    color: black;
    padding: 5px 10px;
    width: 125px;
  }

  .chart .topic {
    background-color: #222222;
    font-family: arial;
    font-size: 12px;
  }

  .chart td {
    border: 1px solid #333333;
    padding: 5px 10px;
  }

.list {
  width: 100%;
}

  .list td {
    border-bottom: 1px solid #333333;
    padding: 5px 10px;
  }

  .list td.odd {
    background-color: #111111;
  }

  .list td.even {
  }