img.imgOnLeft{
	float: left;
	margin: 0 1em 1em 0;
	display: block;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 5px #999999;
	display: block;
}
img.imgOnRight{
	float: right;
	margin: 0 0 1em 1em;
	display: block;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 5px #999999;
	display: block;
}
hr.lineLeft{
	display: block;
	background: url('../images/hr.left.png') no-repeat;
	width: 960px;
	height: 49px;
	border: none;
	clear: both;
}
hr.lineRight{
	display: block;
	background: url('../images/hr.right.png') no-repeat;
	width: 960px;
	height: 49px;
	border: none;
	clear: both;
}
