body {
  background: #ececec url(/img/bg.gif) top center repeat-y;
  color: #111;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 0.8em;
}

img {
  border: 0;
}

/* General classes */
.clear {
  clear: both;
}

.m {
  vertical-align: middle;
}

.l {
  float: left;
}

.fl {
    float:left;
    margin:0px 30px;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.r {
  float: right;
  clear: right;
}

.c {
  text-align: center;
}

.j {
  text-align: justify;
}

.bd {
  font-weight: bold;
}

.nb {
  border: 0;
}

a {
  color: #00f;
  text-decoration: none;
  border-bottom: 2px dashed #99f;
  cursor: pointer;
}

/* Content classes */
div#content {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff;
  color: #111;
}

/* Header classes */
div#header {
  margin: 5px 0;
  clear: both;
}

div#header h1 {
  background-color: #fff;
  color: #336;
  font-weight: normal;
  margin: 30px 0 30px 20px;
}

div#stats .row {
  clear: both;
}

div#stats .label {
  width: 140px;
  margin: 3px 10px;
}

div#stats .col {
  width: 125px;
  margin: 3px 10px;
}

/* Footer classes */
div#footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

div#footer a {
  border: 0;
}

div#footer img {
  margin: 0 18px;
}

div#footer p.ds {
  margin-top: 20px;
}

div#footer p.ds a {
  color: #000;
  text-decoration: none;

}
div#footer p.ds span {
  color: #ed6b00;
}