body {
  background: #fff url(/images/fleur_de_lis_pattern.png) repeat;
	font-family: "Futura Lt BT", "Futura Lt", "Futura-Light", "Futura Light", "Futura-Medium", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
img {
  border: 0px;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
  a:hover,
  a:active {
    text-decoration: underline;
  }
  a:visited {
    color: #4d4350;
  }
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
  margin-top: 2em;
}

.double_colon,
.colon {
  color: #90f;
}


div#container {
  position: relative;
  width: 777px;
  margin: 2em auto;
}
  div#container img#logo {
    position: relative;
    float: left;
    margin-bottom: 2em;
  }
  div#container div#menu {
    position: relative;
    float: left;
    clear: both;
    width: 250px;
    height: 400px;
    font-size: 12px;
  }
  div#container div#content {
    position: relative;
    float: left;
    width: 528px;
    height: 400px;
    margin-left: -1px;
  }
    div.top_left_corner,
    div.top_right_corner,
    div.bottom_left_corner,
    div.bottom_right_corner {
      position: absolute;
      width: 28px;
      height: 28px;
    }
      div.top_left_corner {
        top: 0px;
        left: 0px;
        border-top: 1px solid #888;
        border-left: 1px solid #888;
      }
      div.top_right_corner {
        top: 0px;
        right: 0px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
      }
      div.bottom_left_corner {
        bottom: 0px;
        left: 0px;
        border-bottom: 1px solid #888;
        border-left: 1px solid #888;
      }
      div.bottom_right_corner {
        bottom: 0px;
        right: 0px;
        border-bottom: 1px solid #888;
        border-right: 1px solid #888;
      }
    div#menu div#menu_content,
    div#content div#content_content {
      overflow-y: auto;
    }
      div#menu div#menu_content {
        height: 351px;   /* 400px - 49px padding */
        margin: 21px 14px 28px;
        padding: 0px 7px;
      }
      div#content div#content_content {
        height: 351px;   /* 400px - 49px padding */
        margin: 21px 21px 28px 22px;
        padding: 0px 7px;
      }
    div#menu ul {
      list-style: none;
      padding: 0px;
      padding-left: 1em;
      line-height: 1.7em;
    }
      div#menu ul li {
        display: block;
        text-indent: -1em;
        margin-bottom: 0.5em;
      }
    div#content h1 {
      margin: 0px 0px 1em;
    }

table#releases td.info {
  padding-left: 1em;
}

td#image {
  padding-right: 1em;
}

td#listing {
  vertical-align: bottom;
}
div.listing {
  margin-bottom: 1em;
}
  div#cat_num,
  div.cat_num {
  }
  div#artist,
  div.artist {
    font-weight: bold;
  }
    td#listing div#artist {
      font-size: 18px;
    }
  div#title,
  div.title {
    font-style: italic;
  }
    td#listing div#title {
      font-size: 18px;
    }
  
div#description {
  clear: both;
}

span.track_length {
  font-size: 10px;
}

div#shhh {
  bottom: 7em;
  position: absolute;
  right: 8em;
}

ul#works {
  list-style: none;
  padding: 0px;
  line-height: 1.4em;
}

p#release_year {
  margin-top: 3em;
}

div#footer {
  clear: both;
  text-align: right;
  padding-top: 5em;
  font-size: 10px;
  color: #888;
}
