/* 
~~ Saz's: Page Template ~~
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Original: 2006.02.18
Last Modified: 2010.08.03 
*/

/* Feature: Main Image */
#feature {
	background: #000 url(../images/features/barbecue-packers.jpg) no-repeat left top;
	width: 100%;
	height: 260px;
	margin: 0px;
	position: relative;
	z-index:30;
	padding: 0px;
 }
#feature h1 {
	display:none; /* Temporarily hide for Packer promo */
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 100px;
	z-index: 40;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	left: 430px;
	width: 290px;
	line-height: 1.5em;
 }
#feature img {
	z-index: 50;
}
#feature a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Column Headings */
#leftCol h1 {
	/*background: #464646 url(../images/headers/FeaturedRecipes.gif) no-repeat 5px center;*/
	background: #464646 url(../images/headers/CookingNotes.gif) no-repeat 5px center;
}
#middleCol h2 {
	background: #A00706 url(../images/headers/WhatsNew-Red.gif) no-repeat 5px center;
	}
#rightCol h2 {
	background: #464646 url(../images/headers/QuickLinks.gif) no-repeat 5px center;
	}
