/* 
http://www.salonchristphers.com

This style sheet contains all image style declarations.

image.css
*/
img { border:0; }
.inline_right {
	float: right;
	border: 1px solid #666;
	margin: 10px;
}

.inline_left {
	float: left;
	border: 1px solid #666;
	margin: 10px;
}

