body {
  font-size: 0.9em;
  font-family: sans-serif;
  background-color: #eee;
  color: #efe;
}

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

/* default border */
div {
  border: 0px solid #000;
}

h1, h2, h3 {
  font-family: serif;
}

#container {
  width: 720px;
  margin: 5em auto 5em auto;
  background-color: #fff;
  color: #000;
  border-width: 1px;
}

#header {
  color: #fff;
  background-image: url("/images/amp.jpg");
  background-color: #000;
  width: 720px;
  height: 180px;
  text-align: right;
  background-repeat: no-repeat;
}

div#header h1, div#header img {
  margin: 0px;
  padding: 10px 20px;
}

div#header img {
  border: none;
}

#content {
  float: left;
  width: 550px; 
  padding: 10px;
  border-right-width: 1px;
  text-align: justify;
}

#content.wide {
  float: none;
  width: 700px;
}

#sidebar {
  margin-left: 570px;
  border-left-width: 1px;
  padding: 10px;
  font-size: small;
}

#sidebar a {
  text-decoration: none;
  color: #000;
}

#sidebar ul {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#sidebar ul ul {
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
  padding-left: 10px;
}

#sidebar ul ul ul {
  font-style: normal;
}

#footer {
  clear: both;
  font-size: smaller;
  text-align: center;
  border-top-width: 1px;
}

/* blog stuff */

#s {
  width: 90%;
}

textarea#comment {
  width: 690px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
 
div#header a
{
  color: #fff;
  text-decoration: none;
  font-family: serif;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 20px;
  padding: 0px;
}
