/* css for IDEAL Home CENTRE (About Us) */

.about {
 background: url('images/bg_about-col.png') repeat-y 0 0;
}
* html #conTent-in {
  width: 933px; /* *** adjustment for .right-space in IE6 *** */
}

.about-in {
 padding-bottom: 5px;
 background: url('images/bg_about-col-end.png') no-repeat 0 100%; 
}
.about-up {
 padding-top: 5px;
 background: url('images/bg_about-col-top.png') no-repeat 0 0; 
}
#left {
 width: 450px;
 float: left;
 margin-left: 3px;
 padding-bottom: 1.5em;
}
#left h2 {
 width: 453px;
 height: 122px;
 position: relative;
 left: 2px; 
}
* html #left h2 {
 top: 60px; 
 left: 3px;
}
*:first-child+html #left h2 {
 top: -2px;
}
#left h2 span {
 width: 100%;
 height: 100%;
 position: absolute;
 background: url('images/bg_about.jpg') no-repeat 100% 0; 
}
#right {
 width: 466px;
 float: right;
 background: url(none);
}
.right {
 width: 100%;
 margin-right: 3px; 
 padding-bottom: 1.5em;
}
.right-space {
  width: 466px;
  height: 13px;
  background: url('images/bg_right-space.png') no-repeat 100% 50%;
}
#left h3, #right h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #f86903;
  margin: 0.5em 4% 0.75em;
}
#left p, #right p {
  font-size: 1.3em;
  margin: 0.5em 4% 0.75em;
  line-height: 1.3em;
}

