/* Print Styles for Kitchen Witch Catering */

BODY 
{ 
  background: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}

        A:link    { color: #000; text-decoration: underline; }
        A:visited { color: #000; text-decoration: underline; }
        A:hover   { color: #000; text-decoration: underline; }
        A:active  { color: #000; text-decoration: underline; }

h1, h2
{ 
  color: #000;
}


div#pageBody
{
  background: #fff;
  border: 0;
  margin: 0;
  width: 500px;
}



/* Header -------------------------------------------------- */

div#header
{
  background: #fff url(../images/kitchenWitchLogoPrint.gif) top right no-repeat;
  width: 550px;
}

p.contact
{
  display: inline;
}




/* Orange border -------------------------------------------------- */
div#border
{
  background: #fff;
  border: 0;
}




/* Body -------------------------------------------------- */
div#bodyCopy, div#bodyCopyWide
{
  background: #fff;
  border-left: 0; /* Left navigation Side Bar*/
  color: #000;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 500px;
}

div#footer, div#footer a
{
  color: #000;
  width: 500px;
}





/* Non Displaying elements -------------------------------------------------- */
ul#leftNav, img.noPrint, div#printerFriendly, ul#topNav, div#footer, div#corner, div#cornerSub, div.testimonial
{
  display: none;
}


