#information {
	height: 380px;
}

#information #bio {
	width: 910px;
	overflow: hidden;
}

#information #desc { color: white; font-weight: bold;}

#information #image {
	float: left;
	width: 370px;
	height: 380px;
	background: black;
}

#information #body {
	float:right;
	padding:10px;
	width: 510px;
	height: 360px;
	background: #262626;
	font-weight: bold;
	overflow: auto;
}

#information #body p {
	width: 450px;
}

#information ol#items {
	margin: 0px;
	padding: 0px;
	width: 1890px;
	overflow: hidden;
}

#information ol#items li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	width: 240px;
	height: 360px;
	overflow: hidden;
	background: #262626;
}

#information ol#items li .image {
	width: 240px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

#information ol#items li .date {
	font-size: 28px;
	line-height: auto;
	font-weight: bold;
}

#information ol#items li .headline {
	margin: 10px 0 0 0;
	color: white;
	font-weight: bold;
}