body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: #cccccc;
}



/*************************  ID's *************************/

#navigation {
	position: absolute;
	
	width: 150px;
	height: 600px;	
	margin-top: 0px;
	border-right: 0px;
	font-weight: normal;
}

#centerdoc {
	position: absolute;	
	
	padding: 0 0 20px 150px; /*top right bottom left*/
	margin-top: 50px;		
}