/***************************************************************
Style Sheet for NGEN

Copyright 2008 by NGEN, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	
	width:860px;
	height:140px;
	
	background:url('images-layout/header-bg.gif') top left no-repeat #fff;
	z-index:1;
}
#headerWrapper {
	width:860px;
	height:140px;
	background:url('images-layout/header-wrapper-bg.gif') top right no-repeat ;
}


#header .headerLogo {
	position:absolute;
	top:40px;
	left:60px;
	z-index:100;
}

#headerLink:link, #headerLink:visited, #headerLink:active  {
	position:absolute;
	bottom:28px;
	right:43px;
	margin:0;
	padding:0;
	font-size:95%;
	font-weight:bold;
	text-decoration:none;
	color:#e2a21a;
}
#headerLink:hover {
	text-decoration:underline;
}