body {
	background-image: url(../images/template/summerBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #A30234;
}
a:hover {
	color: #000;
}

.siteWrapper {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
	height: 1020px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.banner {
	width: 1018px;
	height: 321px;
	background-image: url(../images/template/mainBanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.navArea {
	width: 959px;
	padding-right: 27px;
	padding-left: 30px;
	margin-bottom: 35px;
	height: 42px;
}
.contentArea {
	width: 904px;
	padding-right: 52px;
	padding-left: 60px;
	height: 604px;
	padding-top: 20px;
}
.footer {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
.leftCol {
	float: left;
	width: 572px;
	padding-right: 20px;
	height: 604px;
}
.rightCol {
	float: left;
	width: 232px;
	height: 584px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
.rightColScroll {
	height: 560px;
	width: 232px;
	overflow: auto;
}

.newsBox {
	margin-bottom: 10px;
	overflow: auto;
}
.recipes {
	background-image: url(../images/grillnRecipes/recipeBack.png);
	background-repeat: no-repeat;
	height: 459px;
	width: 578px;
	padding-top: 36px;
}
.recipeCard {
	width: 502px;
	height: 370px;
	padding-left: 76px;
}
.recipeSponsor {
	width: 548px;
	padding-left: 30px;
	height: 100px;
}
.blackBorder {
	border: 1px solid #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a30234;
	margin: 0px;
	padding: 0px;
}
.smallCopy {
	font-size: 12px;
}
.recipeList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.recipeList li {
	margin-top: 10px;
	margin-bottom: 10px;
}
