body {
	background-color:#2B2118;
}
#content_for_layout {
	background-color:#4F3D2C;
}
#news {
	margin: 40px;
}
#news ul {
	height: 425px;
}
#news li {
	height:133px;
	overflow: hidden;
	margin-top:5px;
}
#news div.newsitem {
	width:610px;
}
#news div.newspicture {
	width:160px;
	height:120px;
	background-color:white;
	border: 4px solid #A08B37;
}
#news h3 {
	font-family: Georgia;
	font-size:24px;
	letter-spacing:-0.5px;
	padding-left: 10px;
}
#news h3.no-desc {
	margin-top: 46px;
}
#news p {
	font-family: "Trebuchet MS",sans-serif;
	padding-left: 10px;
}