html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    color: black;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    margin: 0;
}

body.news {
    background-image: url("images/background-special.png");
}

body.band {
    background-image: url("images/background-garbage.png");
}

body.gallery {
    background-image: url("images/background-paranoid.png");
}

body.sounds {
    background-image: url("images/background-power.png");
}

body.download {
    background-image: url("images/background-breath.png");
}

body.links {
    background-image: url("images/background-dragonfly.png");
}

body.contact {
    background-image: url("images/background-cloud.png");
}

div.logo, div.center {
    text-align: center;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

div.navbar {
    margin: 0px;
    white-space: nowrap;
    text-transform: lowercase;
}

div.navbar span {
    padding-left: 1em;
    padding-right: 1em;
    color: white;
    background-color: black;
}

div.navbar a {
    padding-left: 1em;
    padding-right: 1em;
    background-color: white;
    padding-left: 1em;
}

img {
    border: none;
}

h1 {
    margin-top: 0px;
    color: white;
    background-color: black;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

h2 {
    margin-left: 1em;
/*
    border-left: solid black 2ex;
    padding-left: 1em;
*/
    white-space: nowrap;
}

h2.shirley, h2.steve, h2.duke, h2.butch {
    color: white;
    background-color: black;
    background-repeat: no-repeat;
    background-position: left;
    height: 128px;
    line-height: 128px;
    text-align: center;
}

h2.shirley {
    background-image: url("images/shirley0.jpg");
}

h2.steve {
    background-image: url("images/steve0.jpg");
}

h2.duke {
    background-image: url("images/duke0.jpg");
}

h2.butch {
    background-image: url("images/butch0.jpg");
}

p, div, dl, ul, ol {
    margin-left: 4em;
    margin-right: 4em;
}

ul {
    padding: 0px;
    list-style-type: none;
}

dt {
    font-weight: bold;
}
