a img{
/*	border:0; */
	border : 1px solid #777c9d; /* border blue-grey (lighter, for 1px) */
}

#Layout img {
	border: 1px solid #777c9d; /* border blue-grey (lighter, for 1px) */

}

.clear {
	clear : both;
}

/******************************************************/
/*** Image and Content Alignment ***/
.image_centered#PhotoAndCredit {
	margin : 0 auto;
}

.image_float_right#PhotoAndCredit {
	float : right;
	margin-left : 12px;
}

.image_float_left#PhotoAndCredit {
	float : left;
	margin-right : 12px;
}

#PhotoAndCreditRightAlignContainer {
	width : 100%;
}

.image_plain_right#PhotoAndCredit {
	float : right;
}

.image_plain_left#PhotoAndCredit {
	margin-right : 12px;
	margin-bottom : 16px;
}


#PhotoAndCredit #FirefoxBug {
/*	text-align:-moz-center; */
}


#PhotoAndCredit #ImageCredit {
 	font-size: 0.8em;
 	color : #333; /* should be same as general image border color */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

