h1#dress 
{
	margin: 0;
   padding: 30px 0 0 0;
   overflow: hidden;
   background-image: url(images/dress.gif);
   background-repeat: no-repeat;
    
   height: 0px !important; /* for most browsers */
   height /**/:30px; /* for IE5.5's bad box model */
}

#gents h2
{
	margin: 5px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #005000;
}

