body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}

.siteWrapper {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	display: none;
}

.navArea {
	display: none;
}
.contentArea {
	width: 904px;
}
.footer {
	display: none;
}
.leftCol {
	float: left;
	width: 572px;
	padding-right: 20px;
}
.rightCol {
	float: left;
	width: 232px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	display: none;
}
.rightColScroll {
	height: 560px;
	width: 232px;
	overflow: auto;
}

.newsBox {
	height: 235px;
	margin-bottom: 10px;
	overflow: auto;
}
.recipes {
	background-image: url(../images/grillnRecipes/recipeBack.jpg);
	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;
}
.printButton {
	display: none;
}

