@import url(luna_core.css);

/*
This file inherits from luna_core.css, so styles in this file will override
styles defined in it.  Changes to this file will NOT be overwritten during
upgrades.
*/

#header {
  background: transparent top right no-repeat;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 33%;
  float: left;
}

#wrapper {
  margin: 0px auto;
  width: 800px;
  text-align: left;
}

#logo {
  width:  80px;
  height: 80px;
  background-image: url("http://images.bcbanex.com/logos/clownresourcedirectory-80by80.gif"); 
  background-color: transparent;
  background-position: left top; 
  background-repeat:   no-repeat;
  text-indent: -9999px;
}

#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}



