/**
 **
 ** TABLE OF CONTENTS
 **
 ** 1. Body
 **
 **/
 
/**
 **
 ** TABLE OF TYPOGRAPHY
 **
 ** Body            1em/1.4em Verdana, Helvetica, Arial, Geneva, sans-serif;
 ** 
 **/

/**
 **
 ** TABLE OF COLOR CODES
 **
 ** background			#ffffff (white)
 ** content         #000000 (black)
 ** h1              #
 ** h2              #
 **  
 ** a (standard)    #
 ** a (visited)     #
 ** a (active)      #
 ** 
 **/

body {
  font: 100%/1.2em Georgia, Helvetica, Arial, Geneva, sans-serif;
  background: url(../img/background.jpg) no-repeat top center;
  margin: 400px 0 0 0;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

.error {
  font-weight: bold;
  margin: 10px 0;
  color: #ff0033;
}

#heads {
  margin: 100px 0 0 0;
}

#heads div[class|=row] {
  width: 100%;
  margin: -150px 0 0 0;
}

#heads div[class|=row] ul {
  margin: 0 auto;
  padding: 0 63px;
  overflow: hidden;
  list-style: none;
}

#heads div.row-1 ul {
  width: 891px;
}

#heads div.row-2 ul {
  width: 990px;
}

#heads div.row-3 ul {
  width: 891px;
}

#heads li {
  height: 205px;
  float: left;
  width: 225px;
  margin: 0 -63px;
  overflow: hidden;
  position: relative;
}

#heads li img {
  position: absolute;
}

#heads li img.pose-1 {
  left: -225px;
}

#heads li img.pose-2 {
  left: -450px;
}

#questions {
  margin: 0 auto 40px auto;
  width: 984px;
  background: url(../img/frame-middle.jpg) repeat-y;
}

#questions .header {
  width: 984px;
  height: 12px;
  display: block;
  background: url(../img/frame-top.jpg) repeat-y;
}

#questions .content {
  padding: 40px;
}

#questions h1 {
  font-size: 25px;
  color: #72829a;
  font-style: italic;
  margin: 0 0 30px 0;
}

#questions ul {
  width: 900px;
  overflow: hidden;
  margin: 20px 0;
}

#questions li {
  width: 450px;
  float: left;
  height: 180px;
}

#questions .title {
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  font-weight: bold;
}

#questions .title span {
  color: #72829a;
}

#questions .footer {
  width: 984px;
  height: 12px;
  display: block;
  background: url(../img/frame-bottom.jpg) repeat-y;
}

#social-media li {
  width: 80px;
  height: 70px;
}

#previous {
  margin: 80px 0 0 0;
}

#previous div {
  float: left;
  margin: 0 40px 0 0;
}

a {
  color: #000000;
  text-decoration: underline;
}