/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body { font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(42, 19, 3);
    background-color: rgb(255, 204, 255);
    background-position: center;
    opacity: 0.9;
    background-image: url(images/bg.JPG);
    font-size: 1em;
    }

  #page { border: 10px solid rgb(255, 255, 255);
    margin: 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 95%;
    }

  #content { padding: 5px;
    }

  #footer { padding: 15px 5px 5px;
    text-align: center;
    }

  a:link { text-decoration: none;
    font-weight: bold;
    color: rgb(102, 51, 102);
    font-size: medium;
    }

  a:visited { text-decoration: none;
    font-weight: bold;
    color: rgb(204, 102, 204);
    }

  a:hover { text-decoration: none;
    font-weight: bold;
    color: rgb(255, 153, 255);
    font-size: 110%;
    background-color: rgb(255, 255, 255);
    }

  .cupcake { font-size: 12px;
    font-weight: bold;
    color: rgb(153, 51, 153);
    }

  .error { font-size: 13px;
    font-weight: bold;
    color: rgb(204, 0, 0);
    }
/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D3C8;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

