@import url(site_musicians.css);
@import url(template.css);

#news_box {
    width: 150px; 
    float: right; 
    padding: 0;
    border: solid #eeeeee 1px; 
    margin: 10px 10px 10px 10px;
    font-size: 11px;
}

    #news_box #news_box_header {
        padding: 0.5em 3px 0.5em 3px;
        font-weight: bold;
    }
    
    #news_box #news_box_contents {
        background-color: #eeeeFF; 
        padding: 1em 3px 1em 3px;
        margin: 2px 0px 2px 0px;    
    }
    
    #news_box #news_box_footer {
        background: #ffffff url(/images/subpages/arrow.gif) no-repeat 5px 0; 
        padding: 2px 2px 2px 15px;
    }
    
#history_side_bar {
    float: left;
    margin: 1em 2em 1em 1em;
}

#history_pictures {

}

#more_pictures_box {
    clear: both;
    width: 100%;
    margin-bottom: 1em;
}
#more_pictures_box table {
     width: 100%;
     border: solid #eeeeee 1px; 
}

#contact {
      border-collapse: collapse;
      margin: 2em auto 2em auto;
      width: 100%;
}
    #contact td {
          border-bottom: 1px solid #EEEEEE;
          padding: 0.1em 0.5em 0.1em 0.5em;
    }
#contact_address {
      border-collapse: collapse;
      margin: 2em auto 2em auto;
      border: 1px solid #EEEEEE;
}
    #contact_address td {
          text-align: center;
          padding: 0.2em 3em 0.2em 3em;
    }
    
#music {
    border-collapse: collapse;
    width: 100%;
    margin: 2em auto 2em auto;
}
#music td {
     border-bottom: 1px solid #EEEEEE;
}
#music th {
     background-color: #eeeeee;
     border-bottom: 1px solid orange;
     padding: 0.2em 0.2em 0.2em 0.2em;
}

span.letter_t_initial {
        text-indent: -2000px;
        display: block;
        width: 43px;
        height:  32px;
        background-image:url(../images/main/letter-t.gif);
	    background-position: 0% 0%;
        font-size: 200%; float: left
}

a.text_link {
    background-image:url(../images/subpages/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 10px;
}

h3 {
    width: 100%;
    border-bottom: 1px solid red;
    color: #555555;
}