body {
  background: #EAEA2D;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  }

#header {
  background: #F1E127;
  height: 73px;
  }

#header h1 {
  font-size: 1em;
  color: #505050;
  margin: 0;
  }

#header #logo {
  background: url(../images/logo_deco.gif) no-repeat top left;
  height: 64px;
  position: absolute;
  width: 780px;
  }
#menu {
  background: url(../images/menu_bg.gif) repeat-x top left;
  height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#menu a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  padding-top: 1px;
  }

#menu a:hover {
  color: #D6B617;
  }

#menu li {
  border-right: 1px solid #c0c0c0;
  float: left;
  padding: 0 5px;
  }

#menu li:hover {
  background: url(../images/menu_bgo.gif) repeat-x top left;
  }

#bwrap {
  background: url(../images/body_bgxx.gif) repeat-x top left;
  padding: 10px;
  }

#wrap {
  background: #EEEEEE;
  }

#wrap p {
  padding: 5px;
  }

#wrap #physic {
  float: left;
  width: 50%;
  }

#wrap #physic h4 {
  padding: 0;
  margin: 0;
  }

#wrap #map {
  clear: both;
  text-align: center;
  }

#wrap div {
  padding: 5px;
  }

table {
  clear: both;
  font-size: 0.9em;
  }

td {
  background: #EEEEEE;
  padding: 8px;
  }
  
td.profile {
  background: #E2EFFA;
  padding: 8px;
  }

td.itemtitle {
  background: #C0C0C0;
  color: #3D3C4E;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  }

h4.itemtitle {
  background: #C0C0C0;
  color: #053F55;
  font-size: 1em;
  font-weight: bold;
  height: 8px;
  padding: 0;
  margin: 0;
  text-align: center;
  }

td.photo {
  text-align: center;
  }

td.link {
  /*background: #0C9ED4;*/
  padding: 5px 8px;
  text-align: center;
  }

td.link a {
  background: #CCCCCC;
  border-bottom: 1px solid #3D3C4E;
  border-left: 1px solid #3D3C4E;
  border-right: 1px solid #3D3C4E;
  border-top: 1px solid #3D3C4E;
  cursor: default;
  color: #000000;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  padding: 2px;
  text-decoration: none;
  }

td.link a:hover {
  background: #DDDDDD;
  }

td.nav {
  background: transparent;
  font-weight: bold;
  text-align: center;
  }

td.nav a {
  color: #005779;
  font-weight: bold;
  }

td.nav a:hover {
  color: #D6B617;
  }

td.spacer {
  background: transparent;
  line-height: 0.05em;
  }

td h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  }

#footer {
  clear: both;
  text-align: center;
  }

#footer a {
  color: #3D3C4E;
  }

#footer a:hover {
  color: #EAEA2D;
  }

#footer h6 {
  font-size: 0.8em;
  padding: 5px 0;
  margin: 0;
  }
