 
	#style3 {font: normal 16px Geneva, Arial, Helvetica, sans-serif; }

	body {
	  text-align:center;
	  margin:0;
      padding:0;
	  font:bold 11px/1.5em Verdana;
	  background-image:url(images/fade.png);
	  background-repeat:repeat-x;
	  }
	#header {
	  background:#fff url(images/corners.png) top no-repeat;
	  position:relative;
	  width:755px;
	  height:25px;
	  margin:-1px auto 0 auto;
	  border:0px solid #aaa;
	  }	
	#container {
	  background:#fff url(images/bio.jpg) 25px 0px no-repeat;
	  position:relative;
	  width:755px;
	  height:425px;
	  margin:0 auto 0 auto;
	  border:0px solid #aaa;
	  }
	#container ul{
	  padding:0;
	  margin:0;
	  list-style-type:none;
	  }
	
/* navi tabs start here */
	
	#navigation {
      width: 100%;
	  margin: 1em 0 0;
	  padding: 0.6em 0 0;
      font-size: 90%;
      line-height: normal;
      }
    #navigation ul, #navigation ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      }
	#navigation ul {
	  padding: 5px 0 5px;
	  text-align: center;
	  }
    #navigation ul li {
      display: inline;
      margin-right: -2px;
      }
    #navigation ul li a {
      background: url("images/tableft.gif") no-repeat left top;
      padding: 4px 0;
      text-decoration: none;
      }
    #navigation ul li span {
      background: url("images/tabright.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      margin: 4px 0 4px 4px;
      color: #666;
      }
    #navigation ul li a:hover span {
      color: #0066CC;
	  background-position: 100% -42px;
      }
    #navigation ul li a:hover {
      background-position: 0% -42px;
      }
    #navigation #current a {
      background-position: 0% -42px;
      }
    #navigation #current a span {
      background-position: 100% -42px;
      }
	  
/* biography starts here */
	
	#container a.gallery{
	  display:block;
	  color:#000;
	  text-decoration:none;
	  border:1px solid #000;
	  margin:0px 20px 20px 0px;
	  text-align:left;
	  cursor:default;
	  }
	#container ul {
 	  position:absolute;
	  width:350px;
	  height:400px;
	  top:35px;
	  left:75px;
	  float:left;
	  margin:5px;
	  }
	#container li {
	  float:left;
	  }