#wrap {
	width: 850px;
}
#metadata {
	float: left;
	width: 400px;
}
#images {
	float: right;
	width: 440px;
}
#column1 {
	width: 200px;
	float: left;
}
#column2 {
	width: 200px;
	float: right;
}
#footer {
	clear: both;
	padding-top: 25px;
	text-align: center;
}
.img-resize
{
	width: 100%;
	border: 1px solid #333333;
	margin-top: 17px;
/*	margin-bottom: 15px;		*/
}

