#biotext {
	text-align: left;
	margin-left:100px;
	margin-right:100px;
	/*background-image:url(images/webdesign.gif);
	background-position:center center;
	background-repeat:no-repeat;*/
}
#biotext p {
	font-size: 1em;
}

#biotext img {
  float:left;
  padding-right:20px;
}  

#biotext h3 {
  text-align:center;
}
  
#col1 {
  float:left;
  width:30%;
  margin-left:0;
  border-right:1px solid black;
  padding-right:10px;
}

#col2 {
  float:left;
  width:30%;
  border-right:1px solid black;
}

#col3 {
  float:left;
  width:30%;
}

  
li {
  list-style-type:none;
}
   
.sub {
  margin-left:-10px;
}     