body {
  margin-top: 50px;
  margin-left: 0px;
  margin-right: 0px;
	font-family: Helvetica, Arial, Sans;
	font-size: 13px;
	background-image: url(../gfx/background.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
  background-color: #c0c0c0;
}

em {
  font-weight: bold;
}

a {
  color: #c82c00;
}

a:hover {
  color: #ff2c00;
}

#content {
  margin: 0;
  width: 960px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
}

#upper {
  height: 510px;
}

#left-pane {
  float: left;
  width: 526px;
  height: 510px;
	background-image: url(../gfx/apps.png);
}

#right-pane {
  float: right;
  width: 430px;
  height: 510px;
}

#lower {
  clear: both;
  height: 200px;
  margin-top: 0px;
  padding: 40px;
}

h1 {
	background-image: url(../gfx/photopin.png);
  margin-top: 16px;
  padding-top: 0px;
  width: 220px;
  height: 40px;
}

p {
  text-shadow: #ffffff 0px 1px 0px;
}

p.overview {
  font-size: 18px;
}

p.step {
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 12px;
}

img {
  border: 0px;
  float: left;
  margin: 0;
}

#lower img {
  padding: 0px;
}

.left20 {
  margin-left: 20px;
}

#buttons {
  text-align: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}

div.text-pane {
  margin-top: 10px;
  width: 160px;
  float: left;
  font-size: 12px;
  color: #505050;
  text-align: justify;
}

#questions {
  text-shadow: none;
  margin-top: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

