/* <html><head><meta name="robots" content="noindex"></head></html> */
body:
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

#Header
{
	position: relative;
	float: center;
	margin: 0px;
	top: 6px;
	padding: 0px;
	height: 20px;
	width: 100%;
	z-index: 1;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: x-large;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}

#HeaderLeft
{
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 2px;
}


#Nav
{
	position: absolute;
	float: center;
	margin: 0px;
	width: 100%;
	top: 50px;
	left: 0px;
	height: 18px;
	text-align: center;
	background-color: rgb(95%, 95%, 95%);
	color: #36C;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: small;
	padding: 4px 0px 0px 0px;
	font-style: normal;
	font-weight: 100;
}

//	Nav bar
a: { float: left; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }

a:hover
{
	color: black;
	background: #ddd;
}
