body {
  font: small georgia, times new roman;
  background-color: #fffed0;
}

p, pre {
  margin: 0px;
  padding: 0px;
}

a {
  color: blue;
  text-decoration: none;
}

img {
  border: 0px;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

a:visited {
  color: blue;
}

#everything {
  background: url('images/bg_everything_ul.gif') top left no-repeat;
  width: 530px;
  margin-left: auto;
  margin-right: auto;
}

#head {
  background: url('images/bg_everything_ur.gif') top right no-repeat;
  padding: 30px 30px 0px 30px;
}

#banner_image {
  float: left;
}

#banner_title {
  font-size: 35pt;
}

#banner_sub {
  text-transform: uppercase;
  font-size: small;
  color: #888;
  text-indent: 5px;
}

#body {
  clear: both;
  background: url('images/bg_everything.gif') repeat-y;
  padding: 10px 30px 0px 30px;
}

#songs {
  padding: 10px 0px 10px 0px;
}

.song {
  padding: 5px;
}

.song_icon {
  float: left;
}

.song_link {
  font-size: x-large;
}

#foot {
  text-align: center;
  background: url('images/bg_everything_ll.gif') bottom left no-repeat;
}

#copyright {
  font-size: x-small;
  background: url('images/bg_everything_lr.gif') bottom right no-repeat;
  padding: 5px 0px 25px 0px;
}
