/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 95%; /* ems so it will grow */
	background: url(images/structure/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	
}
.boxhead {
	background: url(images/structure/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/structure/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 18px 0px 5px 3px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.boxbody {
	background: url(images/structure/sbbody-l.gif) no-repeat bottom left;
	margin-right: 0px;
	padding: 10px 19px 30px 30px;
	text-align: center;
}


