/******************************************************
                Overrides for New Graphical Header in 3 Col Layout  
******************************************************/
#mainContent_ThirdCol_ctr {
                float: left;
                width: 100%;
}

.titlebar_img {  
  background: url('../../../consumer_assets/site_images/modules/lifestyle/childrens-header.png');
  height: 102px;
  width: 988px;
  padding-bottom: 2px;
}
.titlebar_img .tb_main h1 {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

