body {
    background: #1d3f1a url(images/site-bg-4.jpg) repeat-x fixed top left;
    margin:0;
    padding:0;
    font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
    font-size:13px;
    line-height:18px;
}
#header {
    position:fixed;
    width:900px;
    left:50%;
    margin:0 0 0 -450px;
    height:150px;
    color:#fff;
    opacity:0.9;
}
#header h1, #tagline {
    margin:100px 0 0 30px;
}
#header h1 a {
    color:#fff;
}
#header #tagline {
    margin:0 0 0 30px;
    font-style:italic;
}
#wrapper {
    position:relative;
}
#content {
    position:absolute;
    top:150px;
    background:#fff;
    opacity:0.9;
    border-top:1px #000 solid;
    width:850px;
    left:50%;
    margin:0 0 12px -475px;
    padding:20px 50px;
    padding-bottom:120px;
    margin-bottom:120px;
}
#main {
    float:left;
    width:450px;
    padding:0;
}
#extras {
    float:right;
    width:300px;
    border-left:1px #666 dotted;
    padding:0 0 50px 50px;
    font-size:90%;
}
#footer {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    border-top:3px #000 solid;
    color:#fff;
    background:#000;
    opacity:0.8;
    z-index:1;
    text-align:center;
}
.new {
    color:#c33;
    font-size:smaller;
    text-transform:uppercase;
}
#cornify {
    position:absolute;
    top:250px;
    right:50px;
    z-index:99;
}
a {
    color:#36c;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    color:#393;
    text-decoration:underline;
}
a:visited {
    color:930;
}
#main h2 {
    color:#363;
    border-bottom:1px #363 dotted;
    background-color:#efe;
    padding:3px 10px;
    border-left:5px #363 solid;
    clear:both;
}
#extras h2 {
    color:#630;
    border-bottom:1px #630 dotted;
    background-color:#fed;
    padding:3px 8px;
    border-left:3px #630 solid;
}
#content iframe {
    border:1px #666 solid;
}
#addendum {
    clear:both;
    margin-top:25px;
    padding-top:25px;
    border-top:1px #666 dotted;
    text-align:center;
}
#photo {
    margin-top:-150px;
}
#updates {
    overflow:auto;
    height:350px;
}

ul#biglinks {
    margin-bottom:1em;
}
ul#biglinks li {
    margin:1em 0;
}
#song {
    margin: 0 1em;
}
#song .verse {
    line-height:1.3em;
    margin:0.5em 0;
}
#song .verse p {
    margin:0.8em 0;
}
#song .refrain {
    line-height:1.3em;
    margin:1em 0;
}
#song .refrain p {
    font-style:italic;
}
#song .chorus {
    margin-left:2em;
    line-height:1.6em;
    color:#444;
}
#song .chorus p {
    margin:1em 0;
}
#song .break {
    font-style:italic;
    margin-left:2em;
    font-size:80%;
}
embed.player {
    border:1px #666 solid;
}
#main a.nav {
    margin:1em;
}
#main a.incipient {
    color:#666;
}
#main a.incipient:hover {
    text-decoration:none;
    cursor:default;
}
#main p.nav {
    margin-bottom:0.5em;
    padding-bottom:0.5em;
    border-bottom:1px #999 dashed;
    text-align:center;
}
