/* Specific Stylesheet for Kitchen Witch Catering */


div#bodyCopy img.inLine, div#bodyCopyWide img.inLine
{
  margin: 15px;
}

div#bodyCopy img.border, div#bodyCopyWide img.border
{
  border: 1px solid #000;
}


/* Menu Lists -------------------------------------*/
ul.menuList
{
  float: left;
  margin: 0;
  padding: 0;
  width: 190px;
}

ul.menuListRight
{
  float: left;
  margin: 0;
  padding: 0;
  width: 190px;
}

ul.menuList li, ul.menuListRight li
{
  list-style-type: circle;
}

ul.menuList li.noDisc, ul.menuListRight li.noDisc
{
  list-style-type: none;
}