body {
	background: #00CC99;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.9em;
}
#wrap {
  width: 920px;
}
#left {
  float: left;
  width: 200px;
  border-top: 8px solid black;
  padding: 15px 0 0 10px;
  margin-top: 30px;
}
#left #logo {
  width: 130px;
}
#left a {
  display: block;
  background: url(/images/button_bg.gif) no-repeat;
  text-decoration: none;
  color: #3a94a3;
  padding: 6px 0 9px 10px;
  width: 174px;
}
#content {
  float: left;
  background: #008080;
  margin-top: 20px;
  padding-top: 10px;
  color: white;
}
#inner {
  border-top: 8px solid black;
  min-height: 600px;
  _height: 600px;
  width: 700px;
  padding: 15px 0 0 10px;
  text-align: center;
}
#inner img {
  border: none;
}
h2 {
  font-size: 120%;
  font-style: italic;
  color: white;
  font-weight: normal;
}
img.thumb {
  width: 100px;
  max-height: 75px;
}