body {
   text-align: center;
}

#page_container {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 827px;
   position: relative;
}

/*
   #header
*/
#header {
   position: relative;
   height: 160px;
}
#header h1 span { display: none; }
#header h1 div {
   background: url('images/logo_top.jpg') no-repeat scroll top left;
   width: 182px;
   height: 109px;
   position: absolute;
   top: 0px;
   left: 305px;
   z-index: 5000;
}
#tab_bar, #header .blurb {
   position: absolute;
   top: 24px;
}
#header .blurb {
   display: inline;
   position: absolute;
   font-weight: bold;
   font-size: 110%;
   z-index: 10000;
   width: 200px;
   font-style: italic;
}
#tab_directions {
   margin-left: 182px;
}


/*
   Splash
*/

#splash_container {
   position: relative;
}


#splash_container .leftcol {
   float: left;
   width: 360px;
   padding-left: 30px;
}

#splash_container .rightcol {
   float: right;
   width: 360px;
}


#beforeyouattend {
   width: 340px;
   height: 202px;
   padding: 0px;
   margin-left: -6px;
   padding-bottom: 68px;
}
#beforeyouattend .before_header {
   margin: 0px;
}


#link_box {
   padding-top: 30px;
   padding-bottom: 40px;
   padding-left: 50px;
}
#link_box a {
   display: block;
   float: left;
   margin-left: 20px;
}
#link_box a span {
   display: none;
}
#lnk_ourmusic {
   background-image: url(images/lnk_ourmusic-inactive.jpg);
   width: 103px;
   height: 58px;
}
#lnk_enews {
   background-image: url(images/lnk_enews-inactive.jpg);
   width: 104px;
   height: 58px;
}
#lnk_ourblog {
   background-image: url(images/lnk_ourblog-inactive.jpg);
   width: 103px;
   height: 56px;
}
#lnk_partners {
   background-image: url(images/lnk_partners-inactive.jpg);
   width: 104px;
   height: 56px;
}

#lnk_ourmusic:hover {
   background-image: url(images/lnk_ourmusic-active.jpg);
}
#lnk_enews:hover {
   background-image: url(images/lnk_enews-active.jpg);
}
#lnk_ourblog:hover {
   background-image: url(images/lnk_ourblog-active.jpg);
}
#lnk_partners:hover {
   background-image: url(images/lnk_partners-active.jpg);
}



#recent_messages_box {
   width: 328px;
}
#event_box {
   width: 328px;
}
ul.date_table {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul.date_table li {
   clear: left;
   padding-bottom: .7em;
   margin-bottom: .7em;
   border-bottom: dotted 1px #FFE7A0;
   position: relative;
   font-size: .9em;
}
ul.date_table .name {
   font-weight: bold;
   width: 170px;
}
ul.date_table .date {
   position: absolute;
   top: 0;
   left: 180px;
}

#box_left {
   padding-left: 30px;
   padding-bottom: 30px;
   width: 375px;
}



/*
   Content
*/
#content_container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 600px;
}

#footer {
   clear: both;
   color: white;
   background-color: #DA9144;
   -moz-border-radius-bottomright: 1em;
   -moz-border-radius-bottomleft: 1em;
   -webkit-border-bottom-right-radius: 1em;
   -webkit-border-bottom-left-radius: 1em;
   font-size: .8em;
   text-align: center;
   margin-top: 40px;
   padding-bottom: 5px;
   line-height: 1.3em;
   padding-top: 10px;
}



ul.date_table li .hover_description {
    position: absolute;
    width: 250px;
    padding: 10px;
    margin-left: 80px;
    border: solid 1px black;
    background-color: white;
    z-index: 5000;
}
ul.date_table li .hover_description p {
    margin: 0;
    padding: 0;
}