/* ######################## 
portfolio page */

#headline {
  height: 35px;
}

#portfolio-rightcol {
  position: relative; top: 0px; left: 0px;
  background: #ddd;
  width: 333px;  /* needs to be 330px in IE6 */
  height: 100%;  /* 990px; */  
  padding: 0px;
  margin: 0px;
  border: 0;
  overflow:hidden;
  min-height:2472px;
}

#colwrap img {
	float: left;
	padding: 20px;
}

hr {
	clear:both; 
}

#aboutus-rightcol {
  position: relative; top: 0px; left: 0px;
  background: #ddd;
  width: 333px;  /* needs to be 330px in IE6 */
  height: 100%;  /* 990px; */  
  padding: 0px;
  margin: 0px;
  border: 0;
  overflow:hidden;
  min-height:740px;
}

#aboutus-colwrap {
  position: relative; top: 0px; left: 0px;
  padding: 0px; margin: 0px;
  border: 0px;
  background: #fff;
  width: 667px;
  float: left;
  display: inline;
    min-height:740px;
}