/**
 *  CSS for artist print fidelity bio only.  Pages
 *  like entireproductions.com/print/natasha-miller.                                                                                                                                                                       /*
 *
 *  Designed By Capela LLC
 *  Date: 02/22/2009
 *
 */

#container {
   text-align: left;
   margin:0 auto;
   width: 876px;
   height: 900px;
   border: 2px solid gray;
   position: relative;
} 
#footer {
   margin:0 auto;
   width: 876px;
   line-height: 1em;
   height: 240px;
   text-align: center;
   border: 2px solid gray;
   margin-top: -2px;
}
#footer h2 {
   font-size: 16px;
}
#footer p {
   font-size: 14px;
}
#bio-left-top {
   float: left;
   width: 200px;
   margin-left: 20px;
   padding: 8px;
}
#bio-right-top {
   width: 620px;
   float: left;
   margin: 24px 0px 0px 0px;
}
#bio-right-top p {
   padding: 4px;
}
#bio-right-top h2 {
   padding: 0px;
   margin: 0px;
}
#logo {
   text-align: center;
   width: 876px;
   height: 200px;
   border-bottom: 2px solid gray;
}
/* Hide songs and videos */
.bio-mp3-player,
#bio-container-bottom,
#print-link {
   display: none;
}
