* {
  margin: 0;
  padding: 0;

  font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:link {
  color: #ee3042;
}

a:visited {
  color: #881821;
}

a:hover {
  text-decoration: underline;
}

code, dt { /* Thing being defined */
  font-family: monospace;
  font-size: 10pt;
  color: #228;
}

dd { /* Definition */
  text-indent: 20px;
  padding-bottom: 1em;
  font-size: 15px;
}

div.figure {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

div.requirements ul {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}
div.requirements li {
  float:left;
  width:150px;
  margin:5px;
  border: 1px solid #ccc;
  display:inline;
  text-align: center;
}
div.requirements img {
  width:140px;
  height:140px;
  padding-top:5px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Georgia, Palatino, Times, "Times New Roman", sans-serif;
  color: #333;
}

#wrapper {
  position: relative;

  width: 800px;
}

html, body, #wrapper {
  min-height: 100%;
  height: 100%;
}

#header {
  position: relative;

  top: 20px;
  left: 20px;
  
  height: 80px;
  width: 100%;
  
  font-size: 35px;
  line-height: 50px;
  
  vertical-align: middle;

  padding-bottom: 20px;
}

#header a {
  color: #333;
  text-decoration: none;
  font-family: Georgia, Palatino, Times, "Times New Roman", sans-serif;
}

#main {
  float: right;
  width: 550px;

  padding-bottom: 20px; /* allow space for footer */
}

#main h1 {
  font-size: 35px;
  font-weight: normal;

  line-height: 40px;

  letter-spacing: -1px;
}

#main p {
  margin: 20px 0;
  
  font-size: 15px;
  
  line-height: 20px;
}

#main ul, #main ol {
  margin: 20px;
}

#main li {
  font-size: 15px;
  
  line-height: 20px;
}

#main ul li {
  list-style-type: square;
}

#footer {
  width: 800px;
  height: 50px;

  position: relative;

  border-top: 1px solid #ccc;

  vertical-align: middle;

  margin-top: -30px;
  clear: both;
}

#footer p {
  padding-top: 8px;
  padding-left: 20px;
  padding-bottom: 8px;
  font-size: smaller;
}

#sidebar {
/*  position: absolute;

  top: 100px;
  left: 20px;*/
  float: left;
  width: 200px;

  padding: 20px 20px 0 0;

  border-right: 1px solid #ccc;

  text-align: right;
}

#sidebar h2 {
  text-transform: uppercase;

  font-size: 13px;

  color: #333;

  letter-spacing: 1px;

  line-height: 20px;
}

#sidebar ul {
  list-style-type: none;

  margin: 20px 0;
}

#sidebar li {
  font-size: 14px;

  line-height: 20px;
}
