/* 
Copyright 2007 Sheepshank. All rights reserved.

UI section.
*/

h1 { 
  width: 474px; /* 199 + 275 */
}

h1 .section { 
  background-image: url(images/ui-title.gif);
  width: 199px;
}

h2.designs { 
  background-image: url(images/subtitle-designs.gif);
  width: 115px;
}

h2.icons { 
  background-image: url(images/subtitle-icons.gif);
  width: 80px;
}



