/* I Do, I Do Stylesheet */
/* About Us */
h5 {
	margin-top: 13px;
}

#picture {
	float: left;
	padding: 185px 0px 0px 50px;
	height: 360px; /* forces IE and firefox to use the same height */
	width:191px; /* keeps positioning when images are turned off */
}

#aboutus {
	float: right;
	width: 490px;
	padding: 10px 60px 0px 10px;
}

.pic{
	display:block;
	height:158px;
	margin-bottom:25px;
}

/* Override because of longer content */
#footer{
	top:95%; /* position the footer so that the scroll image is moved up behind the content */
/*	Note: bottom:-60px; does not work in Opera. Opera does not seem to include footer in calculation of container height */
}