html {
	overflow-x: hidden;
}
body {
	margin: 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Verdana;
	font-size: medium;
	color: #978a7b;
}
a:link       			{ color: #E49C00; padding-left: 1px; padding-right: 1px; text-decoration: none; }
a:visited      			{ color: #E49C00; padding-left: 1px; padding-right: 1px; text-decoration: none;}
a:active      			{ color: #E49C00; padding-left: 1px; padding-right: 1px; text-decoration: none;}
a:hover       			{ color: #FFFFFF; padding-left: 1px; padding-right: 1px;  }

/* black wrapper */
.mainCol	{
margin:0 auto 0 auto; top: 26px; min-height: 800px; background-color: #000;
	}
#mn_top {
position: absolute; left: 50%; top: -9px; height: 9px; 
}
#mn_foot{
height: 10px; top: 10px;
}
/* flash */
#nav	{
	position: absolute; left: 50%; z-index: 100;
}
.lft_fl	{
position: absolute; left: 50%; top: 160px;
}
.rgt_fl	{
position: absolute; left: 50%; top: 130px;
}
#clr	{
clear: both;
}
#text_navs_container {
	width: 100%;
	height: 18px;
	padding-top: 8px;
	text-align: center;
	font-size: 8pt;
}
#text_navs_container a{
	margin-right: 10px;
}
