/* Index=Page Only declarations */
  #index #body #content #header {
    padding:10px;
    height:200px;
    text-align:right;
  }
  #index #body #content #header H1 {
    font-size:45px;
    font-variant: small-caps;
    color:#444;
  }
  #index #body #content #header H2 {
    font-size:30px;
    font-variant: small-caps;
    color:#92485F;
    line-height:1em;
    letter-spacing: 1.5px;
  }
  #index #body #content #header H2 SPAN {
    display:block;
  }
  #index #body #content #header H2 B {
    color:#444;
  }
  #index #body #content #header H4 {
    color:#92485F;
  }

  #index #body #content #linklist {
    width:175px;
    margin-left:500px;
    margin-top:40px;
  }
  #index #body #content #linklist UL {
    list-style-type:none;
  }
  #index #body #content #linklist UL LI {
    margin:10px 0px;
  }
  #index #body #content #linklist UL LI A {
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#92485F;
    text-decoration:none;
  }
  #index #body #content #linklist UL LI A:hover {
    color:#E1CF58;
  }

  #index #body #content #description {
    width:250px;
    margin-left:420px;
    margin-top:40px;
  }
  #index #body #content #description DIV {
    font-size:12px;
    line-height:15px;
    height:15px;
    float:left;
    clear:left;
  }
  #index #body #content #description P {
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    margin:0px;
    padding:0px;
    color:#000;
  }

  #index #body #content #bio {
    width:300px;
    margin-left:360px;
    margin-top:40px;
    background-color:#DCDCDC;
  }
  #index #body #content #bio P {
    font-size:12px;
    line-height:15px;
    color:#92485F;
    padding:5px 10px;
  }
