body{
  color:d3b44a;
  background-color:111111;
  background-image:url("http://www.oliverbaker.org/images/Background.png");
  background-repeat:repeat-x;
  background-position:0px 100px;
}

.group_title_th {
background-color:222222;
font:bold;
}

.menu_header {
  visibility:hidden;
  text-align:center;
}

.menu_intro_p {
  position:relative;
  top:-50px;
  text-align:center;
}

.gallery_table {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  border-width:4px;
  border-color:ecdf75;
  border-style:outset;
  background-color:000000;
  top:50px;
}

.group_table {
  border:none;
}

.navigation_th {
  width:400;
  height:300;
}


.navigation_img {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border:none;
}


.thumbnail_td {
  vertical-align: middle;
  border-style:none;
}


.thumbnail_p {
  height:120px;
  width:400px;
  white-space:nowrap ;
  overflow-x:scroll;
}

.thumbnail_img {
  border-style:solid;
  border-width:1px;
  border-color:000000;
  cursor:hand;
  cursor:pointer;
}

