@charset "utf-8";
/* CSS Document */
body {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F4F4F4;
}
#container {
  background-color: #B969AA;
}
#heading {
  width: 1024px;
  background-color: #5771ED;
  height: 60px;
  padding-top:
    20px;
  text-align: center;
  font: 1.5em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#nav {
  width: 1024px;
  background-color: #52E7D7;
  padding-top: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  min-height: 20px;
}
#nav ul {
  list-style: none;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: none;
  background-color: #667CDA;
  margin-bottom: 0px;
  text-decoration: none;
  float: right;
}
#nav li {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 5px;
  background-color: #A4E0E5;
  float: left;
}
#nav a {
  background-color: #5DCACB;
  padding: 5px 20 5px 5px;
  color: #ECECEC;
  font-size: 0.9em;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
}
#intro {
  width: 994px;
  background-color: #D7D57F;
  position: relative;
  font: normal 0.8em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  padding: 15px 15px 5px;
}
#footer {
  background-color: #14E7E7;
  width: 985px;
  padding: 10px 20px 5px;
  max-width: 1024px;
  clear: both;
}
#nav p {
  float: right;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  text-align: right;
  margin-top: -4px;
  font-size: 1em;
}
#side-bar {
  width: 200px;
  height: 2350px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #C2EBE9;
  float: left;
}
.pic-in-box {
  width: 155px;
  height: 206px;
  padding: 15px;
  background-color: #83B4BA;
  margin-top: 15px;
  margin-left: 7px;
  top: auto;
  bottom: auto;
  max-width: 206px;
}
#steps {
  width: 814px;
  background-color: #959DEA;
  height: 2350px;
  padding-top: 1px;
  float: right;
}
.instruct {
  width: 770px;
  height: 245px;
  margin: 5px 10px;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 4px;
  color: #1D1515;
  font-size: 0.8em;
}
.step5 {
  padding-bottom: 10px;
}