body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
.thrColEls #container {
	width: 100%;
	background: #000;
	margin: 0 auto;
	text-align: center;
}
.thrColEls #sidebar1 {
	float: left;
	width: 11em;
	background: #EBEBEB;
	padding: 15px 0;
}
.thrColEls #sidebar2 {
	float: right;
	width: 11em;
	background: #EBEBEB;
	padding: 15px 0;
}
.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.thrColEls #mainContent {
	margin: 0 12em 0 12em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.offline {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
