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

.sidebar {
	float: right;
	width: 14em;
}

/* Sidebox 1 */

.boxhead1 {
	background: url(../images/sb1-head-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead1 h2 {
	background: url(../images/sb1-head-l.png) no-repeat top left;
	margin: 0;
	padding: 14px 20px 4px 20px;
	color: white;
	
	/* placing font definition here to workaround Gecko rendering bug */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

.boxsep1 {
	background: url(../images/sb1-sep-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
}

.boxsep1 p {
	background: url(../images/sb1-sep-l.png) no-repeat top left;
	text-indent: -1000em; /* hide text completely */
	font-size: 0em;
	height: 14px;
	margin: 0;
}

.sidebox1 {
	margin: 0 auto; /* center for now */
	background: url(../images/sb1-body-r.png) no-repeat bottom right;
	font-size: 100%;
}

.boxbody1 {
	background: url(../images/sb1-body-l.png) no-repeat bottom left;
	margin: 0;
	padding: 0px 22px 24px;
}

/* Sidebox 2 */

.boxhead2 {
	background: url(../images/sb2-head-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead2 h2 {
	background: url(../images/sb2-head-l.png) no-repeat top left;
	margin: 0;
	padding: 14px 20px 4px 20px;
	color: white; 
	
	/* placing font definition here to workaround Gecko rendering bug */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

.boxsep2 {
	background: url(../images/sb2-sep-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
}

.boxsep2 p {
	background: url(../images/sb2-sep-l.png) no-repeat top left;
	text-indent: -1000em; /* hide text completely */
	font-size: 0em;
	height: 14px;
	margin: 0;
}

.sidebox2 {
	margin: 0 auto; /* center for now */
	background: url(../images/sb2-body-r.png) no-repeat bottom right;
}

.boxbody2 {
	background: url(../images/sb2-body-l.png) no-repeat bottom left;
	margin: 0;
	padding: 0px 22px 24px;
}

.boxcontent {
	/* placing font definition here to workaround Gecko rendering bug */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;	
}
