/* ***** HOMEPAGE ***** */
.storyContent, #homePageStory {
	font-size:0.8em;
	padding:0 0.5em;
	line-height:1.5em;
}

#contentColumn h2, #contentColumn h3, #contentColumn h4,
#contentColumn h5, #contentColumn h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
#contentColumn h2 {
	margin:0 0 0.6em 0;
	padding:0.2em 0.4em;
	font-size:1.4em;
	color:#FFCF75;
	background-color:#5E6D4B;
	border:1px solid #000;
}
#contentColumn h3 {
	font-size:1.4em;
	color:#5E6D4B;
}
#homePageText p {
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	font-size:0.8em;
	color:#000;
}

/***** PRODUCT SECTION ***/


#homePage #homeSpecials {
	border-top:1px solid #000 !important;
	border-bottom:1px solid #000 !important;
	margin-bottom:1em;
	padding-bottom:1em;
	width:448px;
}
#homePage #homeSpecials a.listing {
	display:block;
	width:33%;
	text-align:center;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	color:#666;
}
#homePage #homeSpecials a.listing img {
	display:block;
	width:90px;
	margin:1em auto;
	border:1px solid #000;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#homePage #homeSpecials a.listing strong {
	margin:0;
	font-size:0.8em;
	color:#000;
}
#homePage #homeSpecials hr {
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
}


