@charset "UTF-8";

* html div.blurb-box div.head h2 {height: 1%;} /* For IE 5 PC */

div.blurb-box {
	margin: 0 auto;
	width: auto;
	background: url(../images/blurb-box/bottom-right.jpg) no-repeat bottom right;
	font-size: 100%;
}

div.blurb-box div.head {
	background: url(../images/blurb-box/top-right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.blurb-box div.head h2 {
	background: url(../images/blurb-box/top-left.jpg) no-repeat top left;
	margin: 0;
	padding: 10px 10px 5px 10px;
	color: white; 
	height: auto;
	min-height: 27px;
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}

div.blurb-box div.head h2 a {
	text-decoration: none;
	color: white;
}

div.blurb-box div.body {
	background: url(../images/blurb-box/bottom-left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 1px 24px 6px 24px;
	font-size: small;
	text-align: center;
}

div.blurb-box div.body p {
	margin: 0;
	padding: 10px 0 15px 0;
}

div.blurb-box div.body p a {
	border: 0;
}

div.blurb-box div.body p a img {
	border: 1px solid black;
}