.imgbar {
     background-color:#000; 
     height:74px;
     margin: auto; 
     border-top:2px solid white;
     border-bottom:2px solid white;
     position:relative;
}

.top {
     margin-right:111px;
     margin-left:111px;
}
.bottom {
     margin-left:111px;
}

.bio {
     position:absolute;
     width:500px;
     height:300px;
     top:50px;
     left:50px;
     overflow:scroll;
}

.biolink {
     position:absolute;
}

.nav {
     color:#000; 
     background-color:#333;
/*   background-color:red;*/

     margin-right:111px;
     margin-left:111px;
     width:555px;
     text-align:center;
     font-family:Verdana,Helvetica,sans-serif;
     font-weight:normal;
     border-bottom-style:solid;
     border-width:2px; 
     border-color:#000; 
     padding-top:8px;
     padding-bottom:4px;


}


.imgcontent {
     color:#FFF;
     background-color:#000;
     margin-right:111px;
     margin-left:111px;
     width:555px;
     height:370px;
     position:relative;
}

.text {
     color:#FFF;
/*  background-color:#FF9;*/
     background-color:#222;
     margin-right:111px;
     margin-left:111px;
     width:515px;
     height:370px;
     overflow:auto;
     padding-left:20px;
     padding-right:20px;
}


.all {
     width:777px; 
     margin: auto; 
     font-family:Verdana,Helvetica,Arial,sans-serif;
     font-size:11pt;
}

html, body {
      height:98%;
/*    background-color:#FE0; */
      background-color:#000;
      margin:0px;	
}



a {	
     color:#FFF;
     text-decoration:none;
     letter-spacing:2pt;
     font-weight:bold; 
     font-variant:small-caps;

}

a:hover {
/*   color:#FF9;*/
     color:#F00;

}

img {
    border:none;
}

p {
  text-align:justify;
}
