div.mainText {
	position:absolute;
	max-width:420;

	width:expression(document.body.clientWidth > 420? "420px": "auto" );
	top:125px;
	left:180px;
	overflow:visible;
	font-family:Georgia,Times New Roman,Geneva,Garamond,Serif,Sans-Serif;
	height: 1022px;
	}

div.textLinks {
	position:absolute;
	width:140;
	top:125px;
	left:10px;
	font-family:Georgia,Times New Roman,Geneva,Garamond,Serif,Sans-Serif;
	font-size:small;
	height: 221px;
	}

div.toolLinks {
	position:absolute;
	width:140;

	top:125px;
	left:640px;
	overflow:visible;
	font-family:Georgia,Times New Roman,Geneva,Garamond,Serif,Sans-Serif;
	height: 1022px;
}

#pageHeader h1 { 
	background: transparent url(images/jp_logo.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 500px; 
	height: 350px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
