.content .title { text-align: center; }
  .content .title h1 { min-height: 131px; text-align: center; }

.content .text { font-family: Arial, sans-serif; font-size: 75%;
    line-height: 1.5em; }
  .content .text p { margin: 10px 0; }
  .content .text h3 { text-align: center; font-style: italic;
      font-size: 150%; margin: 10px 0 20px 0; }
  .content .text h4 { font-size: 110%; font-weight: bold;
      margin: 20px 0 10px 0; }
  .content .text ul { list-style-type: disc; }
    .content .text ul li { margin-left: 2em; }
  .content .text a:link,
  .content .text a:visited { color: #3F506F; }
  .content .text span.atomic { white-space: nowrap; }


.content p.celeb { background-color: #F0E4C5; border: 1px solid brown;
    margin-bottom: 10px; padding: 0.5em; }
    

#contentcontact { height: 150px; padding: 10px 0; }

#contentcontact a.imagelink { display:block; width: 139px; height: 142px;     
    background-image: url(../images/contact-large.png); float:left; }
    
    #contentcontact a.imagelink:link { background-position: 0 0; }
    #contentcontact a.imagelink:hover { background-position: 0 143px; }
    
    #contentcontact a.imagelink span { display:none; }
