/* 'Me' section style sheet for andybettis.com web site */

/* Inport default styles */
@import url(../local.css);

.rightPic {
	float: right;
	margin-left: 16px;
	text-align: center;
	}

.leftPic {
	float: left;
	margin-right: 16px;
	text-align: center;
	}

.galleryPic {
	float: left;
	margin: 16px;
	text-align: center;
	}
	