body{
     background-image:url("../../player_files/images/background.png"); 
     background-repeat:repeat-x; 
     background-color:#282828;
     font-family:arial;
}

#player {
    text-align:left;
    margin:40px auto 0;
    width:752px;
}
#back{width:50px; height:218px; float:left;}
#flash{width:702px; height:335px; float:left; background-color:#CCCCCC;}

#bottom{
    height:164px;
    width:702px;
    margin-left:50px;
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#494949;
    /*border-left-width:1px;
    border-left-style:solid;
    border-left-color:#494949;*/
}
#links{
    width:109px; 
    height:164px; 
    text-align:center; 
    float:left; 
    /*background-color:#494949;*/
    /*background-color:#282828;*/
    background-color:#111111;
}
#links .text_image{
    position:relative;
    top:16px;
}
#transcribed {
     width:593px;
     /*width:702px;*/
     height:164px; 
     float:left; 
     background-image:url("../../player_files/images/tran_bg.png");
     background-repeat:repeat-x;
     color:#c5d166;
     overflow:auto;
}
#transcribed a, #transcribed a:link, #transcribed a:active, #transcribed a:visited{color:#feb400; text-decoration:none;}
#transcribed a:hover{text-decoration:underline;}

.interview_links{text-align:center;}

.transcribe{padding:10px; font-size:12px;}
.question, .answer{padding-left:30px; padding-right:30px; margin-bottom:12px}

#transcribed .question{border-bottom-color:#CCCCCC; border-bottom-width:1px; border-bottom-style:solid;}
#transcribed h1{font-size:14px;}
#transcribed .q{font-weight:bold; font-size:13px;}
#transcribed .credits {display:block; font-weight:normal; font-size:11px;}
#transcribed .answer{margin-top: 20px; padding-bottom: 20px}

.clear{clear:both;}
.title{font-size:17px; text-transform: uppercase; font-weight:normal; display:block; margin-bottom:12px;}
img {border: 0px none;}

