body {
  margin:12px 0;
  padding:0;
  background-color:#000;
  color:#c8beb4;
  }
a:link, a:visited {
  color:#c8beb4;
  }
a:active {
  color:#fff;
  }
table {
  height:400px;
  }

/* First Row: Gallery, Introduction & Resume */
#subNav1 {
  width:280px;
  margin:20px 0;
  }
#navGallery {
  float:left;
  width:65px;
  height:27px;
  background-image:url('images/nav_gallery.gif');
  background-position:top center;
  }
a.navGallery {
  display:block;
  width:65px;
  height:27px;
  }
a.navGallery:hover {
  background-image:url('images/nav_gallery.gif');
  background-position:bottom center;
  }
a.navGallery span {
  display:none;
  }
#navIntro {
  float:left;
  margin:0 20px;
  width:95px;
  height:28px;
  background-image:url('images/nav_bio.gif');
  background-position:top center;
  }
a.navIntro {
  display:block;
  width:95px;
  height:28px;
  }
a.navIntro:hover {
  background-image:url('images/nav_bio.gif');
  background-position:bottom center;
  }
a.navIntro span {
  display:none;
  }
#navResume {
  float:left;
  width:75px;
  height:28px;
  background-image:url('images/nav_resume.gif');
  background-position:top center;
  }
a.navResume {
  display:block;
  width:75px;
  height:28px;
  }
a.navResume:hover {
  background-image:url('images/nav_resume.gif');
  background-position:bottom center;
  }
a.navResume span {
  display:none;
  }

/* Second Row: Stories */
#subNav2 {
  width:105px;
  margin:20px 0;
  clear:both;
  }
#navStories {
  float:left;
  width:105px;
  height:28px;
  background-image:url('images/nav_stories.gif');
  background-position:top center;
  }
a.navStories {
  display:block;
  width:105px;
  height:28px;
  }
a.navStories:hover {
  background-image:url('images/nav_stories.gif');
  background-position:bottom center;
  }
a.navStories span {
  display:none;
  }

/* Third Row: Stu's Music & Links */
#subNav3 {
  width:165px;
  margin:20px 0;
  clear:both;
  }
#navMusic {
  float:left;
  width:95px;
  height:28px;
  background-image:url('images/nav_music.gif');
  background-position:top center;
  }
a.navMusic {
  display:block;
  width:95px;
  height:28px;
  }
a.navMusic:hover {
  background-image:url('images/nav_music.gif');
  background-position:bottom center;
  }
a.navMusic span {
  display:none;
  }
#navLinks {
  float:right;
  width:50px;
  height:28px;
  background-image:url('images/nav_links.gif');
  background-position:top center;
  }
a.navLinks {
  display:block;
  width:50px;
  height:28px;
  }
a.navLinks:hover {
  background-image:url('images/nav_links.gif');
  background-position:bottom center;
  }
a.navLinks span {
  display:none;
  }
