* {
  margin: 0;
  padding: 0;
}

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #222222;
}

a:link, a:visited {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
}

p {
  margin-top: 1em;
}

img {
  border: 0;
}

ul {
  padding-left: 1em;
}

blockquote {
	font-size: 1.2em;
	line-height: 1.6em;
  padding-bottom: 1em;
}

#page {
  background: white;
  margin: 0 auto;
  width: 750px;
}

#header {
  color: white;
  background: black;
  padding: 2em;
}

#header h1 {
  color: #CC0000;
  font-size: 3em;
  font-weight: normal;
}

#header h2 {
  font-size: 1.2em;
  font-weight: normal;
	letter-spacing: 2px;
}

#logo {
  height: 131px;
  width: 524px;
}

#sidebar {
	float: left;
	width: 150px;
	margin-right: 20px;
	border-top: 1px dotted gray;
	background-color: #eeeeee;
}

#sidebar div {
  border-bottom: 1px dotted gray;
  padding: 0.5em;
}

#content {
	padding: 1em 1em 1em 170px;
}

#content dl {
	line-height: 1.6em;
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
	padding: 1em;
	background-color: #dedede;
}

#content dt {
  font-size: 1.5em;
  font-weight: bold;
}

#content dd {
  margin: 0.2em 0 1em 1em;
}

#footer {
  clear: both;
  color: white;
  background: black;
  padding: 2em;
  border-top: 0.5em solid gray;
}

.info {
  font-size: 0.8em;
  margin-top: 0;
}

.entry {
  margin-bottom: 1.5em;
}
