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

.sidebox {
  margin: 0 auto; /* center for now */
  background: url(/images/index_body_r.gif) no-repeat bottom right;
  font-size: 100%;
  padding: 0px;
}
.boxhead {
  background: #fff url(/images/index_head_r.gif) no-repeat top right;
  margin: 0px;
  padding: 0px;
}
.boxhead #title {
  background: url(/images/index_head_l.gif) no-repeat top left;
  margin-top: 0px;
  padding: 10px 0px 30px 20px;
}
.boxbody {
  background: url(/images/index_body_l.gif) no-repeat bottom left;
  margin: 0;
  padding: 5px 30px 31px 30px;
}
.boxhead #title h3 {
  font-size: 0.8em;
  font-weight: normal;
  color: #777;
  line-height: 1.5em;
}

.boxbody .block{ 
  width: 160px;
  float: left;
}
.boxbody .block h3{
  font-size: 0.9em;
} 
.boxbody .block p{
  margin: 10px 0 10px 0;
  font-size: 0.8em;
  color: #777;
  line-height: 1.5em;
}
.boxbody .divider {
  width: 20px;
  height: 150px; 
  float: left;
  background: url(/images/index_d.jpg) repeat-y;
}
.sidebox img {
  border:none;
}

.slidewrapper {
 float:right; 
 padding: 0px 20px 0 0;  
 margin-top: -80px;
} * html .slidewrapper {
   padding-right: 0px;
}

.pink_box {
  width: 275px;
  font-size: 0.8em;
}  
.pink_header {
  height: 20px; 
  background: url(/images/pink_header.gif) no-repeat;
}
.pink_footer {
  height: 51px; 
  background: url(/images/pink_footer.gif) no-repeat;
}
.pink_body {
  background: url(/images/pink_body.gif) repeat-y;
  padding: 0 20px 0 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}


