@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
}
#outer_wrapper {
	width: 900px;
	left: 100px;
	position: absolute;
	top: 0px;
	height: 100%;
}

#outer_wrapper #wrapper #main {
	width: 900px;
	background-image: url(../images/felix_banner.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	height: 147px;
}
.orangetxt {
	color: #FFAF05;
}
a {
	color: #FFF;
}

#outer_wrapper #wrapper #main #left_col {
	width: 200px;
	padding-top: 190px;
}
#outer_wrapper #wrapper #main #right_col {
	width: 690px;
	padding-top: 190px;
	float: right;
}
#main_nav {
	width: 165px;
	height: 230px;
	background: url(../images/felix_nav.gif);
	padding: 0;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	}
  #main_nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
  
	
	}
  #main_nav li, #main_nav a {
    width: 165px;
	display: block;
	  height: 32px; 
	}	
  #panel1b {
	top: 0; 
	height: 32px;
	}
  #panel2b {
    top: 64px; 
    height: 32px;
  }
  #panel3b {
    top: 96px; 
    height: 32px;
  }
    #panel4b {
	top: 128; 
	height: 32px;
	}
  #panel5b {
    top: 160px; 
    height: 32px;
  }
  #panel6b {
    top: 192px; 
    height: 32px;
  }
   #panel1b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px 0px;
	height: 32px;
   }
  #panel2b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px -32px;
	height: 32px;
  }
	#panel3b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px -64px;
	height: 32px;
	}
	   #panel4b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px -96px;
	height: 32px;
   }
  #panel5b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px -128px;
	height: 32px;
  }
	#panel6b a:hover {
	background-color: transparent;
	background-image: url(../images/felix_nav.gif);
	background-repeat: no-repeat;
	background-position: -159px -160px;
	height: 32px;
	}
	.hide {
	display: none;
}
#outer_wrapper #wrapper #main #right_col #copy {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 522px;
	font-size: 13px;
	line-height: 19px;
	background-image: url(../images/text_back.gif);
	background-repeat: repeat-y;
}
#home-banner {
	text-align: left;
}
td {
	font-size: 11px;
}
#copy2 {
	width: 502px;
	padding-right: 10px;
	padding-left: 10px;
}
.rightjust {
	text-align: right;
}
