body {
	background-color: #75755e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#444c28;
}
h1 {
	margin-top: 0px;
	font-weight: 800;
	font-size: 16px;
	color:#444c28;
}

#pageBox {
	position: absolute;
	width: 780px;
	background-color: #92a9d4;
	/*margin: 0px auto 0px auto;*/
	margin: 20px 0px 0px 0px;
	padding: 54px 0px 40px 0px;
	left: 50%;
	margin-left: -390px;

}
#portraitBox {
	width: 127px;
	height: 158px;
	position: absolute;
	left: 520px;
	top: 13px;
	z-index: 502;
	background: url(images/jp_portrait.png) top center no-repeat;
}
#topLeaf {
	width: 145px;
	height: 150px;
	position: absolute;
	left: 500px;
	top: 13px;
	z-index: 502;
	background: url(images/jp_leaf3.png) top center no-repeat;
}
#textContainer {
	postion: absolute;
	width: 490px;
	/*min-height:500px;*/
	background-color: #f1fed0;
	margin: 10px auto 0px auto;
	padding: 0px 20px 10px 70px;
/*	margin: 0px auto 0px auto;
	padding: 0px 20px 10px 70px;*/
	border: 1px solid #fdd65d;
	background: url(images/wateryBackground.jpg) #b3ccaa;
	line-height: 1.5em;
}
#textContainer a, #textContainer a:visited  {
	color: #6a840c;
}
#textContainer a:hover {
	color:#9ac00d;
}
#topRightCorner {
	/*position: absolute;*/
	position: relative;
	top: -4px;
	left: 484px;
	height: 30px;
	width: 30px;
	background: url(images/topRightCorner.png) top center no-repeat;
}
#bottomLeftCorner {
	/*position: absolute;*/
	position: relative;
	bottom: -14px;
	left: -74px;	
	height: 30px;
	width: 30px;
	background: url(images/lowerLeftCorner.png) top center no-repeat;
}

#headerBox {
	width: 632px;
	height: 41px;
/*	position: absolute;*/
	margin: 0px auto 17px 30px;
	padding: 5px 0px 0px 20px;
	top: 40px;
	z-index: 100;
	background: url(images/jp_header.gif) top left;
	color: #ffffff;
	/*font-weight: bold;*/
	font-style: italic;
	font-size: 25px;	
	
}
#phoneBox {
	position: absolute;
	left: 350px;
	top: 31px;	
	top: 78px;	
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	z-index: 999;
}

#footerBox {
	width: 515px;
	height: 50px;
	position: relative;
	margin: 13px auto 0px 159px;
	padding: 7px 10px 0px 0px;
	z-index: 101;
	background: url(images/jp_footer3.png) top center no-repeat;
	color: #ffffff;
	vertical-align: middle;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#titleBox {
	width: 246px;
	height: 64px;
	position: relative;
	left: -40px;
	top: -20px;
	z-index:999;
	background: url(images/jp_title.png) top center no-repeat;
	
}
.imgRight {
	float: right;
	margin: 0px 10px 10px 10px;
}
.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

#navBox {
	width: 127px;
	height: 158px;
	position: absolute;
	left: 20px;
	top: 300px;
	z-index: 502;
	background: url(images/jp_portrait.png) top center no-repeat;
}


#navBox {
	width: 115px;
	height: 220px;
	position: absolute;
	left: 29px;
	top: 171px;
	z-index: 400;
	background: url(images/jp_nav.png) top center no-repeat;
}
#nav1, #nav2, #nav3, #nav4, #nav5 {
	width: 96px;
	height: 29px;
	position: absolute;
	left: 10px;
}
#nav1 {
	top: 15px;
}
#nav2 {
	top: 50px;
}
#nav3 {
	height: 48px;
	top: 85px;
}
#nav4 {
	top: 140px;
}
#nav5 {
	top: 175px;
}

a#nav1 {
	background: url(images/btn_home.gif);
}
a#nav1:hover {
	background: url(images/btn_home_ON.gif);
}
a#nav2 {
	background: url(images/btn_experience.gif);
}
a#nav2:hover {
	background: url(images/btn_experience_ON.gif);
}
a#nav3 {
	background: url(images/btn_insurance.gif);
}
a#nav3:hover {
	background: url(images/btn_insurance_ON.gif);
}
a#nav4 {
	background: url(images/btn_questions.gif);
}
a#nav4:hover {
	background: url(images/btn_questions_ON.gif);
}
a#nav5 {
	background: url(images/btn_contact.gif);
}
a#nav5:hover {
	background: url(images/btn_contact_ON.gif);
}
a#test1 {
	background: url(images/btn_home.gif);
}