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

.sidebox {
	margin: 0 auto 15px auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../images/rounded-body-r.gif) no-repeat bottom right;
	font-size: 11px;
}

.boxhead {
	background: url(../images/rounded-head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}

.boxhead h2 {
	background: url(../images/rounded-head-l.gif) no-repeat top left;
	color: #A60309;
	padding: 5px 0 5px 23px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody h3 {
    color: #A60309;
	padding: 5px 0 5px 0;
    margin: 0;
}

.boxbody {
	background: url(../images/rounded-body-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 15px 5px;
}

.sidebox ul {
	text-align: left;
	padding: 0 0 10px 0;
}

.sidebox li {
	margin: 0 5px 5px 2px;
}

.top {
	background: url(../images/corner_tl.gif) no-repeat left top;
	padding-bottom: 4px;
}

.top div {
	background: url(../images/corner_tr.gif) no-repeat top right;
	padding-bottom: 4px;
}