.item {
	display: block;
	float: left;
	width: 240px;
	margin: 0 20px 20px 0;
}

.twocol {
	width: 500px;
}

.item img {
	width: 240px;
	height: auto;
}

.twocol img {
  width: 500px;
  height: auto;
}

#gridcontent{
	max-width:1300px;
	margin:auto;
}
.textbox{
	margin-bottom:35px;
}
#aboutme{
	width:100%;
	margin:auto;
	clear:both;
}
/* Titles */



@media (max-width:778px) {
	.twocol {
		width:240px;
	}
	.twocol img{
		width:240px;
	}
}