@charset "UTF-8";
body {
	background: #000 url(/images/grid.gif) repeat-x fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body,td,th {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #c668e6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c668e6;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #c668e6;
}
a.header {
}
a.header:hover {
	background:transparent; 
	border:1px dashed #efecd3; 
	color:black;
}
.thrColFix #container { 
	width: 1000px;
	background: #000;
	margin: 10px auto 30px;
	text-align: center;
	padding: 0;
} 
.thrColFix #sidebar1 {
	float: left;
	width: 200px;
	background: #111;
	padding: 22px 10px 10px;
	margin-top: -15px;
}
.thrColFix #sidebar2 {
	float: right;
	width: 200px;
	background: #111;
	padding: 22px 10px 10px;
	margin-top: -15px;
}
.thrColFix #mainContent { 
	width: 540px;
	margin: -15px 220px 10px 220px;
	padding: 0 10px 6px;
	background: #000;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
