#content {
	padding-top: 30px;
	float: left;
	width: 930px;
	padding-right: 0px;
}
.project {
	display: block;
	width: 500px;
}

.images {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: right;
}
#content .images img {
	border: 2px solid #000000;
}

.clear {
	display: block;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	width: 930px;
	clear: both;
}

