	
	#album {
  	margin-left: 14px;
  	margin-right: auto;
    margin-top: 36px;
	margin-bottom: 20px;
  	border: 0;
  	height: 800px;
  	width: 840px;  /* set master width */
  	text-align: center;
  	
	}
	
	div.img {
  	margin: 0 20px 36px 20px; 	/*picture density */
  	margin-top: 0;   	/* set vertical buffer of top photos */
  	border: 0;
  	height: auto;
  	width: auto;
  	float: left;
  	text-align: center;
  	background: #fff;
  	}	

	div.img img {
  	display: inline;
  	margin: 0;		/* set image framing */
  	margin-top: 0;
  	padding: 0;
  	border: 0;
}

	h3.name, h4.xjob {
	background-color: transparent;
	text-align: center;
	font: normal 14px georgia, times, serif;
	color: #779;
	line-height: 1em;
	width: auto;
	height: 20px;
	margin-top: 14px;
}

	h4.xjob {
	color: #063;
	font-weight: bold;
	font-size: 10px;
	width: 120px;
	margin: 2px;
	margin-left: 12px;
	padding-bottom: 12px;
}

div#set_of_links {
	position: relative;
	padding: 0;
	border: 0px dotted #999;
	background-color: #fff;
	margin: 0;
	margin-bottom: 20px;
}

div#set_of_links a:hover {
	opacity: .7;
}


