#header {
	width: 300px;
	height: 100px;
	background-image: url("img/admm-logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 4px;
		
} 
#header span {
	display: none;

}

#navigation {
	position: absolute;
	left: 4px;
	top: 108px;
	margin: 0px;
	width: 296px;
	display: block;
	padding: 0px;
	height: 168px;
	}

#navigation span {
	display: block;
	width: 288px;
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom:2px;
	margin: 0px;
	}
	
#contact {
	position: absolute;
	top: 276px;
	left: 4px;
	width: 288px;
	clear: left;
	padding-left: 4px;
	padding-right: 4px;
	min-height: 196px;
   margin: 0px;
}
#content {
	float: left;
	padding-top: 0px;
	left: 308px;
	top: 4px;
	position: absolute;
}

#content	h2 {
	display: block;
	margin: 0px;
	padding: 10px;
	height: 36px;
}

#content p {
	margin: 4px;
}

#content span {
	margin: 20px;
	min-height: 352px;
	display: block;
	padding: 6px;
	
}

#disclaimer {
	clear: both;
	display: block;
	top: 480px;
	position: absolute;
	text-align: center;
	
	margin-left: auto;	
	margin-right: auto;
	width: 100%;
	
}

#disclaimer p.disclaimer {
	text-align: auto;
	margin-left: auto;
	margin-right: auto;

}