@CHARSET "UTF-8";
body
{
	margin:0px;
	padding:0px;
	background-color: #000;
	font-familiy: "Arial, Helvetica, Verdana, sans-serif";
	font-size: 14px;
	color: #fff;	
	
}

a 
{ 
	text-decoration:none;
	color: #fff;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover 
{ 
	font-weight:bold;
}
a:active { text-decoration:none; }
a:focus { text-decoration: none; }

table
{
	paading:0px;
	margin:0px;
	width: 100%;
	border: 0px;
}


image, table
{
	border: 0px;
}


.navcell
{
	width: 190px;
	text-align: right;
}

.topright
{
	text-align: right;
	vertical-align: top;
}

.topleft
{
	text-align: left;
	vertical-align: top;
}

.botright
{
	text-align: right;
	vertical-align: bottom;
}

.zenter
{
	text-align: center;
	vertical-align: middle;
}	

.footnote 
{
	font-size: 10px;
}

#wrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -410px;
}

#conTab
{
	width: 1000px;
	height: 820px;
	z-index: 0;
}

#topSpace
{
	height: 40px;
	position: static;
	z-index: 0;
}

#topNavBarSpace
{
	height: 10px;
	position: static;
}

#mainCon
{
	width: 1000px;
	height: 660px;
	z-index: 0;
}

#topNav
{
	background-image: url(img/demo_01_bg_01.jpg);
	width: 1000px;
	height: 100px;
	position: static;
	z-index:0;
}

#footbg
{
	background-image: url(img/demo_01_bg_01.jpg);
	width: 1000px;
	height: 2px;
	z-index: 0;
}

#selectorBar
{
	position: absolute;
	width: 197px;
	height: 790px;
	z-index: 1;	
}
	
#overlayTopBar
{
	position: absolute;
	width: 197px;
	height: 100px;
	background-color: #333;
	z-index: 2;
	display: none;
}
#overlayNav
{
	position: absolute;
	text-align: left;
	vertical-align: top;
	width: 197px;
	height: 790px;
	background-color: #333;
	z-index:3;
	filter:alpha(opacity=85); 
    -moz-opacity: 0.85; 
    opacity: 0.85; 
    display: none;
}

#navBar
{
	font-familiy: "Arial, Helvetica, Verdana, sans-serif";
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	position: absolute;
	text-align: right;
	margin-left: -5px;
	vertical-align: top;
	width: 197px;
	height: 790px;
	z-index:4;
	display: none;
}
