  .containerBox {
    position: relative; 
    margin: 0px auto;
    padding: 0px;
    height: 716px;
    width: 600px; 
    border-width: 4px;
    border-color: black;
    background-color: rgb(255, 232, 212);
    border-style: hidden;
    text-align: left; 
  }

  .imageShot {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 166px;
    width: 257px;
  }
  
  .captchaInstructions {
    font-family: Papyrus, Trebuchet MS;
    font-size: 16px;
    text-align: center;
    line-height: 130%;
  }

  .contactHeader { 
    font-family: Papyrus, Trebuchet MS;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 330px;
    top: 55px;
    line-height: 130%;
  }

  .contactInfo { 
    font-family: Papyrus, Trebuchet MS;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 335px;
    top: 95px;
    line-height: 130%;
  }

  .fullTitle {
    font-family: Papyrus, Batang, Georgia;
    position: absolute;
    left: 94px;
    top: 195px;
    width: 600;
  }

  .firstNamea {
    font-size: 48px;
    color: rgb(205, 0, 28);
    position: absolute;
    left: 16px;
    top: 0px;
  }

  .firstName { 
    font-size: 36px;
    color: rgb(205, 0, 28);
    position: absolute;
    left: 46px;
    top: 5px;
  }

  .lastNamea {
    font-size: 60px;
    color: rgb(205, 0, 28);
    position: absolute;
    left: 116px;
    top: 30px;
    }

  .lastName { 
    font-size: 48px;
    color: rgb(205, 0, 28);
    position: absolute;
    left: 155px;
    top: 40px;
  }

  .positionTitle {
    font-size: 30px;
    color: rgb(205, 0, 28);
    text-align: center;
    position: absolute;
    left: 46px;
    top: 100px;
  }

  .pageTitle {
    font-size: 30px;
    color: rgb(205, 0, 28);
    text-align: center;
    position: absolute;
    left: 290px;
    top: 148px;
  }

  .questionList { 
    font-family: Papyrus, Trebuchet MS;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 85px;
    top: 425px;
    line-height: 130%;
  }

  .testimonialQuote { 
    font-family: Skia, Trebuchet MS;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 45px;
    top: 345px;
    line-height: 130%;
    width: 500;
  }

  .navigationBar { 
    font-family: Skia, Trebuchet MS;
    font-size: 14px;
    color: rgb(205, 0, 28);
    text-align: center;
    position: absolute;
    left: 40px;
    top: 690px;
    line-height: 130%;
    font-weight: lighter;
  }

  .navigationBarItem { 
  }

  .credentialFooter { 
    font-family: Skia, Trebuchet MS;
    font-size: 14px;
    color: rgb(205, 0, 28);
    text-align: center;
    position: absolute;
    left: 25px;
    top: 645px;
    line-height: 130%;
    font-weight: lighter;
  }

  .aboutChristine { 
    font-family: Skia, Trebuchet MS;
    font-size: 14px;
    color: rgb(90, 86, 82);
    text-align: justify;
    position: absolute;
    left: 150px;
    top: 210px;
    width: 280px;
    line-height: 130%;
    font-weight: lighter;
  }
 
  .aboutChristineText { 
  }

  .contact {
	font-family: Papyrus, Trebuchet MS;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 55px;
	top: 210px;
	width: 500px;
	line-height: 130%;
	font-weight: lighter;
  }  

  .testimonials { 
    font-family: Skia, Trebuchet MS;
    font-size: 11px;
    color: rgb(90, 86, 82);
    text-align: justify;
    position: absolute;
    left: 50px;
    top: 210px;
    width: 500px;
    line-height: 130%;
    font-weight: lighter;
  }
 
  .testimonialsText { 
    position: relative;
  }

  .animalCommunication { 
    font-family: Skia, Trebuchet MS;
    font-size: 14px;
    color: rgb(90, 86, 82);
    text-align: justify;
    position: absolute;
    left: 50px;
    top: 210px;
    width: 500px;
    line-height: 130%;
    font-weight: lighter;
  }
 
  .animalCommunicationText { 
  }

  .animalCommunicationList { 
    list-style: none;
  }

  table.centerTable {
    position: absolute;
    width: 100%;
    height: 100%;
    }

  td.centerTD {
    vertical-align: middle;
    text-align: center;
    }

  body {
    color: rgb(0, 0, 0); 
    background-color: rgb(238, 217, 199);
    link: "#000099";
    alink: "#000099"; 
    vlink: "#990099";
    margin: 0px;
    padding: 0px;
    }

  img {
    border: 0px;
  }

  a { 
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
