#category_banner {
  position: relative;
  width: 800px;
  height: 362px;
  margin-left: -41px;
  margin-bottom: 10px;
}
.category_content {
  background-color: #dfe0e1;
}
.category_content p {
  font-size: 11px;
  color: #112654;
  line-height: 14px;
}
.category_content_image {
  float: left;
}
.category_content_text {
  float: right;
  padding: 20px 20px 0 0;
  margin: 0 0 0 -20px;
}