body {
	font: 11px helvetica, arial;
	background: #4D4842;
}

.news {
	position: relative;
	list-style: none;
	width: 450px;
	margin: 0 auto;
	color: #C9C4B1;
}

.news h1 {
	font: normal 22px/28px Lucida Sans Unicode;
}

a {
	text-decoration: underline;
	color: #292929;
}

a:hover {
	text-decoration: none;
}

small {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	display: block;
}

.news ul {
	overflow: hidden;
	background: #E5DAC0;
	padding: 1em;
	border: 1px solid #F1EAD4;
	height: 260px;
	position: relative;
	float: left;
	min-width: 450px;
}

.news ul .thumb{
	height: 100px;
	overflow: hidden;
	float: left;
}

.news ul img {
	border: 1px solid white;
	padding: .2em;
	background: #D6C8B8D ;
	margin-right: .5em;
	width: 100px;
}

.news ul span{
	font-weight: bold;
	color: #FFF;
	background: #60AEA9;
	font-size: 10px;
}

.news ul li {
	clear: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	height: 130px;
}

h4 {
	padding-top: .5em;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

li p {
	color: #474747;
	margin-top: .4em;
}
