/* `Background Colors
----------------------------------------------------------------------------------------------------*/

.container_12 {
	background: #545454 url(../images/jewelry_therapy_photo.jpg) no-repeat top left;
}

#jewelry-therapy {
	margin:28px 0 30px 0;
	background:#646464;
	border:1px solid #ffc130;
	padding:10px;
	display:block;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
}

#jewelry-therapy em {
	font-style:normal;
	font-weight:normal;
	font-size:0.5em;
	margin:0;
	color:#fff;
}

#jewelry-therapy:hover {
	background:#000;
}

a #jewelry-therapy {
	text-decoration: none;
}

a:hover {
	color:#fff;
}