body {
  margin: 10px ;
  padding: 0px ;
  background-color: #2f466c ;

  color: #ff0000 ;
  font-family: Geneva, Helvetica, Arial, sans-serif ;
  font-size: 10px;
}

a:link, a:visited {
  color: #ff0000 ;
  text-decoration: none ;
}

a:hover, a:active {
  color: #ff0000 ;
  text-decoration: none ;
}

img {
  border-style: none ;
}

p, h1, h2, h3 {
  margin: 10px ;
  padding: 0px ;
}

table {
  width: 100% ;
  border-collapse: collapse ;
  border-spacing: 0px ;
}

td {
  padding: 10px ;
  vertical-align: top ;
  text-align: center ;

  color: #ff0000 ;
  font-family: Geneva, Helvetica, Arial, sans-serif ;
  font-size: 10px ;
}

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

div#header {
  line-height: 0px ;
}

div#menu {
  background-color: #121b2f ;
}

div#menu ul {
  margin: 0px ;
  padding: 5px ;
  list-style-type: none;

  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  text-align: center;
}

div#menu li {
  display: inline;
  margin: 0px ;
  padding: 0px 7px 0px 7px ;

  border-left-width: 1px;
  border-left-color: #AD3F0E;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #AD3F0E;
  border-right-style: solid;
}

div#menu a {
  color: #FFFFFF;
}

div#menu a:hover {
  color: #FFCC66;
}

div#content {
  padding: 20px ;
  background-color: #ffffff ;
}

div#content img {
  border: 1px solid #cccccc ;
}

/* GALLERY INDEX */

div#gallery_index td {
  text-align: left ;
}

div#gallery_index img {
  float: left ;
  height: 100px ;
  margin-right: 10px ;
}

div#gallery_index h1 {
  color: #500c0a;
  margin: 0px ;
  text-transform: uppercase ;
  font-weight: normal;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* GALLERY ALBUM */

div#gallery_album td h1 {
  margin-bottom: 0px ;
  color: #121b2f;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: none ;
}

div#gallery_album h1 {
  color: #500c0a;
  font-weight: normal;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase ;
}

div#gallery_album h2 {
  color: #836d50;
  font-weight: normal ;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div#gallery_album p {
  font-size: 10px;
  color: #333333;
}

/* GALLERY PHOTO */

div#gallery_photo img {
  float: left ;
  margin-right: 15px ;
}

div#gallery_photo h1 {
  margin-top: 0px ;
  color: #500c0a;
  font-weight: normal;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom-width: 1px;
}

div#gallery_photo h2 {
  color: #836d50;
  font-weight: normal ;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div#gallery_photo p {
  font-size: 10px;
  color: #333333;
}

/*
.gallery_lg_title {
	color: 500c0a;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
}
.gallery_lg_subhead {
	color: #836d50;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gallery_lg_text {
	font-size: 10px;
	color: #333333;
}

.gallery_thumb_head {
	color: #121b2f;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.gallery_thumb_title {
	color: 500c0a;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	}
*/

div#gallerynav {
  position: relative ;
  height: 30px ;
  background-color: #f6ede4 ;
}

div#all {
  position: absolute ;
  left: 0px ;
  top: 0px ;
}

div#prev {
  position: absolute ;
  right: 276px ;
  top: 0px ;
}

div#back {
  position: absolute ;
  right: 118px ;
  top: 0px ;
}

div#next {
  position: absolute ;
  right: 0px ;
  top: 0px ;
}

div#footer {
  margin: 10px ;
  color: #ffffff ;
  text-align: center ;
}

div#footer a {
  color: #9e8a4b ;
}

div#footer a:hover {
  color: #e3eacf ;
}

