div.gallery{
	width: 730px;
}

div.gallery a {
	font-family: 'Times New Roman', 'Times', 'serif'; 
	font-size: 17px; 
	line-height: 23px; 
	color: #464617;
	text-decoration: underline;
}
div.gallery a:hover{
	text-decoration: none;
}

div.gallery div.photo{
	width: 100%;
	margin-bottom: 5px;
	display: block;
}

div.photo div.img{
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	vertical-align: middle;
}
div.photo div.desc{
	width: 490px;
	float: left;
}