#mainA {
  position : relative;
  width : 1000px;
  margin : 0 auto;
}
#header {
  position: absolute;
  top: 0px;
  left: 110px;
  z-index: 8;
}
#leftbg {
   position : absolute;
   top : 0px;
   left : 0px;
   height : 1100px;
   width : 100px;
   background-repeat:repeat-z;
   background-image: url(leftbackground.gif);
   z-index:1;
}
#aboutleftbg {
   position : absolute;
   top : 0px;
   left : 0px;
   height : 1500px;
   width : 100px;
   background-repeat:repeat-z;
   background-image: url(leftbackground1.gif);
   z-index:1;
}
#rightbg {
   position : absolute;
   top : 0px;
   left : 920px;
   height : 1100px;
   width : 100px;
   background-repeat:repeat-z;
   background-image: url(leftbackground.gif);
   z-index:1;
}
#aboutrightbg {
   position : absolute;
   top : 0px;
   left : 920px;
   height : 1500px;
   width : 100px;
   background-repeat:repeat-z;
   background-image: url(leftbackground1.gif);
   z-index:1;
}
#vertbg {
   position : absolute;
   top : 160px;
   left : 110px;
   height : 50px;
   width : 800px;
   background-repeat:repeat-z;
   background-image: url(vertbackground1.gif);
   z-index:1;
}
a {text-decoration: none}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #fc7024}
a:active {color: #000000}
#topnavigation{
  position: absolute;
  top : 170px;
  left : 120px;
  font-size: 22px;
  font-family: Arial;
  text-decoration: none;
  text-align: left;
  horizontal-align: right;
  z-index:9;
}
#bottomnavigation{
  position: absolute;
  top : 1050px;
  left : 350px;
  width : 300px;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  text-align: center;
  z-index:9;
}
#aboutbottomnavigation{
  position: absolute;
  top : 1450px;
  left : 350px;
  width : 300px;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  text-align: center;
  z-index:9;
}
#hometext {
  color: #000000;
  position: absolute;
  top : 240px;
  left : 180px;
  width: 620px;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
  text-align : center; 
  z-index: 7;
}
#featured {
  position: absolute;
  top :480px;
  left : 120px; 
  z-index: 7;
}
