* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  color: #002059;
  font-size: 100.1%;
}

div#p_logo {
  position: relative;
  height: 88px;
  width: 660px;
  background-color: #002059;
  margin: 0 auto;
  text-align: right;
}


div#g_logo {
  position: relative;
  height: 88px;
  width: 520px;
  background-color: #002059;
  margin: 0 auto;
  text-align: left;
}


div#p_logo img {
/*  position: absolute;
  top:  18px;
  left: 264px;*/
  margin-right: 10px;
  margin-top: 18px;
}


div#g_logo img {
  position: absolute;
  top:  18px;
  left: 120px;
}


h1 {
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 15px;
}

div#p_content_wrapper {
  position: relative;
  width: 624px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 2px;
  font-size: 0.8em;
}


div#g_content_wrapper {
  position: relative;
  width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 2px;
  font-size: 0.8em;
  text-align: center;
}

div#p_image {
  background-color: #e5eaf0;
  position: relative;
  padding: 7px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 2px;
}

table {
  background-color: #fff;
  border-collapse: collapse;
  width: 624px;
}

table tr td {
  border-bottom: 2px #fff solid;
  border-collapse: collapse;
}

table tr th {
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  border-collapse: collapse;
}

table tr th,
table tr td {
  background-color: #c8cfd9;
  padding: 2px 20px 2px 20px;
  color: #002059;
}

table tr.equal th,
table tr.equal td {
  background-color: #e5eaf0;
}

div#p_footer {
  position: relative;
  width: 512px;
  margin: 0 auto;
  text-align: right;
  margin-top: 15px; 
  font-size: 0.8em;
}

div#g_footer {
  position: relative;
  width: 484px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px; 
  font-size: 0.8em;
}

div#backLink {
  float: left; //position: absolute;
//  top: 0px;
  //left: 0px;
  font-size: 1em;
  width: 65px;
}

div#nextLink {
  //position: absolute;
  //top: 0px;
  //right: 0px;
float: right;
  font-size: 1em;
  width: 65px;
}

div#gallery_navigation {
//  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background-color: #eaeaea;
  font-size: 0.7em;
  padding: 0px ;
}

div#gallery_navigation a {
  color: #000;
  text-decoration: none;
  padding: 0 2px 0 2px;
  margin: 0 1px 0 1px;
}


div#gallery_navigation a.current {
  background-color: #002059;
  color: #fff;
  font-weight: bold;
}
