/*NP - overrides main - must keep it localised to header*/
body {
	font: Normal 12px/16px Trebuchet, arial, sans-serif;
	/*width: 768px;*/
	margin: auto;
}
#header {
	position: relative;
	height: 91px;
	width: 100%;
	z-index: 200;
}
#header a {
	color: #fff;
	text-decoration: none;
}
div#welcomeText{
	position: absolute;
	top: 19px;
	left: 190px;
	width: auto;
	height: 20px;
	
}
div#welcomeText h1{ margin:0px;font-size: 9pt; color: #be1278;}
#logo {
	float: left;
	width: 180px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#navbar {
	display: none;
	position: absolute;
	float: right;
	background: url('images/navbar_layout_0.gif') no-repeat;
	left: 190px;
	top: 48px;
	padding: 0 2px;
	width: 583px;
	height: 46px;
	color: #fff;
}
