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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #fec45e;
}

#topbuttons {
	clear: both;
	background-image: url(images/topbuttonsbg.jpg);
	background-repeat: repeat-x;
	height: 111px;
	text-align: center;
}

#toptext {
	width: 950px;
	background-image: url(images/toptextbg.gif);
	background-repeat: repeat-x;
	height: 47px;
	background-color: #fdc560;
}

#bottombuttons1 {
	background-color: #ffb84d;
	clear: both;
}

#overtimers {
	text-align: center;
	width: 950px;
	clear: both;
	background-color: #ffb84d;
}

#overtimers2 {
	text-align: center;
	width: 950px;
	clear: both;
	background-color: #ffb84d;
}

#overtimers3 {
	text-align: center;
	width: 950px;
	clear: both;
	background-color: #ffb84d;
}

#overtimers4 {
	text-align: center;
	width: 950px;
	clear: both;
	background-color: #ffb84d;
}

#mainjoin {
	clear: both;
	background-color: #ffb84d;
	background-image: url(images/joinpagebg.jpg);
	background-repeat: repeat-x;
}

.welcometextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 16px;
}

.toptextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 18px;
	margin-top: 0px;
}

.episodetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.episodetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}


