@charset "utf-8";
/* CSS Document */

body {
  min-width: 640px;      /* 2x LC width + RC width */
  background-color:#000;
  color:#FFF;
  padding: 5px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
 
}
a {
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	background-color: #333;
}
a:hover {
	color:#000;
	background-color: #FFF;
}
a img {
	border: none;

}

#wrapper {
	width: 900px;
}

#left, #right, #center {
	float: left;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}
#left {
	width: 12%;
	background-image:url(img/sidebar_left.gif);
	background-repeat:repeat;
}
#right {
	width: 30%;
	background-image:url(img/sidebar_right.gif);
	background-repeat:repeat;
margin-left: 9px;
}

#center {
	width: 57%;
	margin-right: 0px;
}

#center_content {
	padding: 10px 0px 10px 20px;
}
#column_wrapper {
	overflow: hidden;
	float: left;
	width: 100%;
}

#banner {
	width: 481px;
	height: 143px;
	background-image:url(img/toadstorm.gif);
	background-repeat:no-repeat;
background-position: left;
	
	
}
#header {
font-weight: bold;
background-color: #18b22a;
padding: 0px 5px 0px 5px;
}
#footer {
clear: both;
font-weight: bold;
text-align: right;
background-color: #1888b2;
padding: 0px 5px 0px 5px;
}
#historyBtn {
position: relative;
display: block;
text-indent: 500px;
top: 122px;
left: 352px;
width: 126px;
height: 16px;
background-image:url(img/history2.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
background-color: #000;
overflow: hidden;
}
#historyBtn:hover {
	background-position:0px -16px;
background-color: #000;
}
#reelBtn {
position: relative;
display: block;
text-indent: 500px;
top: 123px;
left: 372px;
width: 126px;
height: 16px;
background-image:url(img/viewreel2.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
background-color: #000;
overflow: hidden;
}
#reelBtn:hover {
	background-position:0px -18px;
background-color: #000;
}
	
.textBlock {
	padding: 20px 10px 10px 4px;
}
.textBlock h1 {
	font-size: 18px;
	font-weight: bold;
}
#player {
	padding: 20px 0px 30px 0px;
}
div.historyTitle {
	font-weight: bold;
	float: left;
}
div.historyDate {
	float: right;
	font-style:italic;
}
div.historyDesc {
	padding-bottom: 24px;
	width: 270px;
}
div.postSpacer {
	clear: both;
}