.gallery {
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/image-borders.jpg);
}
.images {
	height: 140px;
	width: 190px;
	position: relative;
	margin-left: 6px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#title {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bolder;
}
#left_content h2 {
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
#three_image_centre {
	width: 650px;
	height: 150px;
	position: relative;
	margin-top: 100px;
	overflow: hidden;
	float: left;
}

