div.header {
	position    : relative;
	left        : 0;
	top         : 0;
	right       : 0;
}
div.header p.logo {
	border          : none;
}
div.header p.logo img.logo {
	position    	: absolute;
	left        	: 0;
	top         	: 0;
	z-index		: 2;
	width		: 300px;
	height		: 100px;
	float 		: none;
}
div.header p.logo img.art {
	position    	: absolute;
	right       	: 0;
	top         	: 0;
	z-index	    	: 1;
	width		: 300px;
	height		: 100px;
}
div.header span.ruler {
	display         : block;
	width           : auto;
	margin          : 0px 0px 2px 0px;
	padding         : 0;

	font-family     : Arial, sans-serif;
	font-size       : 6px;

	background      : #666699;
	color           : black;
	border          : 1px solid #666699;
}
div.header span.links {
	padding         : 0;
	margin          : 0;
}
div.header p.navbar {
	width           : auto;
	padding         : 0px 0px 1px 0px;
	margin          : 0;

	background      : #c0c0c0;
	color           : black;
	border-bottom   : 1px solid #c0c0c0;
}

div.header a.nblink {
	padding         : 0px 2px 0px 2px;
	text-decoration : none;
}
div.header a.nblink:link, a.nblink:visited {
	color           : black;
}
div.header a.nblink:hover, a.nblink:active, a.nblink:focus {
	color           : #00ffff;
	background      : #9393ac;
}
div.header a.nbcurrent {
	padding         : 0px 2px 0px 2px;
	font-weight     : bold;
	text-decoration : none;
}
div.header a.nbcurrent:link, a.nbcurrent:visited {
	color           : #6060A0;
}
div.header a.nbcurrent:hover, a.nbcurrent:active, a.nbcurrent:focus {
	color           : #00ffff;
	background      : #9393ac;
}
