body, html {
  height: 100%;
  font-family: Arial;
}
#main {
  background-image: url(/images/bodybg.jpg);
  background-repeat: repeat;
}
#container {
  width: 875px;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -210px;
  background-color: #f2f2f2;
}
#header {
  width: 875px;
  height: 167px;
  background-color: #d8d8d8;
  background-image: url(/images/header-top.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#arrow {
  position: absolute;
  margin-top: -5px;
}
.home #arrow {
  margin-left: 64px;
}
.venue #arrow {
  margin-left: 160px;
}
.speakers #arrow {
  margin-left: 252px;
}
.schedule #arrow {
  margin-left: 353px;
}
.students #arrow, .registration #arrow, .contact #arrow, .thankyou #arrow {
  display: none;
}
#mainnav {
  position: absolute;
  width: 875px;
  height: 32px;
  background-image: url(/images/nav-bg.jpg);
  background-repeat: repeat-x;
  margin-top: 79px;
}
#mainnav ul {
  margin-left: 40px;
  height: 32px;
  width: 650px;
}
#mainnav ul li {
  float: left;
  padding-right: 40px;
  padding-top: 5px;
}
#mainnav a {
  color: #d8d8d8;
  font: 15px Arial;
  font-weight: normal;
}
#mainnav a:hover {
  color: #d95533;
}
#header .date {
  position: relative;
  z-index: 101;
  float: right;
  padding-right: 10px;
  margin-top: 10px;
}
#maincontent {
  width: 875px;
  min-height: 520px;
  height: 520px;
  height: auto !important;
}
#imagerotator {
  background-image: url(/images/imagerotator.jpg);
  background-repeat: no-repeat;
  width: 272px;
  height: 502px;
  float: right;
  padding-right: 10px;
  margin-top: 10px;
}
#imageholder {
  width: 241px;
  height: 306px;
  margin: auto;
  margin-top: 55px;
}
#imagerotator ul {
  height: 26px;
  width: 232px;
  margin: auto;
  margin-top: 30px;
}
#imagerotator ul li {
  float: left;
}
#sponsored-by {
  padding-top: 25px;
  font: 11px Arial !important;
  margin-left: 115px;
}
#facebook-meridian-link {
  width: 220px;
  margin: auto;
}
#maincontentwrap {
  width: 537px;
  margin-left: 30px;
  height: auto;
  padding-bottom: 20px;
}
.registration #toproundedcorner {
  background-image: url(/images/formtop.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#maincontentinnerwrap {
  background-color: #fff;
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  width: 531px;
  height: auto;
  margin: auto;
}
#maincontent h1 {
  font: 35px Arial;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
#maincontent p {
  font: 12px Arial;
}
#footer {
  width: 875px;
  height: 210px;
  margin: auto;
}
#footerwrap {
  background-image: url(/images/footer-bg.jpg);
  background-repeat: no-repeat;
  width: 862px;
  height: 178px;
  margin: auto;
  font: 12px Arial;
  font-weight: bold;
  color: #606060;
}
#footerlist-one {
  position: absolute;
  margin-left: 180px;
  margin-top: 40px;
}
#footerlist-one ul, #footerlist-two ul {
  margin-left: 20px;
  line-height: 1.6em;
}
#footerlist-one ul li, #footerlist-two ul li   {
  list-style-type: disc;
  color: #606060;
}
#footerlist-one ul li a, #footerlist-two ul li a {
  color: #606060;
}
#footerlist-two {
  position: absolute;
  margin-top: 40px;
  margin-left: 570px;
}
#signature {
  font: 11px Arial;
  color: #7a7a7a;
  float: right;
  margin-top: 9px;
  padding-right: 12px;
}
#signature a {
  font: 11px Arial;
  color: #7a7a7a;
}
#push {
  height: 210px;
}

/* form */
#form {
  width: 510px;
  margin: auto;
  height: auto;
  padding-bottom: 10px;
  padding-top: 30px;
}
#form li {
  padding-bottom: 20px;
}
#form em {
  color: #f36d38;
}
#required {
  padding-bottom: 15px;
}
#form .pushit {
  width: 160px;
}
#form textarea {
  width: 490px;
}
#form span {
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
}
.firstname, .lastname {
  padding-right: 240px;
}
.email {
  padding-right: 213px;
}
.city {
  padding-right: 290px;
}
.province {
  padding-right: 207px;
}
.postal {
  padding-right: 197px;
}
.phone {
  padding-right: 213px;
}
.fax {
  padding-right: 242px;
}
.school {
  padding-right: 170px;
}
.comments {
  padding-right: 421px;
}
#paypal {
  padding-top: 20px;
  height: auto;
  width: 400px;
  margin: auto;
  text-align: center;
}
