h2#in_the_press { background: url(../images/h2_in_the_press.png) no-repeat;  }

div.resources_container {
	float: left;
	width: 740px;
	padding: 10px 0 24px 0;
}

div.resources_main {
	float: left;
	padding: 0 0 25px 0;
}

div.resources_container div.resources_top {
	line-height: 1px;
	float: left;
	width: 740px;
	height: 11px;
	background-image: url(../images/resources_cont_top.jpg);
	background-repeat: no-repeat;
}

div.resources_container div.resources_bottom {
	line-height: 1px;
	float: left;
	width: 740px;
	height: 9px;
	background-image: url(../images/resources_cont_bottom.jpg);
	background-repeat: no-repeat;
}

div.resources_center {
	float: left;
	width: 740px;
	background-image: url(../images/resources_cont_pattern.jpg);
	background-repeat: repeat-y;
}

div.resources_text {
	float: left;
	width: 520px;
	padding: 0 0 0 30px;
}

div.resources_text h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #647f38;
	font-weight: bold;
	padding: 9px 0 9px 0;
	margin: 0px;
}

div.resources_text span.date {
	font-size: 11px;
	color: #666560;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.resources_text p {
	font-size: 11px;
	padding: 20px 0 12px 0;
	margin: 0px;
}

div.resource_img_container {
	float: left;
	width: 161px;
	height: 100px;
	background-image: url(../images/resources_img_container.jpg);
	background-repeat: no-repeat;
	margin: 2px 0 0 19px;
	position: relative;
	padding: 0 0 14px 0;
}

div.resource_img_container img {
	padding: 14px 0 0 13px;
}

div.resource_img_container a {
	text-indent: -9999px;
	display: block;
	width: 109px;
	height: 31px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	z-index: 1;
	top: 76px;
	left: 26px;
}

div.resource_img_container a:hover {
	background-position: 0px -31px;
}