/* CSS Document
Elliott Murphy
Photo Page CSS
© 2005 Elliott Murphy
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#photodiv {
	width: 730px;
	color: #000;
	/*border: 1px red solid;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 50px;
	padding-top: 15px;
	line-height: 1.4em;
	/*background-color:#FF99CC;*/
	}
	
p a:link, p a:visited {
	text-decoration: none;
	color: #07494d;
	font-weight: bold;
	}
	
p a:hover {
	text-decoration: underline;
	color: #000;
	} 
	
div.gallery {
	width: 170px;
	text-align: center;
	border: solid #000 2px;
	padding: 10px;
	background-color: #07494d;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	}
	
div.mini {
	margin: auto;
	padding: 0;
	width: 167px;
	height: 125px;
	}
	
div.mini img {
	border: 1px solid #000;
	}
	
div.caption {
	width: 125px;
	margin: 10px auto 0 auto;
	color: #fff;
	font-size: 0.9em;
	}
	
div.clearme {
	clear: both;
	}
