#mainA {
  position : relative;
  horizontal-align : left;
  width : 900px; 
  background-color : #FFFFFF;
  margin: 0 auto;
}
#title {
  position: absolute;
  top: 0px;
  left: 160px;
  font-size : 16px;
  font-family : Copperplate Gothic Light, Arial;
  color : #000000;
  font-weight: bold;
  z-index: 8;
}
#linehoriz {
  position : absolute;
  background-image : url(linedot.gif);
  top : 130px;
  left : 0px;
  width : 900px;
  height : 10px;
  background-repeat: repeat-x;
  z-index:0;
}
#text1 {
  position : absolute;
  top : 200px;
  left : 50px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
  background-repeat: no-repeat;
}
#page1 {
  position : absolute;
  top : 200px;
  left : 50px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
  background-repeat: no-repeat;
}
#photo1 {
  position : absolute;
  background-image : url(newhouse.gif);
  height : 111px;
  width: 150px;
  top : 160px;
  left : 200px;
  z-index:4;
  background-repeat: no-repeat;
}
#page2 {
  position : absolute;
  top : 200px;
  left : 650px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
  background-repeat: no-repeat;
}
#photo2 {
  position : absolute;
  background-image : url(insidehouse.gif);
  height : 111px;
  width: 150px;
  top : 160px;
  left : 450px;
  z-index:400;
  background-repeat: no-repeat;
}
#page3 {
  position : absolute;
  top : 350px;
  left : 50px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
  background-repeat: no-repeat;
}
#photo3 {
  position : absolute;
  background-image : url(aboutus.gif);
  height : 111px;
  width: 150px;
  top : 310px;
  left : 200px;
  z-index:4;
  background-repeat: no-repeat;
}
#page4 {
  position : absolute;
  top : 350px;
  left : 650px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
  background-repeat: no-repeat;
}
#photo4 {
  position : absolute;
  background-image : url(contactus.gif);
  height : 111px;
  width: 150px;
  top : 310px;
  left : 450px;
  z-index:4;
  background-repeat: no-repeat;
}
#email {
  position: absolute;
  top: 200px;
  left: 420px; 
}
#houses {
  position: absolute;
  top: 310px;
  left: 40px;
  width: 900px;
  background-repeat: no-repeat;
}
#flyer {
  position: absolute;
  top: 510px;
  left: 60px;
  width: 840px;
  font-size : 14px;
  font-family : Copperplate Gothic Light, Arial;
  font-weight: bold;
  color : #000000;
}
#hometext {
  position: absolute;
  top: 550px;
  left: 200px;
  font-size: 14px;
  font-family: Copperplate Gothic Light, Arial;
   }
#aboutphoto {
  position: absolute;
  top : 210px;
  left : 470px;
}
a {text-decoration: none}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}
#bottomnavigation {
  white-space: nowrap;
  font-weight:  bold;
  color: Black;
  position: absolute;
  top : 590px;
  left : 0px;
  width: 900px;
  font-size: 14px;
  font-family: Copperplate Gothic Light, Arial;
  text-decoration: none;
  text-align: center;
  z-index:3;
}
