/* * {
	border: 1px solid #ccc;
}*/

div#centercolumn {
	background-image: url("photogalleryheadingimg.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* container div for all photos */
div#centercolumn div#photos{
	margin-left: 15px;
	margin-top: 10px;
}

/* outer anchor element for each individual photo */
div#centercolumn div#photos a {
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	text-decoration: none;
	height: 110px;
	width: 145px;
}

div#centercolumn div.image {
	float: left;
	
	padding: 0;
	margin: 0;
	margin-left: 11px;
	
	width: 120px;
	height: 90px;
	
	background-image: url("pagecornershadow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	
	/*border: 1px solid #777;*/	
}

div#centercolumn div.image img.photo {	
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	border: none;
	width: 120px;
}

div#photos a h4 {
	display: inline;
	float: left;
	clear: both;
	
	margin: -17px 0 0 11px;
	padding: 0px 3px 1px 3px;
	
	width: 109px; 
	
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	
	color: #444;
}

div#photos h3 {
	margin: 3px 0 5px 0;
	font-weight: normal;
	font-size: 130%;
}

div#photos p {
	margin: 3px 0 15px 0;
	padding: 0 10px 5px 10px;
	
	font-size: 95%;
	
	line-height: 1em;
}

div#centercolumn div#photos a:link div.image img.photo {
}

div#centercolumn div#photos a:visited div.image img.photo {
}

div#centercolumn div#photos a:hover div.image img.photo {
	position: relative;
	/*top: -4px;*/
	left: -4px;
	
	width: 125px;
}

div#centercolumn div#photos a:link div.image {
}

div#centercolumn div#photos a:visited div.image {
}

div#centercolumn div#photos a:hover div.image {
	/*margin-right: 6px;*/
	
	width: 120px;
}

