* {
    margin: 0;
    padding: 0;
    border: 0;
}

/*html, body, #container { height: auto; }*/

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background: url("../images/wood_bg.jpg") repeat;
    height: auto;
    
    /* Font styles*/
    font-family: "Georgia", serif;
    font-size: 10pt;
}

a { color: #630; }
a:visited { color: #300;}

#container {
    background: url("../images/paper_bg.jpg") repeat-y;
    height: 100%;
}
    #title {
        position: absolute;
        top: 188px;
        left: 281px;
        width: 304px;
        height: 85px;
        z-index: 3;
    }

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}   
 
#header_nav {
    width: 459px;
    height: 151px;
    z-index: 20;
    position: absolute;
    top: 0px;
    left: 381px;
}
#myspace_link {
    background: url("../images/myspace.jpg") no-repeat;
    width: 110px;
    height: 126px;
    position: absolute;
    top: 353px;
    left: 782px;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 3;
}

.photo_caption {
    font-size: x-small;
    text-align: right;
    padding: 2px 5px 2px 2px;
}

#content {
/*    border: 1px solid red;*/
    margin-top: 300px;
    margin-left: 160px;
    margin-bottom: 20px;
    position: relative;
    width: 600px;
/*    margin-bottom: 20px;*/
    z-index: 1;
    min-height: 300px;
    height: auto !important;
    height: 300px;    
}

#copyright {
    padding: 10px;
    width: 760px;
    margin-left: 140px;
    text-align: center;
    font-size: x-small;
    clear: both;
        z-index: 1;
}

.paragraph {
    text-indent: 20px;
    margin: 20px;
}

.lyrics {
    margin: 20px;
}

#contacts {
    margin-left: 20px;
    list-style: none;
}

#contacts li {
    margin: 20px;
}

#news {
    margin-left: 20px;
    list-style: none;
}
#news li {
    margin-bottom: 20px;
}

.blog_title {
    font-size: 20pt;
    font-style: italic;
    margin: 4px 10px 4px 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #630;
    position: relative;
}

.blog_date {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 8pt;
/*    margin-top: 15px;*/
}

/* ================ */
/* = Performances = */
/* ================ */
dl#shows {
    margin: 15px;
}
#shows dd {
    font-weight: bold;
    font-size: 110%;
    margin-top: 20px;
}
#shows dt {
    margin-left: 20pt;
}
#shows dt .description {
    font-size: 90%;
}