p {
	width: 75%;
	
}

h3 {
	border-top:6px solid black;
	width: 55%;
}

#navigation {
	position: absolute;
	z-index: 1;
	width: 175px;
	padding-right:10px;
	padding-top: 50px;  /*text below top of line*/	
	top: 120px;  /*line top*/
	left: 0%;	
	height:85%;	/*lenght of line*/
	border-right:4px solid #000000;
	text-align:left;
	}


#aaa {
	position: absolute;
	z-index: 1;
	top: 350px;
	left: 20px;
}
#centerDoc {
	position: absolute;
	z-index: 1;
	left: 190px;
	padding: 0px 400px 0px 0px; /*top right bottom left*/
}

