.portfolioItem {
	float: left;
	width: 247px;
	text-align: center;
	display: inline;
	height: 320px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E7E7E7;
	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
