html, body {
  overflow: hidden;
}

body {
  color: #000000;
  background-color: #000000;
  font-family: Geneva, Verdana, Helvetica, Arial, "Lucida Sans", sans-serif;
  /* IE hack: */
  text-align: center;
}

.page {
  width: 980px;
  height: 600px;
  background: url(images/background1.jpg) no-repeat;
  /* IE hack: */
  text-align: left;
  margin: 0 auto;
  /* To make absolute positioning be relative to .page */
  position: relative;
}

.menu_bar {
  position: absolute;
  top: 178px;
  left: 335px;
}

.menu_item {
  float: left;
  padding-right: 18px;
  /*border: 2px solid blue;*/
}

.menu_item#links_menu {
  float: left;
  padding-right: 0px;
}

#home_menu a {
  display: block;
  width: 51px;
  height: 26px;
  text-decoration: none;
  background: url(images/home_menu.gif) no-repeat;
}

#home_menu a:hover {
  background: url(images/home_menu_hl.gif) no-repeat;
}

#news_menu a {
  display: block;
  width: 55px;
  height: 26px;
  text-decoration: none;
  background: url(images/news_menu.gif) no-repeat;
}

#news_menu a:hover {
  background: url(images/news_menu_hl.gif) no-repeat;
}

#music_menu a {
  display: block;
  width: 62px;
  height: 26px;
  text-decoration: none;
  background: url(images/music_menu.gif) no-repeat;
}

#music_menu a:hover {
  background: url(images/music_menu_hl.gif) no-repeat;
}

#photos_menu a {
  display: block;
  width: 76px;
  height: 26px;
  text-decoration: none;
  background: url(images/photos_menu.gif) no-repeat;
}

#photos_menu a:hover {
  background: url(images/photos_menu_hl.gif) no-repeat;
}

#gigs_menu a {
  display: block;
  width: 44px;
  height: 26px;
  text-decoration: none;
  background: url(images/gigs_menu.gif) no-repeat;
}

#gigs_menu a:hover {
  background: url(images/gigs_menu_hl.gif) no-repeat;
}

#bio_menu a {
  display: block;
  width: 36px;
  height: 26px;
  text-decoration: none;
  background: url(images/bio_menu.gif) no-repeat;
}

#bio_menu a:hover {
  background: url(images/bio_menu_hl.gif) no-repeat;
}

#contact_menu a {
  display: block;
  width: 94px;
  height: 26px;
  text-decoration: none;
  background: url(images/contact_menu.gif) no-repeat;
}

#contact_menu a:hover {
  background: url(images/contact_menu_hl.gif) no-repeat;
}

#links_menu a {
  display: block;
  width: 53px;
  height: 26px;
  text-decoration: none;
  background: url(images/links_menu.gif) no-repeat;
}

#links_menu a:hover {
  background: url(images/links_menu_hl.gif) no-repeat;
}

.post-it {
  position: absolute;
  top: 385px;
  left: 40px;
  display: block;
  width: 243px;
  height: 186px;
  /*background: url(images/post-it.png) no-repeat;*/
  /*border: 2px solid red;*/
}

.post-it form {
  position: absolute;
  top: 60px;
  left: 70px;
  float: none;
  /*border: 2px solid green;*/
}

#page_pic_area {
  position: absolute;
  top: 0px;
  left: 40px;
  display: block;
  width: 270px;
  height: 300px;
}

#page_pic_area2 {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 350px;
  height: 300px;
}

#page_pic_area3 {
  position: absolute;
  top: 60px;
  left: 30px;
  display: block;
  width: 300px;
  height: 300px;
}

#page_pic_area4 {
  position: absolute;
  top: 30px;
  left: 0px;
  display: block;
  width: 350px;
  height: 300px;
}

#banner_area {
  position: absolute;
  top: 280px;
  left: 335px;
  display: block;
  width: 50px;
  height: 150px;
}

#quote_area {
  visibility: hidden;
  background: url(images/quote.png) no-repeat;
  position: absolute;
  top: 535px;
  left: 335px;
  display: block;
  width: 625px;
  height: 50px;
  /*border: 2px solid green;*/
}

.main_content {
  visibility: hidden;
  position: absolute;
  top: 240px;
  left: 400px;
  display: block;
  width: 560px;
  height: 350px;
  /*border: 2px solid green;*/
}

#main_content_area {
  z-index: 1;
  visibility: visible;
  background: url(images/cd_and_msg.png) no-repeat;
}

#contact_content_area {
  top: 250px;
}

#mail_link {
  /*visibility: visible;*/
  position: absolute;
  top: 475px;
  left: 490px;
  display: block;
  width: 300px;
  height: 30px;
  /*border: 2px solid green;*/
}

#listen_link {
  z-index: 1;
  /*visibility: visible;*/
  position: absolute;
  top: 240px;
  left: 400px;
  display: block;
  width: 530px;
  height: 300px;
  /*border: 2px solid green;*/
}

#music_content_area img, #mail_link img, #listen_link img {
  border: 0;
}

p, td, th, li {
  font-size: 10pt;
  margin-bottom: 0.2em;
}

.h1 {
  text-align: left;
  color: #cc0033;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

.h2, .h2 a, li a {
  color: #cc0033;
  text-decoration: none;
  font-weight: bold;
}
.h2 a:hover, li a:hover {
  text-decoration: underline;
}

.news-date {
  text-align: left;
  color: #000000;
  font-size: 8pt;
  margin-top: 0.2em;
  margin-bottom: 1em;
}

