body {
  background-color:#86877C;}

#wrapper {
  background-image: url(background3.png);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
  width: 961px;
  height: 892px;
  z-index: 1;
}

/* footer_text */
#footer {
  position: absolute;
  left: 26px;
  top: 860px;
  width: 909px;
  height: 24px;
  z-index: 2;
  text-align: right;
  line-height: 12px;
  overflow:visible;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFF;
}

/* MAINCONTENT */
#content {
	position: absolute;
	left: 275px;
	top: 202px;
	width: 595px;
	height: 430px;
	z-index: 3;
	/* text settings */
    text-align: left;
	line-height: 20px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #103851;
}


/* rightnavigation_text */
#rightnav {
 	 position: absolute;
 	 left: 26px;
 	 top: 208px;
 	 width: 157px;
 	 height: 392px;
 	 z-index: 4;

/* text settings */
  	overflow: auto;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #103851;
}

/* contact_text */
#contact {
	position: absolute;
	left: 738px;
	top: 19px;
	width: 113px;
	height: 23px;
	z-index: 5;
	
/*text settings */
	text-align: right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

/* email_link */
#email {
  position: absolute;
  left: 861px;
  top: 10px;
  width: 32px;
  height: 32px;
  z-index: 6;
}

/* phone_link */
#phone {
  position: absolute;
  left: 903px;
  top: 10px;
  width: 32px;
  height: 32px;
  z-index: 7;
}

/* pjwlogo_link */
#logo {
  position: absolute;
  left: 25px;
  top: 73px;
  width: 527px;
  height: 92px;
  z-index: 8;
}

/* link behavior */
a.footer:active{color:#ffffff;text-decoration:none;}
a.footer:hover{color:#ffffff;text-decoration:underline;}

a {cursor: pointer; outline: none;}
a:link { color: #103851; text-decoration: none;}
a:visited { color: #103851; text-decoration: none;}
a:hover { text-decoration: underline;}
