#core_values * {
	margin: 0;
	padding: 0;
}

#core_values {
	background-image: url(../images/core_vals_bkgd.jpg);
	width: 632px;
	height: 70px;
	position: relative;
	margin-left: 269px;
}

#core_values h2 {
	font-size: 18px;
	font-style: italic;
	display: block;
	position: absolute;
	top: 24px;
	width: 150px;
	height: 70px;
	line-height: 70px;	
	color: #6c5137;
	text-align: center;
    font-family: Garamond, Georgia, Times New Roman, serif;
}

div#items_container {
	width: 410px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 190px;
	top: 7px;
}

div.core_item {
	width: 410px;
	position: absolute;
	left: 500px;
}

div.first_item {
	left: 0;
}

div.core_item h3 {
	padding-top: 14px;
	font-size: 14px;
	color: #6c5137;
	display: inline;
    font-family:font-family: Garamond, Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
}

div.core_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}


