div#gallery {
	width: 100%;
	position: relative;
	top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}
div#gallery img {
	margin-bottom: 10px;
}

div#left_col, div#middle_col, div#right_col {
	width: 200px;
}
div#left_col {
	float: left;
	margin-right: 45px;
}
div#middle_col {
	float: left;
}
div#right_col {
	float: right;
}
