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

.siteWrapper {
	width: 1018px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	width: 1018px;
	height: 308px;
}

.navArea {
	width: 959px;
	padding-right: 27px;
	padding-left: 30px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.navArea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navArea li {
	float: left;
}
.navArea a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 96px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/template/navSpace.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	height: 41px;
	padding-top: 4px;
}
.navArea a:hover {
	color: #ff7f00;
}

#home {
	padding-top: 14px;
	height: 31px;
	margin-left: 16px;
}
#sponsors {
	padding-top: 14px;
	height: 31px;
}
#mediaKit {
	padding-top: 14px;
	height: 31px;
}
#contactUs {
	padding-top: 14px;
	height: 31px;
}

#featuredProducts {
	background-image: none;
}
.bannerShadow {
	background-image: url(../images/template/bannerShadow.png);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 1018px;
}



.contentArea {
	width: 906px;
	padding-right: 52px;
	padding-left: 60px;
	padding-top: 20px;
	background-image: url(../images/template/paperBackground.png);
	background-repeat: repeat-y;
	min-height: 604px;
	float: left;
}
.footer {
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	height: 55px;
	background-image: url(../images/template/footerBackground.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 1018px;
	float: left;
}
.leftCol {
	float: left;
	width: 572px;
	padding-right: 20px;
	height: 604px;
}
.rightCol {
	float: left;
	width: 312px;
}
.sideBarTop {
	float: left;
	width: 312px;
	height: 25px;
	background-image: url(../images/template/sideBarTop.png);
	background-repeat: no-repeat;
}

.sideBar {
	float: left;
	width: 232px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/template/sideBarBackground.png);
	background-repeat: repeat-y;
	min-height: 536px;
	padding-bottom: 10px;
}
.sideBarBottom {
	float: left;
	width: 312px;
	height: 23px;
	background-image: url(../images/template/sideBarBottom.png);
	background-repeat: no-repeat;
}


.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;
}

