body {
	margin: 0;
	padding:0px;
	background-color: #A5C1FC;
	/*keeping bg-colour to stop IE flashing white before showing the bg-image*/
	background-image: url(../images/bground-cell1.gif);
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, sans-serif;
}
h1 {
  color: #14194F;
  font-weight: 900;
  margin-top: 40px;
  margin-left: 50px;
  margin-bottom: 10px;
  float: left;
}
h2 {
  font-size: 130%;
  color: #14194F;
  margin-top: 20px;
  margin-left: 40px;
}

a:link {
	color: #650505;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	}
a:visited {
	color: #650505;
	text-decoration: underline;
	}

div.indexdatesearch {
  font-size: 13px;
  padding-top: 5%;
  margin-right: 15%;
  text-align: right;
}	

div.pixindex {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #303EFF;
  border-top: 0;
  border-right: 0;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  line-height: 150%;
}
div.indextagholder {
  clear: both;
  margin-left: 5%;
}
div.indextagbox {
  border: 1px solid #303EFF;
  background-color: #A5C1FC;
  float: left;
  width: 114px;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 1px;
}
div.indextagbox:hover {
  background-color: #EEEEEE;
}
span.tabboxcount {
  /*font-style: italic;*/
  font-size: 12px;
}

div.galleryphotomain {
  clear: both;
  margin-left: 200px;
  width: 630px;
}
div.galleryphotobox {
  border: 1px solid #303EFF;
  background-color: #A5C1FC;
  float: left;
  width: 114px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
div.galleryphotobox img {
  border: 0;
}
div.galleryphotobox:hover {
  background-color: #14194F;
}
div.gallerysubtags {
  position: absolute;
  margin-top: 60px;
  margin-left: 20px;
  padding-left: 5px;
  width: 120px;
  font-size: 13px;
  border: 1px solid #303EFF;
  background-color: #A5C1FC;
}
div.gallerysubtags p {
  margin-bottom: 0;
}
div.gallerysubtags ul {
  list-style: none inside;
  padding: 0px;
  margin-top: 0px;
}
div.gallerysubtags li {
  padding-left: 0px;
}
div.gallerysubtags li:before {
  content: "\00BB \0020";
  color: #650505;
}

div.footer {
  clear: both;
  position: relative; 
  bottom: 5px;
  padding-top: 2%;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

div.bigphoto {
  margin-left: 40px;
  margin-bottom: 2%;
  float: left;
}
div.bigphoto img {
  border: 2px solid #14194F;
}
div.photodescription {
  clear: both;
  border: 1px solid #303EFF;
  background-color: #A5C1FC;
  margin-left: 40px;
  width: 480px;
  padding: 5px;
  font-size: 13px;
}
div.phototags {
  /*position: absolute;
  top: 25%;
  right: 40px;;*/
  float: left;
  margin-left: 2%;
  margin-top: 15%;
  padding-left: 5px;
  width: 125px;
  font-size: 13px;
  border: 1px solid #303EFF;
  background-color: #A5C1FC;
}
div.phototags p {
  margin-bottom: 0;
}
div.phototags ul {
  list-style: none outside;
  padding: 0px;
  margin-top: 0px;
}
div.phototags li {
  padding-left: 0px;
}
div.phototags li:before {
  content: "\00BB \0020";
  color: #650505;
}
