#content_container {
  z-index: 6;
  border: 2px solid green;
}

#content_head_left {
  display: block;
  padding: 16px 0px 0px 21px;
  font-size: 50px;
  font-style: normal;
  color:white;
  overflow: visible;
}

#content_head_left h4 {  
  font-size: 50px;
  margin: 0px;
  padding:0px;
  font-style: normal;
  color:white;
}


#content {
  float: right;
  width: 365px;
  padding-right: 80px;
  padding-top: 0px;
}

.cms_html {
  padding-bottom: 25px;
}


#category_image {
  margin-top:55px;
  z-index: 6;
}

#category_image img{
  behavior:url(./images/iepngfix.htc);
}

.gallery_img_top { 
   float: left;
   height:13px;
   width: 93%;
   background-image:url('../images/border_top.png');  
   background-repeat:repeat-x;
   behavior:url(./images/iepngfix.htc);
} 

.gallery_img_top_left {
   height:13px;
   width: 12px;
   float: left;
   background-image:url('../images/border_top_left.png');  
   background-repeat: no-repeat;
   behavior:url(./images/iepngfix.htc);
}

.gallery_img_top_right {
   height:13px;
   width: 13px;
   float: left;
   background-image:url('../images/border_top_right.png');  
   background-repeat: no-repeat;
   behavior:url(./images/iepngfix.htc);
}

.gallery_img_left {
	background-image:url(../images/border_left.png);
	background-repeat:repeat-y;
        behavior:url(./images/iepngfix.htc);
	width:13px;
	float:left;
        clear: both;
}

.gallery_img {
	float:left;
}

.gallery_img img {
	width:100%;
}

.gallery_img_right {
	background-image:url(../images/border_right.png);
	background-repeat:repeat-y;
        behavior:url(./images/iepngfix.htc);
	float:left;
	width:13px;
}

.gallery_img_bottom {
        float: left;
	background-image:url(../images/border_bottom.png);
	background-repeat:repeat-x;
        behavior:url(./images/iepngfix.htc);
	height:13px;
        width: 93%
}

.gallery_img_bottom_left {
   clear: both;
   height:13px;
   width: 12px;
   float: left;
   background-image:url('../images/border_bottom_left.png');  
   background-repeat: no-repeat;
   behavior:url(./images/iepngfix.htc);
}

.gallery_img_bottom_right {
   height:13px;
   width: 13px;
   float: left;
   background-image:url('../images/border_bottom_right.png');  
   background-repeat: no-repeat;
   behavior:url(./images/iepngfix.htc);
}

.gallery_img_descr {
   clear: both;
   padding-bottom: 20px;
}