body {
  padding: 25px 0;
  background-color: rgb( 222, 224, 213 );
  
  font-family: Georgia, serif;
  font-size: 100%;
  line-height: 1.2em;
}

p, label, address, #lightbox {
  font-size: 0.75em;
}

a,
a:link,
a:visited,
a:active {
  color: rgb( 204, 104, 0 );
  text-decoration: none;
}

a:hover {
  color: #72711e;
}

#container {
  width: 800px;
  margin: 0 auto;
  background: url( /img/container_bg.jpg ) bottom right no-repeat #fff;
}

#container:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#welcome, #character, #motion {
  float: left;
  padding-top: 177px;
  padding-bottom: 15px;

  background-position: top;
  background-repeat: no-repeat;
}

#welcome {
  position: relative;   /* for positioning thanks message */
  width: 400px;
  min-height: 520px;
  margin-right: 10px;
  
  background-image: url( /img/header1.jpg );
}

#character {
  width: 190px;
  margin-right: 10px;
  
  background-image: url( /img/header2.jpg );
}

#motion {
  width: 190px;
  
  background-image: url( /img/header3.jpg );
}

h1, h2 {
  clear: both;
  height: 2.4em;
  position: relative;
  background-color: #FFFFFF;
}

h1, h2, form label {
  font-family: Trebuchet MS, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb( 51, 102, 102 );
}

h1, h2, p, form {
  margin-left: 15px;
  margin-right: 15px;
}

#welcome .top {
  margin-left: 15px;
}

p, form {
  margin-top: 1.2em;
}

.info {
  margin-right: 55px;
}

#form_wrapper {
  background: url( /img/handL.jpg ) right bottom no-repeat;
  padding-right: 25px;
  margin-right: 15px;
}

form {
  background-color: rgb( 222, 224, 213 );
  padding: 15px;
}

form p {
  margin: 0 0 1.2em;
}

form label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1em;
}

form input.text, textarea {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 1%;
  border: 1px rgb( 51, 102, 102 ) solid;
  width: 98%;
}

form p.submit {
  text-align: right;
  margin-bottom: 0;
}

#thanks {
  position: absolute;
  bottom: 175px;
  width: 100%;
  text-align: center;
}

.reel .download {
  margin-top: 0;
}

.reel .update em {
  color: rgb( 114, 114, 30 );
  font-size: 1.2em;
  font-style: normal;
}

#footer {
  width: 760px;
  margin: 0.5em auto;
  
  color: rgb( 51, 102, 102 );
}

address {
  float: left;
  font-style: normal;
}

address span {
  padding: 0 0.5em;
}

#limetiger {
  float: right;
  margin: 0;
}
