@charset "UTF-8";
/**
* Top pic
**/
div.topPic {
	background:url(../images/profile-top-pic.jpg) no-repeat;
}
div.botPic {
	background:url(../images/profile-bot-pic.jpg) no-repeat;
}
/**
* Images
**/
img#trickshotking {
	float:left;
	margin:0.5em;
}
img#chipping {
	float:right;
	margin:0.5em;
}
#staplefordPics {
	float:left;
	text-align:center;
}
#staplefordPics img {
	margin:0.2em;
	text-align:center;
}