

/*The CSS: Show only to IE PC */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: auto; /* center for now */
	width: 20em; /* ems so it will grow */
	background: url(coners/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(coners/sbhead-r.gif) no-repeat top right;
	margin:  auto;
	padding: 0;
	text-align: justify;
	}


.boxhead h2 {
	background: url(coners/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 31px 10px 5px;
	color:#CCCC99; 
	font-weight: lighter; 
	font-size: 1.2em; 
	line-height: 1em;

}
.boxbody {
	background: url(coners/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 31px;
}



/*---------------------------------------------------------
CENTER CONTENT AREA*
---------------------------------------------------------------*/

.sidebox_center {
	margin:  auto; /* center for now */
	width: 50em; /* ems so it will grow */
	background: url(coners/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead_center {
	background: url(coners/sbhead-r.gif) no-repeat top right;
	margin: 2;
	padding: 0;
	text-align: justify;
}
.boxhead_center h2 {
	background: url(coners/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 10px 5px;
	color: #FF0000;
	font-weight: lighter; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #bcbcbc 0 1px 1px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody_center {
	background: url(coners/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 30px 20px;
}

