/*
-------------------------------------------------------
Style Sheet

Site: Sandstone Drive Church CSS 
Author: Brian Wallace
Version: 1.0

**CSS is for the Bulletin printout - to take out header/footers and to set margins.
------------------------------------------------------- */

/* =General
------------------------------------------------------- */
body {
    margin: 0em;
    width: 100%;
   /* background-color: lightblue;  */
    border: thin solid red;
}

#ad  { display:none;}
#leftbar { display:none;}
#contentarea { width:100%;}