body {
  background: #00dbff url(back-slide.png) repeat-x top left;
  font-family: Georgia, serif;
  font-size: 13px;
}

.footnotes {
  font-size: 11px;
}

#wrapper {
  width: 680px;
  margin: 0 auto;
  background: white;
  padding: 0 15px;
  border: 6px solid #072a3d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#header {
  position: relative;
  height: 160px;
}

#header #corner {
  display: none;
}

#header h1 {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 48px;
  margin: 0;
}

#header h1 a {
  text-decoration: none;
  color: #333;
}

#header #tagline {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-style: italic;
  color: #777;
}

#header #tagline em {
  color: #333;
  font-weight: bold;
}

#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #469;
}

#nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  padding: 5px 15px;
  color: white;
  text-decoration: none;
}

#home #nav ul li.nav_home,
#iphone #nav ul li.nav_iphone,
#facebook #nav ul li.nav_facebook,
#about #nav ul li.nav_about {
  background: white;
  padding-top: 8px;
  padding-bottom: 8px;
}

#home #nav ul li.nav_home a,
#iphone #nav ul li.nav_iphone a,
#facebook #nav ul li.nav_facebook a,
#about #nav ul li.nav_about a {
  color: #421;
}

#nav ul li a:hover {
  background: #e4f5ff;
  color: black;
}

#main #content {
  padding: 30px 110px 30px 110px;
}

/* Pages that have the pull column */
body#iphone #main #content {
  padding: 30px 70px 30px 200px;
}

/* wider page */
body#about #main #content {
  padding: 30px 40px 30px 40px;
}


#main a, #footer a {
  color: #143;
}



#main #content .floatleftpull {
  float: left;
  text-align: center;
  margin: 0 0 0 -175px;
}

#main #content #moviepulldown {
  margin: 0 0 0 -175px;
}

#main #content .floatleftpull img {
  border: none;
}

#main #content p.floatleftpull {
}

.options {
  margin: 18px 0 18px 50px;
  float: left; width: 99.9%;
}

.options a,
.options span {
  float: left;
  display: block;
}

.options a.tellmore,
.options span {
  padding: 12px 20px 12px 20px;
  font-size: 22px;
}

.options span { font-style: italic; }

.options a img { border: none; }

.options a span.price {
  font-size: 24px;
  position: relative;
  float: left;
  margin-right: 4px;
  left: -4px;
  top: -5px;
}

.floatleftbox {
  float: left;
  border: 1px solid #421;
  margin: 20px 30px 20px 0;
}

.floatrightbox {
  float: right;
  border: 1px solid #421;
  margin: 20px 0 20px 30px;
}

.floattext {
  margin: 50px 20px;
}

.clearline {
  clear: both;
  border-top: 2px solid #421;
  height: 0;
  /*margin: 20px 0 20px 0;*/
}

.clearing {
  clear: both;
}

#footer {
  border-top: 30px solid #469;
}

#footer #legal {
  text-align: center;
  font-size: 11px;
}

.threecolumnlist {
  float: left;
  width: 99.9%;
}

.threecolumnlist ul {
  float: left;
  width: 33%
  list-style: none;
}

.person {
  float: left;
  width: 175px;
  margin-right: 25px;
  height: 130px;
}
