@charset "utf-8";
/* CSS Document */

#image1 {
	position: relative;
	float: left;
	width: 200px;
	height: 158px;
	margin-top: 12px;
	margin-bottom: 16px;
	margin-left: 8px;
	}
#hdrText {
	position: relative;
	float: left;
	width: 200px;
	height: 158px;
	margin-top: 12px;
	left: 2px;
	}
#image2 {
	position: relative;
	float: right;
	width: 200px;
	height: 158px;
	margin-top: 12px;
	}
#results {
	position: relative;
	float: left;
	width: 650px;
	margin-top: 16px;
	}

