* {
  margin: 0;
  padding: 0;

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

body {
  background:#fff url('/img/bg_faded.png') no-repeat top right;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

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

a:hover {
  color: #6ce;
}

#main {
  position: absolute;

  top: 140px;
  left: 180px;

  width: 600px;
}

#main h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1px;
}

#main h2 {
  font-weight: normal;
  border-bottom: 1px solid;
  letter-spacing: -1px;
}

#main h3 {
  border-bottom: 1px dotted;
  font-size: 1em;
}

#main h4 {
  font-size: 0.9em;
}

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

#main ul {
  margin: 20px;
}

#main li {
  list-style-type: circle;

  font-size: 15px;
  
  line-height: 20px;
}

#sidebar {
  position: absolute;

  top: 40px;
  left: 20px;
  width: 100px;

  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;
}
