body {
  margin: 0;
  padding: 0;
  background: #2f2e2e;
  color: #fff;
  font-family: verdana, helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
a, a:link, a:visited {
  background: transparent;
  color: #ffc;
  text-decoration: none;
}

a:hover {
  background: transparent;
  color: #ecc300;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 750px;
  position: relative;
  text-align: left;
}
#header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 64px;
  background: #00563c;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
#header h1 {
  margin: 0 auto;
  padding: 0;
  width: 730px;
  line-height: 64px;
  height: 64px;
  text-align: right;
  font-size: 150%;
  font-weight: normal;
}

#header h1 a {
  text-decoration: none;
}

#global {
  margin: 0em;
  padding: 0em;
  line-height: 1.6em;
  text-align: right;
}

#content {
  position: relative;
  margin: 0;
  padding: 0.5em 0 0;
  width: 100%;
}
#content a,
#content a:link,
#content a:visited {
  text-decoration: underline;
}
#content div.album a {
  text-decoration: none;
}
#content h2 {
  margin: 0.4em 0em;
  padding: 0em;
  font-size: 100%;
  background: transparent;
  color: #f1c718;
  text-transform: uppercase;
}
#content img {
  margin-bottom: 8px;
  border: 5px solid #fff;
}
#content a:hover img {
  border-color: #f1c718;
  text-decoration: none;
}
#content a.text {
  text-decoration: underline;
}
#content p {
  font-size: 90%;
}

#image {
  float: left;
  width: 600px;
  margin: 0em auto;
  padding: 0;
  text-align: center;
}
#image img {
  margin: 0 auto 1em;
  border: none;
  border: 5px solid #fff;
}
div.album {
  float: left;
  text-align: center;
  width: 180px;
  height: 140px;
}
#pic_ctrl {
  text-align: center;
  margin-bottom: 0.3em;
}
#pic_ctrl img {
  margin: 0 6px;
  vertical-align: middle;
  border: none;
}
#footer {
  clear: both;
}
#footer p {
  font-size: 74%;
}
