/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox, .boxhead, .boxhead h2, .boxbody {
    background: transparent url(YourImageHere.png) no-repeat bottom right; 
} 


.sidebox {
	margin: 0 auto; /* center for now */
	width: 18em; /* ems so it will grow */
	background: url(images/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.sidebox2 {
	margin: 0 auto; /* center for now */
	width: 27em; /* ems so it will grow */
	background: url(images/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003763;
}
.boxhead h2 {
	background: url(images/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #003763;
	font-weight: bolder;
	font-size: 16px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif;
	padding: 5px 30px 31px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

