body
{
	font-family: "Courier New", Courier, Arial,sans-serif;
	font-size: 100%;
	width: 100%;
}



#content
{
	top: 3em;
	left: 0em;
	z-index: 5;
	width: 45em;
	height: 20em;
	position: absolute;
	display: block;
	border-color: #69C;
	border-width: 0.08em;
	border-style: solid;
	margin: 0 10% 0 10%;
}



#header1
{
	line-height: 1.5em;
	position: absolute;
	top: 5em;
	left: 20em;
	background-color: #FFF;
	color: #69C;
	width: auto;
	margin: 0 1% 0 1%;
	z-index: 20;
}

#header1 h1
{
	font-size: 1.2em;
	color: #69C;
	font-weight: normal;
	z-index: 20;
	position: fixed;
	top: 5em;
	left: 10em;
	text-transform: inherit;

}

#header1 a
{
	color: #69C;
	font-size: 0.8em;
	margin: 0 0 0 1em;
}

#header1 a:link { text-decoration: none; }
#header1 a:visited { text-decoration: none; }

#header1 a:hover
{
	text-decoration: none;
	color: #FF6600;
}


