﻿html {
  text-align: center;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
#body {
  font-family: sans-serif;
  width: 99.6%;
  margin: 0 auto;
  text-align: left;
}
h1 {
  margin: 0 0 .05em 0;
  padding: .05em 0 0 0;
  font-size: medium;
}
#header {
  height: 5px;
}
#search {
  padding-top: 10px;
  float: right;
}
.third {
  clear: left;
}
.feed {
  margin-top: .5em;
  margin-bottom: .5em;
  width: 48%;
  float: left;
  margin-right: .2%;
}
.feed h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.feed h2 a {
	color: #000000;
	font-family: Arial, Helvetica Black, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	line-height: 1em;
}
.items {
  margin: 1;
  padding: 0;
}
.items li {
  margin: 1;
  padding: 2px 0 2px 0;
  width: 100%;
  list-style-type: none;
  text-indent: 1;
  border-bottom: 1px solid #444;
  line-height: 1em;
  clear: both;
}
.items a {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	z-index: 24;
}
.items a:visited {
	color: #FF0000;
}
.items a:hover {
  z-index: 25;
}
#leaderboard {
  text-align: center;
  clear: both;
  padding-top: .5em;
}
#leaderboard iframe {
  margin: 0 auto;
}
#footer {
  margin-top: 1em;
  clear: both;
  text-align: center;
  font-size: x-small;
  text-transform: uppercase;
}
.items li a .desc {
	width: 225px;
	position: absolute;
	top: 33px;
	left: 20px;
	border: 1px solid #444444;
	background-color: #FFF799;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

img
{
   border: 0px;
}

