/* CSS Document */

body {
  background: #fff none;
  text-align: center;
  font-family: Verdana, Tahoma, Sans, sans-serif;
  font-size: 11px;
  color: #666;
}

a, a:visited {
  color: #feb006;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: normal;
  margin-top: 0px;
  color: #e68826;
}

.wakeup {
  color: #666;
  text-transform: uppercase;
}


#wrapper {
  text-align: left;
  margin: 20px auto;
  width: 728px;
}

#content {
  border: 1px solid #c4c4c4;
  background: #fff url('images/stats.jpg') no-repeat left bottom;
}

#navigation {
  width: 111px;
  float: left;
  margin-bottom: 250px;
}

#navigation a {
  color: #b9b9b9;
  text-decoration: none;
  text-transform: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation .selected {
  color: #515151;
  list-style-image: url(images/bullet.jpg);
}

#navigation ul {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
  direction: rtl;
}

#main-content {
  float: left;
  width: 480px;
  overflow: auto;
  border-left: 1px solid #c4c4c4;
}

.padded {
  padding: 20px 20px 20px 20px;
}

.clear {
  clear: both;
}

.get-started {
  padding: 5px;
  text-align: center;
}

#footer {
  text-align: right;
  margin-top: 3px;
}
