@charset "utf-8";
/* CSS Document */

a img {
  border: none;
} 

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color:#000000;
  color:#FFFFFF;
  height: 100%;
}

div#contents {
  position:absolute;
  top: 30px;
  left: 20px;
}

.gallerymenu {
  position:absolute;
  top: 150px;
  left: 20px;
}

.frontpage {
  width: 100%;
  height: 60%;
  text-align:center;
}

div#gallery {
	width: 100%;
	height: 600px;
	text-align:center;
}

div#lightbox {
  width: 800px;
  margin: 0px auto;
}

div#address {
  text-align:center;
  padding-top:50px;
  padding-bottom:20px;
  bottom:0;
  width: 100%;
}

.box {
  display:table-cell;
  vertical-align: middle;
  text-align:center;
  width:200px;
  height:200px;
  background-image:url(images/box.gif);
}

.box img {
  border: 1px solid #ffffff;
  display:block
  margin: 0px auto;
}

a.home, a.enquiries, a.gallery, a.boys, a.girls, a.athome, a.church, a.couples, a.reception, a.next, a.previous, a.clients {
  margin-left:20px;
  display:block;
  width: 75px;
  height: 24px;
  text-decoration:none;
}

 a.home {
  background:url("images/home.gif") no-repeat left top;
}

a.enquiries {
  background:url("images/enquiries.gif") no-repeat left top;
}

a.gallery {
  background:url("images/gallery.gif") no-repeat left top;
}

a.boys {
  background:url("images/theboys.gif") no-repeat left top;
}

a.girls {
  background:url("images/thegirls.gif") no-repeat left top;
}

a.athome {
  background:url("images/athome.gif") no-repeat left top;
}

a.church {
  background:url("images/church.gif") no-repeat left top;
}

a.couples {
  background:url("images/couples.gif") no-repeat left top;
}

a.reception {
  background:url("images/reception.gif") no-repeat left top;
}

a.next {
  background:url("images/next.gif") no-repeat left top;
}

a.previous {
  background:url("images/previous.gif") no-repeat left top;
}

a.clients {
  background:url("images/clients.gif") no-repeat left top;
}

a.home:hover, a.enquiries:hover, a.gallery:hover, a.boys:hover, a.girls:hover, a.athome:hover, a.church:hover, a.couples:hover, a.reception:hover, a.next:hover, a.previous:hover, a.clients:hover{
  background-position: -75px 0;
}

