body {
  background: #888888;
  color: #3A4B25;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 700px;
}

h3 {
  font-size: 12px;
}

#playground {
  background: #3A4B25;
  color: #DDD4AC;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
}

#playground a:link, #playground a:visited {
  color: #DDD4AC;
  text-decoration:  none;
}

#playground a:hover {
  color: #889055;
  text-decoration:  none;
}

#swfbox {
  text-align: center;
  padding: 0px 0px;
  border-top: #3A4B25 1px solid;
  border-right: #3A4B25 1px solid;
  border-bottom: #3A4B25 0px solid;
  border-left: #3A4B25 1px solid;
}

#allcontent {
  background: #DDD4AC;
  border: #3A4B25 1px solid;
}

#header {
  background: #889055;
  color: #DDD4AC;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 4px 4px;
}

#header a:link, #header a:visited {
  color: #3A4B25;
  text-decoration:  none;
}

#header a:hover {
  color: #DDD4AC;
  text-decoration:  none;
}

#header2 {
  background: #889055;
  color: #DDD4AC;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 4px 28px;
}

#header2 a:link, #header2 a:visited {
  color: #3A4B25;
  text-decoration:  none;
}

#header2 a:hover {
  color: #DDD4AC;
  text-decoration:  none;
}

#sidebar {
  float: left;
  padding: 20px 0px 20px 20px;
  width: 420px;
}

#main {
  text-align: left;
  padding: 20px 20px;
}

#main a:link, #main a:visited {
  color: #3A4B25;
}

#images {
  text-align: center;
  padding: 14px 14px;
}

#images img {
  border: #3A4B25 1px solid;
}

#explanation {
  padding: 14px 28px;
}

#explanation a:link, #explanation a:visited {
  color: #3A4B25;
}

#footer {
  color: #555555;
  font-size: 9px;
  text-align: center;
  padding: 8px 8px;
}

#footer a:link, #footer a:visited {
  color: #555555;
  text-decoration:  none;
}
