.header {
	alignment: center;
	width: 100%;
	background-color: #000000;
	text-align: center;
	white-space: nowrap;
	height: 28px;
	border-top-color: 999999;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background-position: center top;
}
.namehdr {
	background-color: #666600;
	height: 77px;
	background-image:  url(/bragboard/themes/classic/images/bragboardhdr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hdrlink {
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
	display: inline;
}
a.hdrlink:link, a.hdrlink:visited, a.hdrlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
	display: inline;
	text-transform: uppercase;
	padding-top: 5.5px;
	padding-right: 15px;
	padding-bottom: 5.5px;
	padding-left: 15px;
}

a.hdrlink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #333333;
}
