body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color:#EE3224;
	text-align:center;
}
a{
	color:#EE3224;
}
a:hover {
	color:#888;
}
a img{
	border:none;
}
#wrapper
{
	text-align:center;
}
#black {
	background:#000 url(../_images/goreCorner.png) no-repeat bottom right;
	height:100px;
}
#header
{
	margin:0px auto;
	text-align: left;
	width:300px;
	
}
#header h1
{
	background:url(../_images/canYouSpot_h1.png) top center no-repeat;
	text-indent: -9999px;
	width:300px;
	height:150px;
}
#header h2
{
	background:url(../_images/leaderBoard_h2.png) top center no-repeat;
	text-indent: -9999px;
	width:300px;
	height:65px;
}
#content
{
	background:url(../_images/contentBG.png) top center repeat-y;
	margin: 0px auto;
	margin-top: -50px;
	width:940px;
	text-align:center;
}
#content #cta_left
{
	margin-top:35px;
	width:215px;
	float:left;
	text-align:left;
}
#leaderboard {
	width:510px;
	float:left;
}
#redBand
{
	margin: 0px auto;
	margin-top:-15px;
	background:url(../_images/redBand.png) top center no-repeat;
	height:64px;
	text-align:center;
}
#content #leaderBoard #scores
{
	margin:0px auto;
	margin-top:-14px;
	width:480px;
}
#redBandBottom
{
	margin: 0px auto;
	margin-top:-14px;
	background:url(../_images/redBandBottom.png) top center no-repeat;
	height:64px;
	text-align:center;
}
#cta_right
{
	margin-top:25px;	
	width:200px;
	float:right;
	text-align:right;
}
img.cta_img
{
	padding-top:20px;
}
#footer
{
	width:480px;
}
#nav
{
	margin:0px auto;
	width:480px;
	font-size:10px;
	text-align:left;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navSocial{
	margin-top:-20px;
	margin-right:15px;
	font-size:10px;
	text-align:right;
}
#navSocial a{
	color:#555;
	font-style:italic;
}
#social li
{
	display:inline;
	list-style-type: none;
}
#logo{
	width:167px;
	margin:0px auto;
	margin-top:20px;
	text-align:left;
}

#scores table {
  color: #fff;
  font-size: 13px;
  width: 480px;
  border-collapse: collapse;
}
#scores table th {
  text-align: center;
  background-color: #4c4c4c;
  border: solid #888;
  border-width: 0 1px 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 0;
}
#scores table td {
  border: solid #888;
  border-width: 1px 1px 0;
  text-align: center;
  padding: 3px 0;
}
#scores table .light td {
  background-color: #666;
}
#scores table .dark td {
  background-color: #4c4c4c;
}
.srank{
	font-weight:bold;
	width:55px;
}
.sdate {
	color:#eeeeee;
	font-size:11px;
}

