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

#menu {
    display: none;
}

#footer {
   display: none;
}

#jumptomenu { display: none }

#content {
    background: white;
    padding: 2em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *   Cute headers.
 */

h3 {
   margin: 2.5em 0 1em 0;
   font-size: 110%;
   font-weight: bold;
}

h3.top { margin-top: 0; }

.previous {
    margin-top: 2em;
    font-size: 120%;
    text-align: left;
}

.next {
    margin-top: 2em;
    font-size: 120%;
    text-align: right;
}

/*
 *   The Discography
 */

.discoheader {
    border-top: 1px solid #629274;
    border-bottom: 1px solid #629274;
    padding: 2px 2em;
    margin: 36px 0 1em 0;
    background: transparent url(/images/teal-dots.gif) left center repeat-x; 
}

.discoheadertitle {
    background: #000;
    padding: 2px 4px;
    font-weight: bold;
}

.discodesc {
    font-size: 90%;
    font-style: italic;
    padding: 0 3em 1em;
    color: #ded;

}

.pullout {
    font-size: 66%;
    padding: 5px 0;
    margin: 1em 10px 0 5px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    text-align: right;
}
