/* CSS Document */
  body {
    color:#272425;
    font-family:Arial;
    text-align:center;
    background-color:#cccccc;
  }
  #container {
    width:920px;
    border:1px solid black;
    background-color: #fff;
    padding:10px;  
    margin: 0 auto;
    text-align: left; 
  }
  h1 {
    font:44pt Arial Black;
    margin-bottom:-20px;
    margin-top:-10px;
  }
  h2 {
    font-size:22pt;
    font-family:Arial;
    font-weight:normal;
  }
  h3 {
    font-size:22pt;
    font-family:Arial Black;
    margin-bottom:-10px;
    margin-top:-10px;
  }
  .pink {
    color:#db3595;
  }
  .black
  {
    font-family:Arial Black;
  }
  .divider
  {
    font-family:Arial Black;
    font-size:12pt;
    color:#db3595;
  }
  hr {
    color:#ccc;
    background-color:#ccc;
    border:0;
    height:5px;
  }
  img.artbox
  {
    width:150px;
    height:150px;
    border:0px solid black;
  }
  img.artist_image {
    float:right;
    margin: 10px 10px 10px 10px;
    border:1px solid black;
  }
  .artist_copy {
    width:560px;
    padding-right:10px;
  }
  .names
  {
    font-size:8pt;
  }
  a {
    text-decoration:none;
    color:#272425;
  }
  a:hover {
    text-decoration:underline;
  }
  #modal_container {  
     padding:5px;  
     background-color:#fff;  
     border:1px solid #666;  
     overflow:auto;  
     font-family:"Lucida Grande",Verdana;  
     font-size:12px;  
     color:#333;  
     text-align:left;  
   } 
    
   #modal_overlay {  
       background-color:#000;  
   }  
