body {
	padding: 0 444px 0 444px;
	margin: 0;
	text-align: center;
	background: gray;
	background-image:url(bgblue.jpg);
	font-family: trebuchet MS, lucida grande, arial, verdana; font-size: 13px; color: #fff; font-style: normal; font-weight: normal; 
}
#black { background-image:none; background-color:#000000; }
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	border:0 clear;
	max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -444px 0 -444px;
	min-width: 888px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; border: 0 clear; } 

.header {
padding:1px;
margin:1px;
position:relative;
text-align:right;
border:0px clear;
float:left;
clear:both;
top:1px;
right:1px;
font-size:10px;
width:700px;
}

h1, .player {
padding:1px; margin:0; background-color:#636B7E; border:1px solid #FFF; top:1px; clear:both;
}

h1 {
position:absolute;
text-align:left;
float:left;
font-size:1.2em;
left:1px;
padding:2px 2px 2px 8px;
min-width:227px;
  width:auto !important;
}

.player {
position:absulute;
text-align:right;
float:right;
font-size:1.2em;
left:125px;
width:494px;
min-height:20px;
  height:auto !important;
  height:20px;
z-index:0;
}

#sidebar {
  width: 127px;
  text-align: left;
  float: right;
  padding: 1px 3px 5px 3px;
  border: 1px solid #ddd;
  margin: 1px;
  min-height: 619px;
  height:auto !important;
  height:619px;
}

#content {
  width: 744px;
  text-align: justify;
  float: left;
  min-height: 625px;
  height:auto !important;
  height:625px;
  padding: 0;
  background-color: #31313D;
  border: 1px solid #aaa;
  margin: 1px; 
}

.banners {
	width: 744px;
	border: 0 clear;
	margin: 10px 7px;
	padding: 0;
}

#footer { clear: both; padding: 0.2em 0; margin: 0 5%; }

p {
	margin: 3px 3px 0 3px;
	font-size: 13px; 
	line-height: 1.2em;
	padding:5px 4px;
}
#spacer { position:relative; top:20px; }
.indent { text-indent: 50px;}

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* * * Decorative Styles * * */
.menuheader { background-image:url(td-bg.jpg); }
.menuheader, .menu { border: 1px solid #aaa; background-color: #333; padding:3px 4px 4px 4px; margin: 0.25em 0; }
.alignright {margin: 30px 0; text-align: right;}
.small {font-size: .8em;}
#sidebar a {color: #C00;}

/* * * Form Styles * * */

/*\*/
* html form {height: 0;}
/* Holly hack */