<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#NavBar {
  position: absolute;
  top: 204px;
  left: 50%;
  width: 900px;
  height: 40px;
  margin-left: -450px;
  vertical-align: middle;
}

#NavHome {
  width: 130px;
  height: 40px;
  background:url(images/Header_PACs_Worlds_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavHome:hover { background-position:0px -40px; }

#NavAbout {
  width: 128px;
  height: 40px;
  background:url(images/Header_About_Me_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavAbout:hover { background-position:0px -40px; }

#NavEvents {
  width: 128px;
  height: 40px;
  background:url(images/Header_Events_and_Shows_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavEvents:hover { background-position:0px -40px; }

#NavGalleries {
  width: 128px;
  height: 40px;
  background:url(images/Header_Galleries_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavGalleries:hover { background-position:0px -40px; }

#NavBlogs {
  width: 128px;
  height: 40px;
  background:url(images/Header_Blogs_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavBlogs:hover { background-position:0px -40px; }

#NavGuestbook {
  width: 128px;
  height: 40px;
  background:url(images/Header_Guestbook_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavGuestbook:hover { background-position:0px -40px; }

#NavArtistLinks {
  width: 128px;
  height: 40px;
  background:url(images/Header_Artist_Links_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavArtistLinks:hover { background-position:0px -40px; }

#NavContact {
  width: 130px;
  height: 40px;
  background:url(images/Header_Contact_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#NavContact:hover { background-position:0px -40px; }

#FooterNavHome {
  width: 103px;
  height: 28px;
  background:url(images/Footer-Pacs_Worlds_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavHome:hover { background-position:0px -28px; }

#FooterNavAbout {
  width: 81px;
  height: 28px;
  background:url(images/Footer-About_Me_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavAbout:hover { background-position:0px -28px; }

#FooterNavEvents {
  width: 123px;
  height: 28px;
  background:url(images/Footer-Events_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavEvents:hover { background-position:0px -28px; }

#FooterNavGalleries {
  width: 77px;
  height: 28px;
  background:url(images/Footer-Galleries_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavGalleries:hover { background-position:0px -28px; }

#FooterNavBlogs {
  width: 77px;
  height: 28px;
  background:url(images/Footer-Blogs_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavBlogs:hover { background-position:0px -28px; }

#FooterNavGuestbook {
  width: 86px;
  height: 28px;
  background:url(images/Footer-Guestbook_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavGuestbook:hover { background-position:0px -28px; }

#FooterNavArtistLinks {
  width: 86px;
  height: 28px;
  background:url(images/Footer-Artist_Links_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavArtistLinks:hover { background-position:0px -28px; }

#FooterNavContact {
  width: 77px;
  height: 28px;
  background:url(images/Footer-Contact_Buttons.jpg) no-repeat top left;
  background-position: top left;
}
#FooterNavContact:hover { background-position:0px -28px; }

#Links {
  height: 28px;
  width: 900px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(images/Footer_links_bar.jpg) no-repeat scroll left top;
}

a.Links {
  display:block;
  background:url(images/Footer_links_bar.jpg) no-repeat top left;
  color:#FFFFFF;
  text-decoration:none;
}


a#LinkHome { background-position:-20px 0px; }
a#LinkHome:hover { background-position:-20px -28px; }
a#LinkAbout { background-position:-124px 0px; }
a#LinkAbout:hover { background-position:-124px -28px; }
a#LinkEvents { background-position:-205px 0px; }
a#LinkEvents:hover { background-position:-205px -28px; }
a#LinkGalleries { background-position:-327px 0px; }
a#LinkGalleries:hover { background-position:-327px -28px; }
a#LinkBlogs { background-position:-404px 0px; }
a#LinkBlogs:hover { background-position:-404px -28px; }
a#LinkGuestbook { background-position:-492px 0px; }
a#LinkGuestbook:hover { background-position:-492px -28px; }
a#LinkArtistLinks { background-position:-492px 0px; }
a#LinkArtistLinks:hover { background-position:-492px -28px; }
a#LinkContact { background-position:-581px 0px; }
a#LinkContact:hover { background-position:-581px -28px; }

#NavLinksFooter {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 900px;
  height: 28px;
  margin-left: -450px;
  margin-top: -30px;
  z-index: 9999;
}

#NavLinksFooterFree {
  position: relative;
  left: 50%;
  width: 900px;
  height: 28px;
  margin-left: -450px;
  z-index: 9999;
}
</pre></body></html>