@charset "utf-8";
/* CSS Document */

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

#sidebox {
	margin: 0 auto; /* center for now */
	 /* ems so it will grow */
	
	font-size: 12px;;
}
#boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#boxhead h2 {

	margin: 0;
	padding: 22px 30px 0px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

#boxhead h2 {

	margin: 0;
	padding: 22px 30px 0px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#boxbody {

	margin: 0;
	padding: 1px 20px 20px;
}
/* COLOR ROUNDED BOXES*/

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

#sidebox.white {
	background: url(../images/sbbody-white-r.gif) no-repeat bottom right;
	}
#boxhead.white {
	background: url(../images/sbhead-white-r.gif) no-repeat top right;
}
#boxhead.white h2 {
	background: url(../images/sbhead-white-l.gif) no-repeat top left;
	text-align: left;
}
#boxbody.white{
	background: url(../images/sbbody-white-l.gif) no-repeat bottom left;
	}
/*END WHITE BOX*/


/*LIGHT RED BOX */
* html #boxhead.lightred h2 {height: 1%;} /* For IE 5 PC */

#sidebox.lightred {
	background: url(../images/sbbody-lightred-r.gif) no-repeat bottom right;
	}
#boxhead.lightred {
	background: url(../images/sbhead-lightred-r.gif) no-repeat top right;
}
#boxhead.lightred h2 {
	background: url(../images/sbhead-lightred-l.gif) no-repeat top left;
}
#boxbody.lightred{
	background: url(../images/sbbody-lightred-l.gif) no-repeat bottom left;
	}
/*END LIGHT RED BOX*/

/*BEGIN DARK RED BOX */
* html #boxhead.darkred h2 {height: 1%;} /* For IE 5 PC */

#sidebox.darkred {
	background: url(../images/sbbody-darkred-r.gif) no-repeat bottom right;
	}
#boxhead.darkred {
	background: url(../images/sbhead-darkred-r.gif) no-repeat top right;
}
#boxhead.darkred h2 {
	background: url(../images/sbhead-darkred-l.gif) no-repeat top left;
}
#boxbody.darkred{
	background: url(../images/sbbody-darkred-l.gif) no-repeat bottom left;
	}
/*END DARK RED BOX*/

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

#sidebox.gold {
	background: url(../images/sbbody-gold-r.gif) no-repeat bottom right;
	}
#boxhead.gold {
	background: url(../images/sbhead-gold-r.gif) no-repeat top right;
}
#boxhead.gold h2 {
	background: url(../images/sbhead-gold-l.gif) no-repeat top left;
}
#boxbody.gold{
	background: url(../images/sbbody-gold-l.gif) no-repeat bottom left;
	}
/*END GOLD BOX*/

/*BEGIN SALMON BOX */
* html #boxhead.salmon h2 {height: 1%;} /* For IE 5 PC */

#sidebox.salmon {
	background: url(../images/sbbody-salmon-r.gif) no-repeat bottom right;
	}
#boxhead.salmon {
	background: url(../images/sbhead-salmon-r.gif) no-repeat top right;
}
#boxhead.salmon h2 {
	background: url(../images/sbhead-salmon-l.gif) no-repeat top left;
}
#boxbody.salmon{
	background: url(../images/sbbody-salmon-l.gif) no-repeat bottom left;
	}
/*END SALMON BOX*/

/*BEGIN GRAY BOX */
* html #boxhead.gray h2 {height: 1%;} /* For IE 5 PC */

#sidebox.gray {
	background: url(../images/sbbody-gray-r.gif) no-repeat bottom right;
	}
#boxhead.gray {
	background: url(../images/sbhead-gray-r.gif) no-repeat top right;
}
#boxhead.gray h2 {
	background: url(../images/sbhead-gray-l.gif) no-repeat top left;
}
#boxbody.gray{
	background: url(../images/sbbody-gray-l.gif) no-repeat bottom left;
	}
/*END GRAY BOX*/
