/* CSS Document */

  body{
    font-family: verdana, helvetica, sans serif;
    background: #040404;
  }
  
  #leftcol, #middlecolcontact, #rightcol{min-height: 100%; float:left;}
  * html #leftcol, * html #middlecolcontact, * #rightcol{height:100%;}
  
  #leftcol{width:18%;}
    
  #middlecolcontact{
  width: 28%;
  background = url("images/michael_thinking_bw.jpg") no-repeat top;
  }
    
  #rightcol{
  /* position: absolute;
  top: 0px;
  left: 46%; */ 
  width: 50.9%;
  color: #ccc;
  font-size: 10pt;
  padding: 0px 2% 0px 1%;
  }
  #rightcol h2{margin: 50px 0 0 0;}
  #rightcol p{margin: 10px 0 10px 0;}
  
  #navbox{
  margin: 100px auto;
  text-transfrom: lowercase;
  text-align: center; 
  }
  
  #navbox a{text-decoration: none; color: #ccc;}
  #navbox a:visited{}
  #navbox a:active{}
  #navbox a:hover{color:white;font-size:20px;}
  
  
