/* Replaces the standard template image with an image of the church */
#sub{ background:url(http://docs-eu.livesiteadmin.com/4b4bf0c6-2cd9-45aa-8faf-be3971a8c8d8/21f375f63fd062a483abc0c00a0994fc.jpg) no-repeat center 5px;
}
#sidebar {
      position: absolute;
      left: 4px;
      top: 0px;
      height: 400px;
      width: 292px;
}
/* Minor redefinitions of heading styles h1 and h2 */ 
#main h1 {
      font-size: 2em
      }
#main h2 {
      color: rgb(128,0,0);
      font-size: 1.2em;
      border-bottom: 1px gray solid;
      margin-bottom: 7px;
}
/* Class for slightly more prominent introductory paragraph, class="intro" */
#main .intro {
      font-size: 1.1em
      }
#main .textbox {
  display: inline-block;
  margin: 20px;
  margin-top: 0px;
  background-color: #E9CBB3;
  padding: 15px;
  border: 1px solid rgb(128,0,0);
  color: #411f16;
}
p.hdr {
   font-size: 1.3em;
   font-weight: bold;
}
#main p.fst {
   text-indent: 0px;
   margin-top: 0;
   margin-bottom: 0;
}
#main p.ind {
   text-indent: 20px;
   margin-top: 0;
   margin-bottom: 0;
}
#main p.ftr {
   font-size: 0.8em;
   text-align: right;
   margin-top: 0;
   margin-bottom: 0;
}
#main p.emph {
   color: rgb(0,0,0);
   font-weight: bold;
   margin-bottom: 1em;
}
#main .textpanel {
  display: inline-block;
  margin: 0px;
  margin-top: 0px;
  background-color: #E9CBB3;
  padding: 10px;
  border: 1px solid rgb(128,0,0);
  color: #411f16;
}
#main .fullpanel {
  display: inline-block;
  margin-left: -318px;
  margin-top: -86px;
  padding: 0px;
  border: 1px solid rgb(128,0,0);
  color: #411f16;
}
.floatr {
   float: right;
   background-color: rgb(255,255,255);
   margin-left: 10px;
   padding: 1px;
   border: 1px solid rgb(128,0,0);
}
.floatl {
   float: left;
   background-color: rgb(255,255,255);
   margin-right: 10px;
   padding: 1px;
   border: 1px solid rgb(128,0,0);
}
/* Forces a vertical scroll bar to stop page 'jumping' when moving from a short page to a long page */
html {
    height: 102%;
}
/* Add charity number to footer section */
#footer:before {
    content: "The PCC of St Peter and St Paul, Saltwood is a registered charity, number 1130728.   ";
    margin-right: 89px;
}
/* All experimental stuff for trial on test page ONLY */


