body {
text-align:center;
margin: 0px;
background-color: #426373;
}
     #header {
           border-bottom : 1px solid #777;
           background-color : #fff;
           background-image : url(../drawings/images/sdbg.gif);
           color : #999;
           font : 20px Trebuchet MS, Trebuchet, sans-serif;
           text-align : left;
           padding-left : 8px;
           padding-top : 5px;
           padding-bottom : 5px;
      }
#frame{
width:600px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:center;
color: #ccc;
}

#thumbs {
  float: left;
  width : 136px;
}

#thumbs .thumb {
  float: left;
  width: 50px;
  height: 48px;
  text-align: center;
  padding: 7px;
}

#bioframe{
width:600px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:center;
}

#biopic {
  width : 400px;
}

#biotext {
  width: 500px;
  margin-right:auto;
  margin-left:auto;
  font-size : 12px;
  font-family : Trebuchet MS, Trebuchet;
  text-align:justify;
  color: #0A1A20;
 }

#text { 
  margin-left: 135px;
  width: 300px;
  font-size : 12px;
  font-family : Trebuchet MS, Trebuchet;
  text-align:justify;
  color: #0A1A20;
 }

     #menu {
	   float: right;
	   width: 125px;
           color : #0a1a20;
           background-color : #5a7a89;
           text-align : center;
           border : 1px solid #122e38;
           padding : 5px;
      }
     #menu a {
           background-color : #426373;
           color : #d6d6de;
           padding : 2px;
           text-decoration : none;
           font : 10px Verdana, Helvetica, sans-serif;
           border-top : 1px solid #d6d6de;
           border-left : 1px solid #d6d6de;
           border-right : 1px solid #181821;
           border-bottom : 1px solid #181821;
           text-align : center;
           display : block;
           margin : 4px 0;
      }
     #menu a:hover {
           background-color : #d2d7dd;
           color : #033;
      }

#interview { 
  font-size : 12px;
  font-family : Trebuchet MS, Trebuchet;
  text-align:left;
  color: #0A1A20;
 }
.question { 
  font-weight: bold;
 }

.answer { 
  color: #ccc;
  margin-bottom : 12px;
 }


#footer a {
  font-size : 10px;
  font-family : Verdana, Helvetica, sans-serif;
  color: #660000;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

     #footer {
           width : 600px;
           margin-right : auto;
           margin-left : auto;
           margin-top : 40px;
           padding : 10px;
           text-align : center;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           color : #122e38;
           background-color : transparent;
           border-top : 1px solid black;
      }

.notice {
           color : #181821;
           background-color : #d6d6de;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           border : 1px solid #181821;
	   text-align: center;
           padding: 5px;
	   width: 350px;
}
.notice a {
           color: #600;
           font-size: 13px;
	   font-weight: bolder;
           text-decoration: none;
}
.notice a:hover{
           color: #426373;
}