#contentheader {
	width:80.0em;
	margin-bottom:16px;
}

#container {
  width:80em;
}

#content {
  width:55em;
  float:left;
  padding:1em 0 0 1.5em;
}

#content .item {
	padding: 0;
	margin: 0 2.45em 1.5em 0;
	line-height: 1.5em;
	float: left;
	width: 25em;
}

#content .item p a {
  color:#333;
}

#content .item h2 {
	padding:0em;
	margin:0em;
	color:#333;
	font-size:1.33em;
}
#content .item h2 a {
	color: #333;
	text-decoration: none;
}
#content .item h2 a:hover {
	color: #999;
}

#content .item h3 {
	font-size:0.8em;
	font-weight:normal;
	color:#333;
}

#content .item img {
	float:left;
	width:7em;
	height:7em;
	margin-right:0.75em;
}

#rightbox {
  width:18.55em;
  padding-right:1.5em;
  float:right;
}

#content .item a.more {
	display:block;
	margin-top:0.5em;
	text-decoration:none;
	color:#C00F0F;
}

#content .item a.more:hover {
	text-decoration:underline;
}