/***************************************
**	Index Banner Styles
****************************************/
#index-banner {
	height: 360px;
	background: #000 url(images/index-banners/banner1.jpg) no-repeat top center;
	border-bottom: 10px solid #2EA08C;
}
.content-body {
	background-image: none;
}

/***************************************
**	Body Paragraph Containers
****************************************/
.large-left-side-paragraph {
	float: left;
	width: 460px;
}
.small-right-side-paragraph {
	float: right;
	width: 420px;
}

/***************************************
**	Featured Stoves Styles
****************************************/
.featured-stove-image {
	margin-bottom: 25px;
}
.featured-stove-left {
	float: left;
	width: 195px;
}
.featured-stove-right {
	float: right;
	width: 195px;
}
.featured-stove-right h3, .featured-stove-left h3, .featured-stove-left p {
	margin-bottom: 10px;
}
.featured-stove-left p, .featured-stove-right p {
	font-size: 13px;
}