/* style sheet for Lori's bio*/

a:link 
        {
	  color: #333333;
	}

a:active 
        {
	  color: #333333;
	}

a:visited
        {
	  color: #333333;
	}

a:hover 
	{
	  color: #888888;
	}

body	{
	  background-color: #F0FFF0;
	  color: #000000;  
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
	  width: 640px; 
	}

#banner
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-style: none;
    border-width: 1px;
    color: #000000;
   }


#logo_row
  {
    height: 75px;
  }


#logo
  {
    background-image: url(images/trebleclef_grn.gif);
    width: 71px;
    height:75px;
    background-position: center left;
    background-repeat: no-repeat;
  }

#header_offset
  {
    width: 50px;
  }


#bio_text
   {
     position: absolute;
     top: 100px;
     left: 50px;
     width: 640px;
     border-style: none;
     border-width: 1px;
     color: #000000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12pt; 
   }

#graphics
   {
     position: absolute;
     top: 550px;
     left: 70px;
     width: 640px;
     border-style: none;
     border-width: 1px;
     color: #000000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14pt; 
   }
     
.bigbar
  {
    background-image: url(images/headliner.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 28px;
    width: 100%;
  }

.barlight
  {
    background-image: url(images/toplight_bg.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 28px;
    font-weight: bold;
    font-size: 14pt;
    letter-spacing: .1em;
  }

.barlight_right
  {
    background-image: url(images/toplight_right.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    height: 28px;
    width: 9px;
  }

.barlight_left
  {
    background-image: url(images/toplight_left.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 28px;
    width: 10px;
  }

.small_bar
  {
    background-image: url(images/headliner_small.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
  }

img.lf1
	{
	  width: 250px; 
	  height: 150px;
	  margin: 10px;
	  float: left;
	}

img.lf2
	{
	  width: 150px; 
	  height: 200px;
	  margin: 10px;
	  float: left;
	}

img.lf3
	{
	  width: 250px; 
	  height: 188px;
	  margin: 10px;
	  float: right;
	}

