	/* how we can help index insert */
	
	div#hwch-main {
		position: relative;
		top: 10px;
		background: #fffcdf;
		padding: 20px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	div#hwch-main p {
		margin: 0px 0px 15px 0px;
	}
	
	div#hwch-main a {
		color: #DB4105;
		text-decoration: underline;
	}

	div#hwch-main a:hover {
		text-decoration: none;
	}
	
	div#hwch-main h3 {
		background: url(../i/hcwh_hdr.gif) no-repeat;
		text-indent: -9999px;
		margin: 0px 0px 15px 0px;
	}

	div#hwch-main h4 {
		color: #333333;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
	}
	
	div#hwch-main .item {
		border-right: dotted 1px #b8aa81;
		padding: 0px 10px 0px 0px;
		margin: 0px 10px 0px 0px;
		color: #666666;
		font-size: 1.1em;
		font-weight: normal;
		float: left;
		width: 138px;
		height: 200px;
	}

	div#hwch-main .item-nb {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
	width: 148px;
	height: 200px;
	}
	
	div#hwch-main .end {
		height: 1px;
		line-height: 1px;
		width: 100%;
		clear: both;
	}

	/* latest headlines index insert */
	
	div#latest-headlines {
		position: relative;
		top: 10px;
		padding: 20px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	div#latest-headlines p {
		margin: 0px 0px 15px 0px;
	}
	
	div#latest-headlines a {
		color: #DB4105;
		text-decoration: underline;
	}
	
	div#latest-headlines a:hover {
		text-decoration: none;
	}
	
	div#latest-headlines h3 {
		background: url(../i/noteworthy_verdicts.gif) no-repeat;
		text-indent: -9999px;
		margin: 0px;
		height: 20px;
		line-height: 20px;
		display: block;
	}

	div#latest-headlines h4 {
		color: #333333;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px 0px 20px 0px;
	}
	
	div#latest-headlines .item {
		padding: 20px 20px 0px 0px;
		color: #666666;
		font-size: 1.1em;
		font-weight: normal;
		float: left;
		width: 190px;
	}
	
	div#latest-headlines .end {
		height: 1px;
		line-height: 1px;
		width: 100%;
		clear: both;
	}
	
	/* ROTATING BANNER */
	#rotating-banner { height: 272px; }
	#rotate-options { display: block; width: 41px; height: 19px; position: absolute; top: 243px; left: 10px; z-index: 2000; }
	#rotate-options .previous { display: block; width:19px; height: 19px; position: absolute; top: 0; left: 0; background: url(../i/previous_image.gif) no-repeat; outline: none; }
	#rotate-options .next { display: block; width:19px; height: 19px; position: absolute; top: 0; left: 22px; background: url(../i/next_image.gif) no-repeat; outline: none; }
	.rotating-image { display: block; width: 680px; height: 272px; position: absolute; top: 0; left: 0; }

