body {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff; 

}



p {
  font-size: 12px;
}

div {
  font-size: 12px;
}

/* the title bit - "Adam PW Smith live photography" */
.titleCell {
  width: 380px;
	border: 1px dotted #2d2d2d;
}

                               
.topBannerCell {
  text-align: center;
  background-color: black;
  height: 20px;
  width: 798px;
	border: 1px dotted #2d2d2d;
}

/* bit at the top with links */
.linksCell {
  width: 300px;
  background-color: #d8d8d8;
	border: 1px dotted #2d2d2d;
}

/* picture section on the left */
.picCell {
  width: 380px;
  vertical-align: top;
  background-color: #a5a5a5;
}

/* text section on the right */
.textCell {
  width: 380px;
  vertical-align: top;
  padding: 10px;
  background-color: #b2b2b2;
}

/* text section on the left */
.textCellLeft {
  width: 380px;
  vertical-align: top;
  padding: 10px;
  background-color: #b2b2b2;
}

/*  description on the left */
.descriptionCellRight {
  width: 380px;
  vertical-align: top;
  padding: 10px;
  background-color: #8b8b8b;
  font-size: 11px;
}

/* top right side with the thumbnails */
.thumbnailsCell {
  height: 1%;
  width: 380px;
  vertical-align: top;
  padding: 10px;
  background-color: #656565;
}

/* bottom right with the description */
.descriptionCell {
  width: 380px;
  vertical-align: top;
  padding: 10px;
  background-color: #8b8b8b;
  font-size: 11px;
}



.titleText {
  font-size: 18px;
  font-weight: bold;
}

.fbLinkText {
  color: white;
  background-color: #050505;
  font-size: 12px;
}

.fbLinkText a {
  color: #89b2f9;
  background-color: #050505;
  font-size: 12px;
}

.subtitleText {
  font-size: 12px;
}


.regText {
  font-size: 10px;
  
}

.homePageLink {
  font-size: 12px;
  
}

.descriptText {
  font-size: 10px;
  font-style: italic;
}

.link {
  font-size: 12px;
  padding: 0px 5px 0px 5px;
  background-color: #d8d8d8;
  color: blue;
  vertical-align: top;
}


.thumbPic {
  padding: 4px;
}

.thumbImg {
  border: 0px;
}

a {
  color: blue;
}
