#nav, #footer, #header_right {
  display: none;
}
#content {
  float: none;
  border-bottom: none;
  overflow: hidden;
}
#register_left {
  width: 240px;
  padding-right: 0;
}
#register_right {
  width: 470px;
}
input#submit, a#submit {margin:0;}
#container {
  overflow: hidden;
  width: 766px;
}
#form_attending ul {
  margin: 0;
}
#register_left ul div.left {
  width: 143px;
}
#top {
  width: 720px;
}
#venue_address #register_left { min-height: 300px; }
/* Internet week styles */
body {
  background: #299e56; /* Old browsers */
  background: -moz-linear-gradient(top,  #299e56 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299e56), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #299e56 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #299e56 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #299e56 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #299e56 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299e56', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  font-family: "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1;
}