@charset "UTF-8";

/*------- This rule was set up to force photos in the main content area over to the right -----------*/


#mainContent img {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-left: 20px;
}
