body {
  font: 12px arial;
  background-color: #b98f3b;
}

#page {
  width: 755px;
  border: 2px solid black;
  margin: auto;
  background-color: white;
}
#header {
  border-bottom: 3px solid black;
  float: left;
  border-right: 3px solid black;
}
#headimg {
  background: url('/images/h_bg.gif');
  width: 488px;
  height: 349px;
  float: left;
  border-bottom: 4px solid black;
  border-left: 3px solid black;
}
#headimg img {
  margin-top: 47px;
  margin-left: 43px;
}
img {
  border: 0;
}
#topnav {
  width: 755px;
  margin: 0;
  padding: 0;
}
#topnav ul {
  margin: 0;
  padding: 0;
/*  display: inline;*/
  list-style: none;
}
#topnavul li {
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
  display: inline;
  position: relative;
}
.center {
  text-align: center;
}

#footer {
  color: white;
  font: 11px verdana;
}
#footer a:link {
  color: white;
  font: 11px verdana;
  text-decoration: none;
}
#footer a:visited {
  color: white;
  font: 11px verdana;
  text-decoration: none;
}
#footer a:hover {
  color: white;
  font: 11px verdana;
  text-decoration: underline;
}
#topnavul li ul {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 143px;
  border: 3px solid #b98f3b;
  background-color: #0d3721;
  text-align: center;
  display: none;
  font: 14px verdana;
  text-decoration: none;
  font-weight: bold;
}
#topnavul li ul a:link {
  color: white;
  font: 14px verdana;
  text-decoration: none;
  font-weight: bold;
}
#topnavul li ul a:visited {
  color: white;
  font: 14px verdana;
  text-decoration: none;
  font-weight: bold;
}
#topnavul li ul a:hover {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
/*
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
*/
/* End */
#topnavul li:hover ul, #topnav li.over ul {
  display: block;
}
#topnavul li:hover ul li, #topnav li.over ul li {
  display: block;
}

#topnavul li:hover ul li {
  display: block;
}

#topnav img {
  margin-left: 1px;
}
#content {
  padding: 4px;
}
table.pg_photos {
	margin: 0 auto;
}
