@import url(home.css);

/************** .feature styles ***************/

.feature{
	margin-top:-530px;
	padding: 0px 10px 10px 20px;
	height:537px;
	font-size: 80%;
	z-index:2;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position:absolute;
	width:700px;
	height:510px;
	overflow:auto;
}

.story p{
  padding: 0px 0px 10px 0px;
}
