#container {
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

/*
#outer_header {
    height: 50px;
    background-image: url('../images/header_banjo.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

#header {
    height: 50px;
    background-image: url('../images/header_banjo2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    color: #FFF;
}
*/

#header, #header span {
 width: 723px; height: 87px;
 background-image: url(../images/bubbly_header.png);
 background-repeat: no-repeat;
 margin: 0 auto;
 text-align: center;
}

#header span { 
    margin-bottom: -75px;
}

/* non-repeated code */
h1 span {
 display: block;
 position: relative;
 z-index: 1;
}
/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */


#videos {
    float: left;
    width: 330px;
    padding-right: 7px;
}

#right_content {
    float: left;
    width: 270px;
}

#contact_info {
    padding: 7px;
    border: 1px dotted black;
}

#events {
    padding: 7px;
    border: 1px dotted black;
}

.event {
    margin: 7px;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: Georgia, serif;
    font-size: 0.9em;
}


h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.email {
    font-family: Courier New, Courier, monospace;
    font-size: 0.7em;
}

