  body{
    background: #FFFFFF;
    text-align: center;
    margin-right: 0px;
	margin-left: 0px;
  }


  #wrapper{
	position: relative;
	width: 960px;
	height: 1200px;
    text-align: left;
    margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
    background: #FFFFFF;
    overflow: hidden;
  }

  #header{
      position: relative;
      width: 960px;
      height: 80px;
      background: #CCCCCC;
      border-bottom-color: #999999;
      border-bottom-style: solid;
      border-bottom-width: 1px;
  }
  
  #toolbar_header{
      position: relative;
      width: 960px;
      height: 40px;
      background: #333333;
      color: #FFFFFF;
  }
  
  #toolbar{
      position: relative;
      width: 960px;
      height: 20px;
  }
  
  .toolbar_item{
     font-family: Arial;
     font-size: 14px;
     color: #FFFFFF
  }
  
  .toolbar_item a:link{
      color: #ffffff;
      text-decoration: none;
  }
  
  .toolbar_item a:hover{
     color: #92a685;
  }
  
  
  #logo{
      position: relative;
      top: 14px;
      left: 20px;
  
  }
  
  #about{
      position: absolute;
      top: 14px;
      left: 20px;
  }
  
  
  #projects{
      position: absolute;
      top: 14px;
      left: 100px;
  }
  
  #companies{
      position: absolute;
      top: 14px;
      left: 190px;
  }
  
  #work_with{
      position: absolute;
      top: 14px;
      left: 300px;
  }
  
  
  #content_wrapper{
      position: relative;
      width: 960px;
      height: 1120px;
      background: #FFFFFF;
 
  
  }
  
  #content{
      position: relative;
      width: 780px;
      height: 1120px;
      background: #FFFFFF
  }
  
  #sidebar{
      position: absolute;
      width: 180px;
      height: 1121px;
      top: -1px;
      left: 780px;
      background: #CCCCCC;
      border-left-color: #999999;
      border-left-style: solid;
      border-left-width: 1px;
      
  }
  
  #photo{
      position: absolute;
      left: 40px;
      top: 0px;
      width: 100px;
      height: 100px;
      border-style: solid;
      border-color: #999999;
      border-width: 1px;
  
  }
  
  #links{
      position: absolute;
      top: 140px;
      width: 110px;
      left: 40px;
      height: 180px;
      font-size: 12px;
      font-family: Arial;
      font-weight: bold;
  }
  
  .link_item{
      position: relative;
      padding: 8px 0px 0px 0px;
       color: #ffffff;
      
  }
  
  .link_label{
      position: relative;
      top: -8px;
  }
  
  .link_item a{
    text-decoration: none;
    color: #ffffff;
  }
  
  .link_item a:hover{
     color: #92a685;
  }
  
  #clocks{
      position: absolute;
      top: 400px;
      left: 30px;
      width: 120px;
      text-align: center;
  }
  
  .clock{
       position: relative;   
       padding: 30px 0px 0px 0px;
  }
  
  .clock_title{
      position: relative;
      font-family: Arial;
      font-size: 11px;
      color: #333333;
  }
  
  .entry{
      position: relative;
      left: 20px;
      top: 40px;
      width: 736px;
      background: #EEEEEE;
      border-style: solid;
      border-color: #CCCCCC;
      border-width: 1px;
      margin: 0px 0px 30px 0px;
  }
  
  .entry_header{
      position: relative;
      height: 20px;
      background: #cccccc;
  }
  
  .entry_header_label{
      position: relative;
      height: 20px;
      left: 10px;
      top: 2px;
      font-family: Arial;
      font-size: 13px;
      font-weight: bold;
      color: #333333;
  }
  
  .entry_header_tag{
      position: relative;
      height: 20px;;
      top: -18px;
      right: 10px;
      float: right;
      font-family: Arial;
      font-size: 13px;
      font-weight: bold;
      color: #718c60;
  
  }
  
  .entry_content{
      position: relative;
      padding: 20px 14px 20px 14px;
      font-size: 12px;
      font-family: Arial;
      line-height: 18px;
      color: #333333;
      
  }
  
  .entry_footer{
      position: relative;
  }
  
  
  #footer{
      position: relative;
      height: 60px;
      width: 960px;
      background: #FFFFFF;
      text-align: center;
      margin-right: auto;
	  margin-left: auto;
	  font-family: "Arial, Arial, San-serif";
	  font-size: 12px;
	  color: #333333;
      overflow: hidden;
  
  }
  