/* Main Stylesheet for My Outer Banks Home

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: 550px;
}



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

div#header
{
  background: #fff url(http://www.myouterbankshome.com/images/headerLogo_print.gif) no-repeat;
  height: 130px;
  margin: 0;
  padding: 0;
  width: 450px;
}



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




/* Body -------------------------------------------------- */
div#bodyCopy
{
  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;
}





/* about listing -------------------------------------------------- */
ul#aboutList
{
  list-style-type: disc;
  margin-left: 25px;
}

ul#aboutList li
{
  font-size: 12px;
  line-height: 18px;
  list-style: url(http://www.myouterbankshome.com/css/print.css);
  list-style-type: disc;
  margin-left: 20px;
}



/* Spec listing -------------------------------------------------- */
p.specTitle
{
  background: none;
}


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