body {
	background-color: #4d4d4d;
	color: #C0C0C0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

#label {
	background-color: #808080;
}

#label #logo { float: left; }
#label #info { text-align: right; margin-right: 10px; margin-left: 10px;}

#header {
	background-color: #808080;
}
#header h2 {
	margin-bottom: 0;
}

#content {
	width: 980px;
	background-color: #808080;
}

#footer {
	border-top: 0px;
	background-color: #808080;
}

h1 {
  color:#C0C0C0;
}
h2 {
  color:#C0C0C0;
}
h3 {
  color:#C0C0C0;
}
.content {
  background-color: #808080;
}

a, a:visited {
  color: #00aeef;
}
a:active, a:hover {
  color: #638a8c;
  background: #FFD956;
}
h1 a, h1 a:visited {
  color: #00aeef;
}
hr {
  background-color: #88c6cf;
}
fieldset {
  border-color:#88c6cf;
  color:#638a8c;
}
.box {
  background:#dff6f1;
}

/* Thickbox Window */
#TB_window {
	border: 4px solid #638a8c;
}
#TB_title {
	background-color:#dff6f1;
}

/* Positive Buttons */
body .positive {
  color:#638a8c;
}
a.positive:hover, button.positive:hover {
  color:#638a8c;
}
a.positive:active {
  background-color:#638a8c;
  border:1px solid #638a8c;
}


.section.top {
	height: 10px;
	width: 100%;
	background-color: #808080;
	margin-top: 10px;
}
.section.bottom {
	clear: both;
	height: 10px;
	width: 100%;
	background-color: #808080;
}

#leaderboard {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

