body {
	background: #ffffff url(/images/backfloat-old.jpg) no-repeat fixed 20% 50%;
}

a {
	color: #060;
}

a:hover {
  background-color: transparent;
	color:  #000;
}

#content h1 {
	background: #ccf;
}

#content {
	position: absolute;
	top: 1.6em;
	right: 0;
	margin: 0 0 1em 30%; /* top right bottom left */
	padding: 2em 3em 3em 3em; /* top right bottom left */
	border: none;
	background: #fffffa url(/images/backfloat-old.jpg) no-repeat fixed 20% 50%;
	/*color: #330;*/
	color: #000;
}

#content a {
	color: #048;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	background-color: transparent;
}

#menu {
	top: 2.6em;
	left: 0;
	right: relative;
  padding: 0 0 1em 2%; /* top right bottom left */
}

#navigation {
	width: 98%;
	position: absolute;
	top: 2px;
	right: .5em;
	text-align: right;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation a {
	color: #048;
}

#content dt {
  color: #080;
}

#content dd dt {
  color: #808;
}

#content h2 {
  color: #00f;
}
