@charset "UTF-8";
/* CSS Document */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%;
/*	width: 17em; */ /* ems so it will grow */
	background: url(http://www.milesarts.com/graphics/corners/sbbody-r.gif) no-repeat bottom right;
/*	font-size: 100%;  */
}
.boxhead {
	background: url(http://www.milesarts.com/graphics/corners/sbhead-r.gif) no-repeat top right;
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.boxhead h2 {
	background: url(http://www.milesarts.com/graphics/corners/sbhead-l.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	color: white; 
	font-weight: bold; 
/*	font-size: 1.2em; */
	line-height: 1em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;*/ /* Safari-only, but cool */
}
.boxbody {
	background: url(http://www.milesarts.com/graphics/corners/sbbody-l.gif) no-repeat bottom left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: .25em;
}
