body {
  font-family: Arial, sans-serif;
  color: #000;
  margin: 0;
  margin-bottom: 25px;
  font-size: 16px;
  width: 950px;
}

#content {
  width: 630px;
/*  margin-left: 310px;*/
  margin-top: 10px;
  font-size: 13px;
  float: right;
  margin-right: 13px;
}

#content > h2 {
  margin-top: 0;
}

#content h3, #content h4 {
  margin-bottom: 1em;
}

#content li h4 {
	margin-bottom: 0;
}

#content li p {
	margin-top: 0;
}

#content div.image {
	text-align: center;
}

#content div.image .caption {
	display: block;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a.admin {
	background-color: #a33;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.admin:hover {
	background-color: #e33;
}

p.publishDate {
	color: #999;
	text-align: right;
}