body {
  font-family: 'century gothic';
  background: #00243F url(images/header_bg.png) top center no-repeat;
}
body.twentyeleven {
  background: #333 url(images/header_bg_grey.png) top center no-repeat;
}
body > header {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0px;
  position: relative;
  color: rgba(255,255,255,0.9);
}
body > header nav {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 13px;
}
body > header nav ul li {
  display: inline-block;
  margin-left: 20px;
}
body > header nav ul li a {
  color: #fff;
  text-decoration: none;
}  
body > header div.register {
  position: absolute;
  right: 0px;
  top: 10px;
}
body > header div.register .info {
  color: #fff;
  display: inline-block;
  text-align: right;
  height: 20px;
  letter-spacing: 1px;
}
body > header div.register time {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
}
body > header div.register div.location {
  font-size: 13px;
  line-height: 15px;
}
div.register a {
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.35) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.35)));
  background-color: #FDBF50;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 20px;
  border: 0px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
div.register a span {
  font-size: 10px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: -2px;
  padding-left: 3px;
}
body > footer {
  margin: 15px auto;
  width: 960px;
  color: #fff;
  font-size: 11px;
}
body > footer a {
  color: #fff;
}
body > section {
  width: 910px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 15px;
  border: 10px solid #D0D0D0;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
}
body > section p {
  margin-bottom: 1em;
  line-height: 1.25em;
}
#home h1 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 30px;
}

.framed {
  background: #FDBF50;
  padding: 1px;
  border: 10px solid rgb(255,255,255);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
  width: 350px;
  height: 200px;
}
.wrap {
  margin-left: 1em;
  float: right;
}
.clear {
  clear: right;
}
