body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	background-color:#1b1b1b;
	/* background-image:url(../../game/images/body.gif); */
	background-repeat:repeat;
}

.thrColAbsHdr #container { 
	position: relative; 
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

.thrColAbsHdr #header {
	height:38px;
	background: #DDDDDD;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image:url(../../game/images/newheader.jpg);
}

.thrColAbsHdr #header h1 {
	margin: 0;
	padding-top:0px;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px; 
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 160px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px;
}

.thrColAbsHdr #mainContent { 
	margin: 0 0px; 
	padding: 0 10px; 
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#565757;
	background-image:url(../../game/images/bottom_bgbg.jpg);
	background-repeat: repeat-x;
} 

.thrColAbsHdr #footer p {
	margin: 0;
	font-family:tahoma;
	font-size:12px;
	padding: 10px 0;
	color:#CCCCCC;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

a.grey:link {
	color: #feaf39;
	text-decoration: none;
}

a.grey:visited {
	color: #feaf39;
	text-decoration: none;
}

a.grey:hover {
	color: #333333;
	text-decoration: none;
}

a.orange:link {
	color: #C86F20;
	text-decoration: none;
}

a.orange:visited {
	color: #C86F20;
	text-decoration: none;
}

a.orange:hover {
	color: #F48E33;
	text-decoration: underline;
}
