@charset "utf-8";
/*  hc-style.css
	a CSS Document
	for hebronchurch.html
*/
.floatright
{
	float: right;
	width: 403px;
	background-color: #fff;
	padding: 10px;
}

div.floatright img
{

}

.floatleft
{
	float: left;
	width: 403px;
	background-color: #fff;
	padding: 10px;
}

div.floatleft img
{

}

