.project {
	height: 150px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 20px;
}
.project img {
	border: 1px solid #333333;
	float: left;
	width: 380px;
	margin-left: 5px;
}
.info {
	float: left;
	width: 220px;
	padding-right: 10px;
	text-align: center;
}
/* Photos */

#photoMenu {
	min-width:160px;
	width:30%;
	float:right;
	position: relative;
	top: -40px;
	}
#photoSpotlight {
	width:67%;
	max-width: 600px;
	float:left;
	text-align: center;
	margin-right: 15px;
	}
#photoMenu li {
	display: inline;
	position: relative;
	left: -40px;
}
#photoMenu ul {
}
#photoMenu a {
	color: #FFFFFF;
}

#photoMenu a:hover {
	color: #333333;
}
#backButton {
	float: right;
}
#printDetail {
	width: 650px;
	text-align: center;
	padding: 20px;
}
#description {
	text-align: center;
}

