/* HTML TAGS */
h1
{
	float: left;
	width: 40%;
	height: auto;
	margin: 0 4em 0 0;
	padding: 0;
	font-size: 100%
}


h1 a
{
	display: block;
	height: 105px;
}

dl
{
	float: left;
	margin: 0;
	padding: 10px 4em 1em 0;
}

dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd
{
	margin: 0;
	padding: 0;
	background-position: bottom;
}

dd a{
color:#660000;}


/* OBJECTS */

#experimentInfo
{
	height: 310px;
	margin-bottom: 0em;
	background-repeat: no-repeat;
	color: #86451b;
	text-align: left;
	background-position: center;
	background-image: url(../images/HeaderG.png);
}

.img {
	position:absolute;
	width:343px;
	height:65px;
	z-index:1;
	left: -5px;
	top: 315px;
	background-image: url(images/logo2.gif);
	 
}


/* CLASSES */

.hidden
{
	position: absolute;
	left: -10000px;
}