/* Print Stylesheet for OuterBanks Hot Sauce 

coded By Pete Schmeck - atari2600vcs@yahoo.com */

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, h3
{ 
  color: #000;
}


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



/* Header -------------------------------------------------- */
div#header
{
  background: url(../images/headerPrint.jpg) top left no-repeat;
  border-bottom: none;
  height: 175px;
  margin: 0;
  padding: 0;
  width: 500px;
}










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






/* Non Displaying elements -------------------------------------------------- */
img.noPrint, ul#leftNav, div#footer, div#upgrade
{
  display: none;
}


