/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
	.mainborder {
	    width: 0px;
	    background: #211a16;
	}

	.templatebody {
	    background: #211a16;
	}
	
	.headerrow { width: 100%; }

	.headertable { width: 95%;}

	.menucol { padding: 10px 0 0 0; }
.searchtext {
	font-size: 11px;
	color: #b99852;
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
	height: 65px;
	line-height: 1.6;
}

a.subsearch:link, a.subsearch:visited {
	color: #b99852;
}
a.subsearch:hover {
	color: #e9cfa2;
}
#tngnav a {
	display:block;
	color:#888;
	text-decoration:none;
	background: url(../img/tngtab.png) no-repeat;
	margin:0;
	padding: 0.2em 1.9em 0.3em 26px;
	border-right: 1px solid #aaa;
	position: relative;
	font: 11px arial, helvetica, sans-serif;
}