body {
  background: #222;
}
header {
  position: relative;
  border-bottom: 1px solid #666;
}
.border {
  background: url(../images/pieces/rule.gif) repeat-x;
  height: 7px;
}
.wrapper {
  background: #FFCC00 url(../images/pieces/gradient.gif) top left repeat-x;
  margin-top: 105px;
}
.container {
  width: 940px;
  margin: 9px auto;
}
#main {
  margin-top: -90px;
  margin-bottom: 0;
  min-height: 640px;
  background: #fff;
}
.main {
  float: left;
  width: 385px;
  padding-left: 10px;
}
.sub {
  float: right;
  width: 485px;
}
#spinner {
  position: absolute;
  top: 300px;
  left: 55%;
  z-index: 20000;
}
.bar {
  border: 1px solid #e6e6e8;
}
.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}
.t-round {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.padded {
  padding: 20px;
}
.t-padded {
  padding: 5px 20px;
}
.shadowed {
  -moz-box-shadow:0 0 15px #444;
  -webkit-box-shadow: 0 0 15px #444;
  box-shadow:0 0 15px #444;
}
.italic {
  font-style: italic;
  line-height: 1.8;
  color: #555;
}
a.email {
  padding-right: 15px;
  background: url(../images/email.html) center right no-repeat;
}
a.external {
  padding-right: 13px;
  background: url(../images/external.html) center right no-repeat;
}
a.pdf {
  padding-right: 13px;
  background: url(../images/pdf.html) center right no-repeat;
}