/* CSS Document */
/*Author: Russell Chennault
Date: December 22, 2007
Copyright: 2007 Queen Bee Air Specialties
Created by Danemco*/

/*oooooooooooooooooooooooooooooo    oooooooooooooooooooooooooooooo*/

body  {
  margin:0;
  padding:0;
  border:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  background-color:#FFF;
  }

a img,
img {
  border:0;
  }

a {
  text-decoration: none;
}

a:hover {
  color:#862E1A;
  }

h1  {
  color:#862E1A;
  font-size:24px;
  margin:0;
  }


/*ul  {
    list-style:none;
  }*/


#wrapper  {
  width: 980px;
  min-height: 470px;
  margin:0 auto;
  }

#nav  {
  width: 384px;
  height:393px;
  float:left;
  position: absolute;
  z-index:3;
  }

#header {
  width: 596px;
  height: 252px;
  position: absolute;
  margin: 0 0 0 384px;
  background-image:url('../images/qba_header.jpg');
  background-repeat:no-repeat;
  }

#footer {
/*   width: 100%; */
  height:196px;
  clear: both;
  background-image:url('../images/qba_footer.gif');
  background-repeat:no-repeat;
  background-color:#FFF;
  padding: 80px 0 0 185px;
  font-size: 12px;
  text-align: center;
  margin-top:-20px;
  }

#content  {
  width:799px;
  min-height: 200px;
  margin: 0 0 0 0;
  background-image:url('../images/qba_lc_rpt.gif');
  background-repeat:repeat-y;
  padding:0 0 0 181px;
  /*border: solid 1px black;*/
  }

#content_wrapper  {
  position:absolute;
  width:980px;
  min-height: 200px;
  margin: 252px 0 0 0;
  z-index:2;
  }

.home_ul
{
    margin-left: 230px;
}

.clear {
  clear: both;
}

.gallery-album-list,
.gallery-photo-list {
  list-style:none;
}

.gallery-album-list li,
.gallery-photo-list li {
  width: 250px;
  height: 270px;
  display: block;
  float: left;
  text-align: center;
/*   border: 1px solid #f00; */
}
.gallery-album-list li img,
.gallery-photo-list li img,
.photo img {
  border: 1px solid #555;
  padding: 5px;
}

.album-pages,
.photo-pages {
  text-align: center;
  clear: both;
  padding-bottom:20px;
}

.photo-pages
{
    padding-top:20px;
}

/*#photo-pages-top .photo-pages {
  display: none;
}*/

/* area { border: 1px solid #0f0; } */
