.container {
	padding:10px;
	margin:0px 20px 0px -10px;
}
.imageContainer {
	float:left;
	width:15%;
}
.imageContainer image {
	width: 75px;
	height: 75px;
}
.textContainer {
	float:left;
	width:80%;
}
.nav {
  width:20px;
  padding:3px;
  margin:0;
  float:left;
  text-align:center
}
.clear {
  clear:both;
}