body {
  font:	76% Verdana, Arial, Helvetica, sans-serif;
  background:#fff;
  padding:0px;
  margin:0px;
  background-image:url(images/background.gif);
}

a {
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px #000000;
}

#leftcontent {
  float:left;
  width:75%;
  background:#ed9898;
  border-right: 1px solid #000;
  margin-right:15px;
  padding-left: 4em;
  padding-bottom:20px;
}


#rightcontent {
  margin-right: 1em;
}
  
#closing {
  margin-left: 4em;
  line-height: 1.5em;
  width: 80%;
}

h1 {
  padding-left: auto;
  margin-left: auto;
  padding-right: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 10px;
}

#header { 
  text-indent: -100em;
  width: 375px;
  height: 65px;
  background-image: url(images/header.gif); 
  background-repeat: no-repeat; 
}

#rightcontent p {
  font-size:10px;
  margin:0px;
}

div.row {
  clear: right;
  display: block;
}

div.row div.col1 {
  float: left;
  margin: 0 1em 2em 0;
  width:50%;
}

div.row div.col2 {
  float: left;
  margin: 0 1em 2em 0;
  width:45%;
}

div.spacer {
  clear: both;
}

div.image {
  width: 200px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

span.artist {
  font-weight: bold;
  line-height: 2em;
}

span.info {
  font-size: 80%;
  color: #000000;
}

ul {
  list-style: circle;
  margin: 0.2em 0 0.2em 0.75em;
  padding: 0.2em 0 0.2em 0.75em;
}

div.blank_image {
  height: 150px;
  width: 150px;
  display: block;
  padding-bottom: 0.5em;
}

img.release {
  padding-bottom: 0.5em;
}

#navcontainer {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

