/* photo gallery */

#page {
	background: url("images/bgwide.png") repeat-y top;
	}

.gallery {
	padding: 0 0 0 25px;	
	}

.gallery div.photo {
	float: left;
	margin: 10px 55px 10px 0px;
	text-align: center;
	color: black;
	line-height: 90%;
	width: 198px;
	height: 200px;
	background: url("images/pb.png") no-repeat;
	}

.photo a {
	text-decoration: none;
	color: #e9ebf8;
	}

.photo a:hover {
	color: #f29000;
	}

.gallery img {
	border: none;
	padding: 0 0 4px 0;
	}

#photogallery .gallery p img {
	border: none;
	}

#photogallery p img {
	border: solid #6871a9 1px;
	}

img.alignright {
        padding: 0;
        margin: 4px 0 4px 10px;
        display: inline;
        }

img.alignleft {
        padding: 0;
        margin: 4px 10px 4px 0;
        display: inline;
        }

br.clear {
	clear: both;
	}

/* IE fix */
.gallery p {
	float: left;
	}
