DIV.content {
	padding-top: 7.2em;
	
	}
	
DIV#top-header {
	position: absolute;
	width: 49.13em;
	top: 1em;
	z-index: 3;

}
DIV#top {
	position: absolute;
	width: 49.13em;
	top: 0.1em;
	z-index: 2;

}
SPAN#logo  {
	height: 5.8em;
	float: left;
	width: 25em;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 1.0em 7px;
}
H1 {font-size:1.5em;font-weight:lighter}

A {
	background-color: none;
	text-decoration: underline;
	color:blue;
}
A SPAN {
	text-decoration: underline;
}

A:hover SPAN {
	/*background-color: #ebf4fa;
	padding: 0px 2px;
	border: 1px dotted #98bdc9;
	border-width: 1px 0px;*/
	text-decoration: underline;
	color:blue;
}

BODY, HTML {
	margin: 0px;
	padding: 0px;
	background-color:#F7ECC8;
	height: 100%;
}

DIV#background {
	position: absolute; 
	top: 1.5em; 
	width: 100%; 
	border-top: 4em solid #F7ECC8;
	border-bottom: 13em solid #F7ECC8;
}
DIV#background DIV {
	height: 1.7em;
	width: 100%;
	background-color: #F7ECC8;
}
