/* =Page Borders */
/* ----------------------------------------------------- */

#bgTop { display: none }
#bgBottom { display: none; }
#bgMiddle {
  margin: 0;
  padding: 0;
  }

.switchbutton {
  top: 10px;
  right: 6px;
  }

#switch2large { display: none }

#pageContainer {
  height: auto;
  overflow: visible;
  overflow-x: visible;
  }

/* =Background Styles */
/* ----------------------------------------------------- */

body#bgHome { background: url(/images/bgLarge/home.jpg) top left fixed; }
body#bgWhoWeAre { background: url(/images/bgLarge/whoweare.jpg) top left fixed; }
body#bgWhatWeDo { background: url(/images/bgLarge/whatwedo.jpg) top left fixed; }
body#bgFamilyRoom { background: url(/images/bgLarge/familyroom.jpg) top left fixed; }
body#bgNews { background: url(/images/bgLarge/news.jpg) top left fixed; }
body#bgContact { background: url(/images/bgLarge/contactus.jpg) top left fixed; }
body#bgAC { background: #dbddda url(/images/bgLarge/ac.jpg) top left fixed; }

#newsarea {
  width: 400px;
  }


