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


.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%;
	font-size: 85%;
	background-image: url(../images/drop-box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.boxhead {
	background: url(../images/drop-box.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/drop-boxLeft.png) no-repeat top left;
	margin: 0;
	padding: 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1.5em;
}

.boxbody {
	background: url(../images/drop-boxLeft.png) no-repeat bottom left;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;

}
.boxbody a {
	color:#CC3300;
	font-weight: bold;
	}