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

body{
	font-size: 10px; 
	font-family: Arial;
	padding:0;
	margin: 0;
	border:0;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 80%; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 13px;
}
.sideboxEx {
	margin: 0 auto; /* center for now */
	width: 80%; /* ems so it will grow */
	background: url(images/sbbody-rEx.gif) no-repeat bottom right;
	font-size: 13px;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
.boxheadEx {
	background: url(images/sbhead-rEx.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
.boxheadEx h2 {
	background: url(images/sbhead-lEx.gif) no-repeat top left;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	color: white; 
	font-weight: bold; 
	font-size: 15px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	color: white; 
	font-weight: bold; 
	font-size: 15px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;	 
}


.boxbodyEx {
	background: url(images/sbbody-lEx.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;	 
}

