body {
	background: url(../images/html_bg.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
}
#flashZone {
	display: block;
	width: 960px;
	height: 230px;
	margin: 0px auto;
	padding: 0px 4px 4px 4px;
	background: url(../images/flashZone_backing.jpg) top center no-repeat;
	z-index: -10;
}
#popularSearches {
	width: 700px;
	border: 1px solid #B6A34C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #B6A34C;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	height: 80px;
	padding: 7px;
}

#content {
	display: block;
	width: 960px;
	padding: 0px 4px 0px 4px;
	margin: 0px auto;
	background: url(../images/content_backing_home.png) top center no-repeat;
}
#content .rightCol {
	display: block;
	width: 227px;
	padding: 0px 4px 0px 0px;
	float: right;
}

#homeblogblurb {
        margin-top: 8px;
	width: 250px;
}


