/******************************************
* Leon Clements Home Page 2006            *
*******************************************/

  #all {
    top: 4%;
    left: 14%;
    position: absolute;
  }

  .text {
  	font-family: trebuchet ms;
  	display: block;
  	line-height: 1em;
  	color: #8b8989; /* shadow color */
  	background-color: transparent;
  	white-space: nowrap; /* wrapping breaks the effect */
  }
  
  .text:before {
  	background-color: transparent;
  }
  
  .text:after {
  	color: #FAFAFA;
  	background-color: transparent;
  }
  
  #cv, #study, #products, #linkme {
    font-size: 20pt;
    font-weight: bold;
  }
  
  #cv:before, #study:before, #products:before, #linkme:before {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
  }
  
  #cv:after {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
    content: "c.v.";
    font-weight: bold;
    display: block;
  }
  
  #study:after {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
    content: "study";
    font-weight: bold;
    display: block;
  }
  
  #products:after {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
    content: "products";
    font-weight: bold;
    display: block;
  }
  
  #linkme:after {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
    content: "link me";
    font-weight: bold;
    display: block;
  }
  
  a {
    position: relative;
    font-family: trebuchet ms;
  	color: #8b8989;
  	display: block;
  	line-height: 1em;
  	background-color: transparent;
  	white-space: nowrap;
  	text-decoration: none;
  }
  
  a:before {
  	margin-bottom: -1.05em;
  	margin-left: 0.1ex;
  	background-color: transparent;
  }
  
  a:after {
  	margin-top: -1.05em;
  	margin-left: -0.1ex;
  	background-color: transparent;
  }
  
  .11 {
    width: 23px;
    height: 87px;
  }
  
  .13, .19, .21 {
    width: 23px;
    height: 23px;
  }
  
  .17 {
    width: 23px;
    height: 64px;
  }
  
  .20 {
    width: 328px;
    height: 23px;
  }
  
  .button {
    background: url(images/button.gif) no-repeat;
    width: 120px;
    height: 16px;
    text-align: center;
  }
  
  

