p {

	width: 80%;

	color: black;


}

h3 {

	color: black
	width: 80%;
}

.italic {

	font-style: italic;

}


#navigation {
	position: absolute;
	width: 255;
	font-size: 2;
	top: 65px;
	left:0px;
	background-color:#ddd;
}

#centerDoc {
	
position: absolute;	
	
	top: 0px;
	left:300px;
	padding: 20px 0 15px 0x; /* top right bottom left */


}

#bottomDoc {
position: absolute;
	top: 2800px;
	left: 0px;
	padding: 25px 0 20px 0x; /* top right bottom left */



}


