body{
	background : url(/files/images/bg.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	
}
a:link {
	color:#CCCCCC;
	font-weight:bold;
}
a:visited {
	color: #FF0000;
	font-weight:bold;
}
a:hover {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #00FFFF;
	font-weight:bold;
	text-decoration:none;
}
.page {
	width: 980px;
	background-color: #000000;
	margin: auto;
	border: solid 2px #FFFFFF;
	padding-bottom: 3px;
	color: #FFFFFF;
}
.NavigationBar {
	border-bottom: solid #FFFFFF 2px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	border-right: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
}
.thrColFixHdr #sidebar2 {
	background-color: #333333;
	float: right;
	width: 254px;
	padding: 15px 10px 10px 5px;
	margin-left: 6px;
	border-left: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
}
.thrColFixHdr #mainContent {
	margin: 0px 5px 0px 160px;
	padding: 5px 5px 5px 5px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrap_bottom {
	background: transparent url(/files/images/torn_bottom.png) top center;
	background-repeat:no-repeat;
	height:31px;
	padding-bottom: 5px;
}
