body {
	padding: 0px;
	margin: 0px auto;
	height: 100%;
	color: #ffffeb;
	background: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
    
}

#mainID {
	width: 779px;
	margin: 0px auto;
	border: solid 1px #4f4e4e;
	text-align: left;
}

img {
	border: 0px;
}

.logo {
	background: url('images/logo.jpg') no-repeat left top;
	width: 779px;
	height: 106px;
}

.header {
	padding: 15px 4px 15px 4px;
	line-height: 2em;
}

/*========================================================================
	Thumbs
========================================================================*/
.thumbContainer {
	width: 777px;
	height: 152px;
	margin: 0px 0px 0px 2px;
}

.thumb {
	background: url('images/bg_thumb.jpg') no-repeat left top;
	width: 190px;
	height: 152px;
	margin: 0px 2px 0px 2px;
	float: left;
	text-align: center;
}

/*========================================================================
	Show List
========================================================================*/

.showListTop {
	background: url('images/bg_showList_top.gif') #00ff00 no-repeat left top;
	margin: 8px 0 0 0;
	width: 779px;
	height: 27px;
}

.showListTitle {
	float: left; 
	width: 150px;
	margin: 7px 0px 0px 10px;
}

.showListTimeBased {
	float: right;
	width: 250px;
	text-align: right;
	margin: 7px 10px 0px 0px;
}

.listContainer, .listContainer2 {
	width: 770px;
	height: 120px;
	margin: 0px 0px 0px 5px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #515050;
}

.listContainer2 {
	background-color: #3a3a39;
}

.chathostThumb {
	background: url('images/bg_chathostThumb.gif') no-repeat left top;
	width: 121px;
	height: 90px;
	float: left;
	margin: 4px 8px 0px 6px;
	padding: 4px; 
}

.showInfo {
	margin: 4px 0px 0px 0px;
	float: right;
	position: relative;
	width: 625px;
}

.nameDate {
	width: 625px;
	margin: 0px;
}

.name {
	float: left;
	width: 300px;
}

.date {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
	font-weight: bold;
	text-align: right;
}

.dots {
	background: url('images/bg_dots.gif') repeat-x left top;
	width: 625px;
	height: 1px;
	position: relative;
	margin: 4px 0px 4px 0px;
}

.info {
	width: 505px;
	height: 47px;
	float: left;
	margin: 0px;
}

.clickHere {
	background: url('images/but_clickhere.gif') no-repeat right top;
	float: right;
	width: 115px;
	height: 31px;
	margin: 8px 0px 8px 0px;
}

.showStarts {
	width: 125px;
	float: left;
	margin: 7px 0 0 0;
	font-weight: bold;
}

.countdown {
	float: left;
	width: 405px;
	margin: 0px;
	padding: 0px;
}

/*========================================================================
	Who's Online
========================================================================*/
.whosOnlineContainer {
	width: 777px;
	height: 153px;
	margin: 0px 0px 20px 3px;;
}

.onlineThumb {
	background: url('images/bg_whosOnline.gif') no-repeat left top;
	width: 120px;
	height: 126px;
	margin: 0px 35px 0px 0px;
	padding: 30px 3px 0px 3px;
	float: left;
	text-align: center;
}

.nomargin {
	margin: 0px 0px 0px 2px;
}

/*========================================================================
	Footer
========================================================================*/
.footer {
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
}

.footer A:link {
	text-decoration: underline;
}

.footer A:hover {
	text-decoration: none;
}

.footer A:visited { 
	text-decoration: underline; 
}

/*========================================================================
	Fonts
========================================================================*/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffeb;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
}

.y14 {font-size:14px; color:#f6ca01; }
.y11:link {text-decoration: underline; color:#f6ca01; }
.y11:active {text-decoration: underline; }
.y11:hover {text-decoration: none; }
.y11:visited {text-decoration: underline; }


h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f6ca01;
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
}


