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

.leftBoxContainer, .rightBoxContainer {
	margin: .5em auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url("../images/dropshadow_body-r.gif") no-repeat bottom right;
	font-size: 100%;
	border:none;
}
.leftBoxHeadingContainer, .rightBoxHeadingContainer {
	background: url("../images/dropshadow_head-r.gif") no-repeat top right;
	width: 100%; /* ems so it will grow */
	margin: 0;
	padding: 0px;
	text-align: center;
}
.leftBoxHeading, .rightBoxHeading {
	background: url("../images/dropshadow_head-l.gif") no-repeat top left;
	margin: 0;
	padding: 5px 10px 10px;
	color: #2F1900 !important; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.sideBoxContent {
	background: url("../images/dropshadow_body-l.gif") no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 15px 5px;
}

