div#header {
	margin: 8px auto;
	width: 1024px;
	background: url(/images/theme/header_bg.png) repeat-x;
  height: 93px;
  line-height: 25px;
}

/*-------------------------------------------------
	HEADER CONTENT
-------------------------------------------------*/
main
div#header a {color: white; text-decoration: none; font-weight: normal;}
div#header a:hover {}

#title {
	position: relative;
	margin:0 auto;
	height: 93px;
	background: url(/images/theme/header_bg.png) repeat-x;
	text-align: left;
	width: 1024px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

#title h1 {
	margin-bottom: -16px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	position: absolute;
	top: 8px;
	border:none;
	margin-left: 20px;
}

#beta {
	position: absolute;
	top: 16px;
	background: url(/images/theme/beta.png) no-repeat;
	height: 70px;
	width: 70px;
	margin-left: 205px;
}

#mainNav {
	background: url(/images/theme/red_gradient.png) repeat-x;
	width: 1024px;
	height: 25px;
	margin: -7px auto;
	font-size: 0.9em;
	padding-top: 4px;
}

#mainNav a {color: #FFF; padding-left: 12px; text-decoration: underline;}