/* CSS Document */
  body{font-family:Arial; 
  padding: 0px; 
  margin: 0px; 
  text-align: center;
  background-color: #ae1517;}
  
  a{
  color: #ffffff
  }
  
  #wrapper{
  position: relative;
  width: 800px;
  margin: 0 auto;
  }
  
  #logo{
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(pictures/GexLogo08.jpg);
  height: 200px;
  width: 850px;
  }
  
  #logopt2{
  position: absolute;
  left: 0px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_02.gif);
  height: 33px;
  width: 41px;
  }
  
  #homenew{
  position: absolute;
  left: 41px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_03.gif);
  height: 33px;
  width: 48px;
  }
  
  #aboutusnew{
  position: absolute;
  left: 89px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_04.gif);
  height: 33px;
  width: 61px;
  }
  
  #menunew{
  position: absolute;
  left: 150px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_05.gif);
  height: 33px;
  width: 48px;
  }
  
  #longacrenew{
  position: absolute;
  left: 198px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_06.gif);
  height: 33px;
  width: 108px;
  }
  
  #picturesnew{
  position: absolute;
  left: 306px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_07.gif);
  height: 33px;
  width: 61px;
  }
  
  #venuesnew{
  position: absolute;
  left: 367px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_08.gif);
  height: 33px;
  width: 56px;
  }
  
  #vendorsnew{
  position: absolute;
  left: 423px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_09.gif);
  height: 33px;
  width: 122px;
  } 
  
  #guestbooknew{
  position: absolute;
  left: 545px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_10.gif);
  height: 33px;
  width: 79px;
  } 

  #contactusnew{
  position: absolute;
  left: 624px;
  top: 167px;
  background-image: url(pictures/GEXLogo06_11.gif);
  height: 33px;
  width: 76px;
  }  
  
  #header{
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(pictures/logo_01.gif);
  height: 172px;
  width: 700px;
  }
  
  #headerbar{
  position: absolute;
  left: 0;
  top: 172px;
  background-image: url(pictures/logo_02.gif);
  height:28px;
  width:38px;
  }
  
  #home{
  position: absolute;
  left: 38;
  top: 172px;
  background-image: url(pictures/logo_03.gif);
  height:28px;
  width:45px;
  }
  
  #aboutus{
  position: absolute;
  left: 83;
  top: 172px;
  background-image: url(pictures/logo_04.gif);
  height:28px;
  width:67px;
  }
  
  #menu{
  position: absolute;
  left: 150;
  top: 172px;
  background-image: url(pictures/logo_05.gif);
  height:28px;
  width:49px;
  }
  
  #longacre{
  position: absolute;
  left: 199;
  top: 172px;
  background-image: url(pictures/logo_06.gif);
  height:28px;
  width:107px;
  }
  
  #pictures{
  position: absolute;
  left: 306;
  top: 172px;
  background-image: url(pictures/logo_07.gif);
  height:28px;
  width:61px;
  }
  
  #venues{
  position: absolute;
  left:367;
  top: 172px;
  background-image: url(pictures/logo_08.gif);
  height:28px;
  width:57px;
  }
  
  #vendors{
  position: absolute;
  left:424;
  top: 172px;
  background-image: url(pictures/logo_09.gif);
  height:28px;
  width:121px;
  }
  
  #guestbook{
  position: absolute;
  left: 545;
  top: 172px;
  background-image: url(pictures/logo_10.gif);
  height:28px;
  width:80px;
  }
  
  #contactus{
  position: absolute;
  left: 625px;
  top: 172px;
  background-image: url(pictures/logo_11.gif);
  height:28px;
  width:75px;
  }
  
  #contentwrapper{
  position: absolute;
  width: 850px;
  left:0px;
  top:200px;
  background-image: url(pictures/contentboxbg.gif);
  }
  
  #content{
  position: relative;
  float: left;
  text-align: justify;
  width:478px;
  *width: 500px;
  padding: 10px;   
  }
  
  #content a{
  color: #000000;
  text-decoration: none;
  border: 0px;
  }
    
  #contentpic{
  *float: right;  
  width: 200px;
  height: 380px;
  border: 0px;
  margin-left: auto;
  }
  
  
  #linkcontentbar{
  text-align: left;
  float: left;
  width: 150px; 
  }
  
  #linkcontentbar a:hover{
  color: #909090;
  
}
  
  #linkcontentbar a{
  color: #000000;
  text-decoration: none;
  border: 0px;
  
  }
  
  #picturespage a{
  border: 0px;
  }
 
  #address{
  width:850px;
  height:130px;
  color: #ffffff;
  background-color: #d21a1a;
  padding:20px 0px;
  clear: left;
  }
  
  #footer{
  width: 850px;
  height:20px;
  background-color: #d21a1a;
  }
