  html{ font-size: 100%; }
  body {
    font-family: Arial, sans-serif;
    text-align: center;
       }

/* End global stuff. */
a.cmwlink {
  color: #87996D;
  text-decoration: none;
  }
a.cmwlink:hover {
  text-decoration: underline;
  }  
.smtext {
  font-size: 11px;
  }
.products {
height: 20px;
background: url(../img/cmwgrd.gif) repeat-x;
width: 1200px;
margin: 0px auto 10px auto;
font: 16px;
color: #fff;
border: 1px solid #7b7b7b;
          }
.maintable {
  font: 12px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #7b7b7b;
  }
.maintable img {border: 1px solid #ccc;}
.header {
width: 1000px;
height: 102px;
text-align:center;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 32em; /* ems so it will grow */
	background: url(../img/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../img/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../img/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../img/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align:left;
}
