body {
  background-color: #aeaaaf;
	margin: 10px 0px;
	padding: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #77707a;
  text-align: center; /* to correct the centering IE bug */
}

a:link, a:visited, a:active { text-decoration: none; color: #3eb678; }
a:hover { text-decoration: underline; color: #3eb678; }

a:link img, a:visited img, a:active img { border: 1px solid #77707a; }
a:hover img { border: 1px solid #3eb678; }

img.noborder,
a:link img.noborder,
a:visited img.noborder,
a:active img.noborder,
a:hover img.noborder {
  border: 0;
}

h2 { /* Pink main headings */
  margin: 0px 0px 20px 0px;
  color: #ff99cc;
  font-size: 18pt;
  font-weight: bold;
}

h3 { /* Pink sub headings */
  margin: 0px 0px 10px 0px;
  color: #ff99cc;
  font-size: 13pt;
  font-weight: bold;
}

h4 { /* Pink-emphasized blurbs/headings, normal font size and weight */
  margin: 10px 0px;
  color: #ff99cc;
  font-size: 10pt;
  font-weight: bold;
}

#container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* to realign your text */
  background-color: #ffd1e8;
}

#footer {
  display: block;
  clear: both;
  width: 760px; /* 760px minus horizontal padding */
  height: 35px; /* 45px minus vertical padding */
  padding: 10px 0px 0px 0px;
  background-color: #ff55aa;
  background-image: url(images/footer_sparkle_bg.gif);
  color: #fff;
  font-size: 8pt;
  text-align: center;
}

#footer a, #footer a:hover {color: #fff; }


/* TOP AND MENU */

#top {
	/* border-bottom: 1px solid #006; */
	margin-bottom: 0px;
	width: 760px;
	height: 80px;
	background-image: url(images/top_bar_menu.gif);
}

#top h1 {
  position: absolute; /* Get this out of the way of the menu */
  margin: 0px;
  visibility: hidden;
}

#menu {
  position: relative;
  top: 35px;
  left: 220px;
  height: 20px;
  width: 510px;
  font-size: 10pt;
}

#menu a b { visibility: hidden; } /* Hide the textual menu */

#menu a { position: absolute; text-decoration: none; }
a#news { left: 0px; width: 60px; }
a#artists { left: 60px; width: 75px; }
a#catalogue { left: 135px; width: 100px; }
a#media { left: 235px; width: 70px; }
a#links { left: 305px; width: 60px; }
a#about { left: 365px; width: 65px; }
a#contact { left: 430px; width: 80px; }

a#news:hover { background-image: url(images/menu-news-hover.gif); }
a#artists:hover { background-image: url(images/menu-artists-hover.gif); }
a#catalogue:hover { background-image: url(images/menu-catalogue-hover.gif); }
a#media:hover { background-image: url(images/menu-media-hover.gif); }
a#links:hover { background-image: url(images/menu-links-hover.gif); }
a#about:hover { background-image: url(images/menu-about-hover.gif); }
a#contact:hover { background-image: url(images/menu-contact-hover.gif); }


/* LEFT COLUMN AND RELEASES AREA */

#leftcolumn {
  width: 160px; /* 160px minus horizontal padding */
  float: left;
  margin: 20px 0px 0px 0px;
}

#releases {
  width: 140px;
  margin: 0px 0px 10px 10px; /* top right bottom left */
  padding: 0px;
  font-size: 8pt;
}

#releases-top {
  background-image: url(images/releases_top.gif);
  width: 140px;
  height: 10px;
  font-size: 0; /* Workaround for IE empty div display bug */
}

#releases-heading {
  background: url(images/latest_releases.gif);
  display: block;
  margin: 0px;
  height: 0px;
  width: 140px;
  padding-top: 30px;
  overflow: hidden;
}

#releases .releases-content {
  background-image: url(images/releases_bg.gif);
  padding: 0px 10px 20px 10px;
  text-align: center;
}

#releases .releases-content img {
  /* border: 1px solid #77707a; */ /* border colored by a:link img and a:hover img, above */
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}

#releases-bottom {
  background-image: url(images/releases_bottom.gif);
  width: 140px;
  height: 10px;
  font-size: 0; /* Workaround for IE empty div display bug */
}


/* CONTENT AREA */

#content {
  float: right;
  padding-right: 10px;
  width: 590px;
}

#heading {
  display: block;
  margin: 0px;
  height: 0px;
  width: 590px;
  padding-top: 40px;
  overflow: hidden;
}

.heading-news { background: url(images/heading-news.gif); }
.heading-artists { background: url(images/heading-artists.gif); }
.heading-catalogue { background: url(images/heading-catalogue.gif); }
.heading-media { background: url(images/heading-media.gif); }
.heading-links { background: url(images/heading-links.gif); }
.heading-about { background: url(images/heading-about.gif); }
.heading-contact { background: url(images/heading-contact.gif); }

#content-text {
  display: block;
  background-image: url(images/content_bg.gif);
  background-repeat: repeat-y;
  width: 530px; /* 590px - padding left and right */
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 10pt;
  line-height: 16pt;
  overflow: auto; /* Need this for display problems */
}

#content-text.news-text {
  height: 350px;
  scrollbar-track-color: #d0c0c8;
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #d0c0c8;
  scrollbar-darkshadow-color: #d0c0c8;
  scrollbar-highlight-color: #d0c0c8;
  scrollbar-shadow-color: #d0c0c8;
  scrollbar-arrow-color: #d0c0c8;
}

#content-text .news-item {
  clear: both;
  display: block;
  margin-bottom: 20px;
}

#content-text .news-item h4 {
  color: #77707a;
}

#content-text img.float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
}

#content-text p {
  margin: 0px;
  padding-bottom: 10px;
}

#content-big-sparkle {
  display: block;
  clear: both;
  background-image: url(images/content_big_sparkle.gif);
  width: 590px;
  height: 65px;
  margin-bottom: 10px;
}


/* ARTISTS LIST PAGE */

.artists-list {
  float: left;
  padding: 10px;
  text-align: center;
  font-size: 10pt;
}

.artists-list img {
  /* border: 1px solid #77707a; */ /* border colored by a:link img and a:hover img, above */
  width: 150px;
  height: 100px;
  margin-bottom: 5px;
}


/* INDIVIDUAL ARTIST PAGES */

#infobox {
  float: right;
  width: 260px;
  margin: 0px 0px 6px 10px;
  display: inline; /* Need this for IE margins bug */
}

.artistimage {
  border: 1px solid #77707a;
  margin: 0 0 10px 0;
}

/*
table#artist-releases {
}
*/

table#artist-releases .release-img {
  vertical-align: top;
  padding: 0px 10px 10px 0px;
}

table#artist-releases .release-img img {
  width: 40px;
  height: 40px;
  /* border: 1px solid #77707a; */ /* border colored by a:link img and a:hover img, above */
}

table#artist-releases .release-info {
  vertical-align: top;
  padding: 0px 0px 10px 0px;
  line-height: 14px;
}

/* MEDIA PAGE */

div.mediabox-container {
  margin: 0px auto 10px auto;
  width: 400px;
  background-image: url(images/media-box_bg.gif);
  background-repeat: repeat-y;
}
  
table.mediabox {
  padding: 0px;
  /*margin: 0px auto 10px auto; */
  border: 0;
  width: 400px;
  /* background-color: #ff99cc; */
}

table.mediabox thead tr {
  background-image: url(images/media-box_top.gif);
  background-repeat: no-repeat;
  height: 10px;
}

table.mediabox tfoot tr {
  background-image: url(images/media-box_bottom.gif);
  background-repeat: no-repeat;
  height: 20px;
}

/*
table.mediabox tbody tr {
  background-image: url(images/media-box_bg.gif);
}
*/

table.mediabox td {
  vertical-align: top;
}

table.mediabox td.artist-image {
  width: 170px;
  padding: 0px 0px 0px 10px;
  background-image: url(images/media-box-pic_bg.gif);
  background-position: 10px 0px;
  background-repeat: no-repeat;
}

table.mediabox td.artist-image img {
  margin: 10px;
}

table.mediabox td.media-list {
  /* background-image: none; */
  padding: 10px 20px 10px 10px;
}

table.mediabox h3 {
  display: block;
  color: #fff;
}

table.mediabox ul {
  padding: 0px;
  margin: 0px;
  /*
  list-style-image: url("images/flower-icon.gif");
  list-style-type: circle;
  list-style-position: inside;
  */
  list-style: none;
}

table.mediabox a, table.mediabox a:hover {
  color: #fff;
}

table.mediabox li {
  background: url("images/flower-icon.gif") no-repeat 0px .3em; /* adjust the em value as needed */
  padding-left: 20px;
}

/* CATALOGUE */

table.catalogue {
  margin-bottom: 20px;
}

.item-image, .item-buy {
  width: 82px;
  vertical-align: top;
  padding: 0px 0px 20px 0px;
}

.item-image img {
  width: 80px;
  height: 80px;
  border: 1px solid #77707a;
  margin-bottom: 10px;
}

/* Temporary fix for preventing hover behavior on anchors in the Catalogue */
/* Remove this once they become actual links */
.item-image a[name] img {
  border: 1px solid #77707a;
}

.item-buy img,
.item-buy a img,
.item-buy a:link img,
.item-buy a:visited img,
.item-buy a:active img,
.item-buy a:hover img {
  border: 0;
}

.item-buy img {
  display: block;
  width: 80px;
  height: 15px;
  margin: 4px 0px;
}

.item-info {
  vertical-align: top;
  padding: 0px 10px 20px 10px;
  line-height: 16px;
  width: 348px;
}

/* LINKS PAGE */

.links-column {
  float: left;
  width: 50%;
}