body
{
  background-color:black;
  background-image:url('img/bg.jpg');
  background-repeat: no-repeat;
  background-position:center top;
  background-attachment:fixed;

  font-family: Helvetica, sanf-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.memberinfo td {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: left;

  vertical-align: top;
}

div.content
{
    width:470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    
    text-align: justify;
}

a
{
  font-family: sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a:hover
{
  font-size: 14px;
  color: #aaa;
}

p.quote
{
  width: 300px;
  letter-spacing: 0.5ex;
  line-height: 150%;
}

p.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;

}
p.right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}



h1
{
/*         clear: both; */

  background-image:url('img/head.png');
  background-repeat: no-repeat;
  background-position:top left;
  padding-left: 50px;
}

h2
{
  clear: both;
  

  background-image:url('img/head2.png');
  background-repeat: no-repeat;
  background-position:top left;
  padding-left: 30px;
}

#navigation 
{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align:left;
    padding: 5px 0px;
    margin: 0px;
}

#navigation li
{
    display: inline;
    list-style-type: none;
    padding: 0px 15px;
}

#navigation a
{
    font-size: 2em;

}

.tracklist 
{
    padding: 5px 0px;
}

.tracklist li
{
    list-style-type: none;
    padding: 0px 10px;
}



img.portrait {
    width: 150px;
    margin: 0px 10px;
    border: 5px solid white;
}

img.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;

}
img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}

ul.members {
  text-align: left;   
  list-style-type: line;
/*   list-style-position: inside; */
  text-indent: 0px;
  padding-left: 19px;
  margin-left: 0px;
}

.members li {
  padding-bottom: 5px;
}

#logo {
   height: 200px;
}


hr {
  height: 1px;
  background-color: white;
  border-width: 0px;
}
p.contact
{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

p.copyright
{
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
