#headerimg {
	margin-left:-4px;
	background:url('images/boltch1.png') no-repeat;
	width:578px;
	height:140px;
}


#ppheader {
  margin: 0 auto 0 auto;
  background: #99CCFF;
  width: 578px;
  border: 3px solid black;
}

#headertitle {
  text-align: center;
}

#navbar {
  text-align: center;
  margin: -5px auto 10px auto;
  text-transform: uppercase;
  min-width: 800px;
}

#navbar li {
  list-style-type: none;
  display: inline;
  white-space: nowrap;
}
#navbar div {  list-style-type: none;  display: inline;  white-space: nowrap;}
.hide {
  visibility: hidden;
}

a {
  text-decoration: none;
}

.homebutton {
  padding: 5px 7px;
}

a.homebutton:link {
  background: url('images/buttons/home_l.png') no-repeat center center;
}

a.homebutton:visited {
  background: url('images/buttons/home_v.png') no-repeat center center;
}

a.homebutton:hover {
  background: url('images/buttons/home_h.png') no-repeat center center;  text-decoration: none;}

a.homebutton:active {
  background: url('images/buttons/home_a.png') no-repeat center center;
}

.comicsbutton {
  padding: 5px 7px;
}

a.comicsbutton:link {
  background: url('images/buttons/comics_l.png') no-repeat center center;
}

a.comicsbutton:visited {
  background: url('images/buttons/comics_v.png') no-repeat center center;
}

a.comicsbutton:hover {
  background: url('images/buttons/comics_h.png') no-repeat center center;  text-decoration: none;
}

a.comicsbutton:active {
  background: url('images/buttons/comics_a.png') no-repeat center center;
}
.illobutton {
  padding: 5px 7px;
}

a.illobutton:link {
  background: url('images/buttons/illo_l.png') no-repeat center center;
}

a.illobutton:visited {
  background: url('images/buttons/illo_v.png') no-repeat center center;
}

a.illobutton:hover {
  background: url('images/buttons/illo_h.png') no-repeat center center;  text-decoration: none;
}

a.illobutton:active {
  background: url('images/buttons/illo_a.png') no-repeat center center;
}

.sketchbutton {
  padding: 5px 7px;
}

a.sketchbutton:link {
  background: url('images/buttons/sketch_l.png') no-repeat center center;
}

a.sketchbutton:visited {
  background: url('images/buttons/sketch_v.png') no-repeat center center;
}

a.sketchbutton:hover {
  background: url('images/buttons/sketch_h.png') no-repeat center center;  text-decoration: none;
}

a.sketchbutton:active {
  background: url('images/buttons/sketch_a.png') no-repeat center center;
}
.shopbutton {
  padding: 5px 7px;
}

a.shopbutton:link {
  background: url('images/buttons/shop_l.png') no-repeat center center;
}

a.shopbutton:visited {
  background: url('images/buttons/shop_v.png') no-repeat center center;
}

a.shopbutton:hover {
  background: url('images/buttons/shop_h.png') no-repeat center center;  text-decoration: none;
}

a.shopbutton:active {
  background: url('images/buttons/shop_a.png') no-repeat center center;
}
