
/* NAV BAR */

div#tbhtop {
	padding: 0;
	margin: 0;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	text-align: center;
	z-index: 99;
}

div#tbhnav {
	padding: 7px 12px 6px 12px;
	margin: 0 auto;
	background-color: black;
	width: 936px;
}

div#tbhnav div {
	color: #666;
	font-size: 11px;
	line-height: 11px;
}

div#tbhnav div.nleft {
	float: left;
	text-align: left;
	position: relative;
	text-transform: uppercase;
}

div#tbhnav div.nright {
	float: right;
	text-align: right;
	position: relative;

}

div#tbhnav a:link, div#tbhnav a:active, div#tbhnav a:visited {
	text-decoration: none;
	color: #f6ad4d;
}

div#tbhnav a:hover {
	text-decoration: none;
	color: red;
}

div#tbhnav a.mcp { color: red; }

div#hdr {
	padding-top: 22px;
	height: 151px;
	border: 0;
}

div#tbhnav div.nleft, div#tbhnav div.nright {
	font-family: "Century Gothic", Trebuchet, "Trebuchet MS", Arial, Verdana;
}




/* ~~~ reg bar ~~~ */

#reg-bar { display: none; }
