/*
 *	This file contains styles specific to the pictures pages.
 */


div.picture_album {
	padding-bottom: 20px;
}

img.photo {
	border-style: solid;
	border-width: 1px;
	border-top-color:    #009900;
	border-left-color:   #009900;
	border-bottom-color: #004400;
	border-right-color:  #004400;
	margin-right: 4px;
}


div.photo_album {
	display: inline-block;
	margin: 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #009900 #004400 #004400 #009900;
}

div.photo_album p {
	margin: 0px 5px 5px 5px;
}