body {
	font-family: helvetica,sans-serif;
}

a:link {
	color: #993300;
	text-decoration: none;
}

a:active {
	color: red;
}

a:hover {
	color: red;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

img {
  border: none;
}

#title {
	margin-left: 50px;
	background-image: url("header.jpg");
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
}

#title h1 {
	display: none;
}

#navigation {
	margin-left: 20px;
	float: left;
	width: 175px;
}

#navigation ul li {
	list-style: none;
	padding-bottom: .75em;
}

#primary_content {
	margin-left: 50px;
	width: 700px;
	float: left;
}

#primary_content ul {
  padding: 0;
}

#primary_content #feed ul li {
	list-style: none;
	margin-bottom: 20px;
	padding: 20px;
  background-color: #DAEAEB;
	clear: both;
}

#feed .headline {
  width: 80%;
  font-size: 1.1em;
}

#feed .date {
  float: right;
  margin: 5px;
  color: gray;
  font-weight: bold;
}

#feed div {
  font-size: .95em;
  margin-top: 10px;
}