
@import url(layout.css);
/* this imports the contents of layout.css
   which has the styles for the header, footer and menu
*/



body {
  font-family: Verdana, Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
  color: #000099;
  text-align: center;
  background-image: url(images/sallybackground.gif); 
  margin: 0;
  padding: 0;
}



div.clearboth {
  clear: both;
  height: 1px;
  border-top: solid;
  margin-left: 135px;
  margin-right: 10px;
}

div.clearright {
  clear: right;
  height: 1px;
  border-top: solid;
  margin-left: 135px;
  margin-right: 10px;
}


div.mainblock {
  margin: 10px 10px 10px 135px;
  padding: 0;
  text-align: left; 
}


div.centreblock {
  margin: 10px 10px 10px 135px;
  padding: 0;
  text-align: center;
}

table {
  position: relative;
  right: 0;
}

h3 {
  font-size: 120%;
}

div.webring {
  margin: 0 10px 10px 135px;
}

img.lefthome {
  float: left;
  margin: 0 10px 10px 10px;
}


p.blue, p.pink {
  border: solid #6699cc;
  margin: 20px 10px 10px 295px;
  padding: 0.3em;
}

p.pink {
  background: #ffcccc;
}

p.blue {
  background: #ccccff; 
}

p.leftimages {
  width: 220px;
  float: left;
  border: solid; 
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 75%;  
}

p.rightimages {
  width: 220px;
  float: right;
  border: solid; 
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 75%;  
}


table.bells {
/*  bgcolor=#ffffff border=2 bordercolor=#000099 */
  border-collapse: collapse;
  background: #ffffff;
  margin: 1em;
  font-size: 80%;
  color: black;
  text-align: center;
  border: solid 2pt black;
}

table.bells td, 
table.bells th {
  border: solid 1pt black;
}


table.weddings {
  border-collapse: collapse;
  background: transparent;
  color: #000099;
  font-size: 100%;
  border: solid 2pt #000099;
  text-align: left;

}

/*
caption {
  font-weight: bold;
  font-size: 120%
}
*/

table.weddings td, 
table.weddings th {
  padding: 2px;
  border: solid 1pt #000099;
}

p.pictureright img {
  float: right;
  margin-left: 1em; 
}

p.pictureright {
  text-align: right;
  padding: 1em 1em 0 1em;
/*  border: 2px 0 0 0; */
  border-top: solid thin; 
}

p.pictureright br.clear {
  clear: right;
}

p.pictureleft img {
  float: left; 
  margin-right: 1em;
}

p.pictureleft br.clear {
  clear: left; 
}

p.pictureleft {
  text-align: left;
  padding: 1em 1em 0 1em;
  border-top: solid thin; 
}

img.right {
  float: right; 
  margin-left: 1em;
}

img.left {
  float: left; 
  margin-right: 1em;
}

p.pictureboth {
  text-align: center;
  padding: 1em 1em 0 1em;
  border-top: solid thin; 
}
p.pictureboth br.clear {
  clear: both;
}

p.picturecentre {
  text-align: center;
  padding: 1em 1em 0 1em;
  border-top: solid thin; 
}

