#header {
	position: relative;
	width: 100%;
	top: 0px;
	height: 70px;		/* at least height of headerFate.png */ /*also denotes clipboard starting point */
	background-image: url(images/headerFade.png);
	background-repeat: repeat-x;
	z-index: 4;
}

#header_center {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: white;
}

#header_left {
	float: left;
	width: auto;
	padding-top: 2px;
}

#header_right {
	float: right;
	width: auto;
	padding-top: 5px;
	font-size: 10pt;
}

a.header:link {color: white; text-decoration: none; }
a.header:active {color: white; text-decoration: none; outline: none;}
a.header:visited {color: white; text-decoration: none; }
a.header:hover {color: gray; text-decoration: none; }