* {
  margin: 0;
  padding: 0;

  font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif;
}

body {
  text-align: center;
  background: #fff;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #f30;
}

a:hover {
  color: #f90;
}

#main {
  margin: 40px 150px 0px 275px;
  width: 550px;
}

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

  line-height: 40px;

  letter-spacing: -1px;

  padding-bottom: 10px;
}

#main h2 {
  font-weight: normal;
  
  letter-spacing: -1px;

  padding-bottom: 10px;
}


#main h3 {
  font-weight: normal;
  
  letter-spacing: -1px;

  padding-top: 2em;
  padding-bottom: 1em;

}

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

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

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

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

#heading {
  text-align: center;
}

#container {
  width: 850px;  
  /* Centering for IE6+ in strict mode,
  Firefox, and other modern browsers */
  margin: auto;
  /* Don't center every line of text -
  we inherited this setting from body */
  text-align: left;
}
  
#sidebar {
  float: left;
  width: 240px;

  padding-right: 20px;

  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: 0 0 20px 0;
}

#sidebar li {
  font-size: 14px;

  line-height: 20px;
}

#sidebar > #reader {
  margin-right: -15px;
}

#right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 10px;
}

#footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}



