#news li {
	margin: 24px 0px;
	padding: 0px 0px 16px 0px;
	background: url(../images/ourmethod_bottom.png) no-repeat bottom;
}

#news h2 a {
	display: block;
	width: 680px;
	font-size: 1.4em;
	font-weight: 300;
	color: #9a2b05;
	text-decoration: none;
	text-shadow: #fff 0px 1px;
	padding: 16px 16px 8px 16px;
	background: url(../images/ourmethod_top.png) no-repeat;
}

#news h2 a:hover {
	text-decoration: underline;
}

#news .resume {
	font-size: .8em;
	color: #444;
	line-height: 1.3em;
	background: url(../images/ourmethod_middle.png) repeat-y;
	padding: 0px 16px;
	height: 1%;
}

#news .resume img {
	float: left;
	margin: 3px 12px 6px 0px;
	border: 1px solid #fff;
}

#news .extrainfo {
	padding: 6px 0px;
	text-align: right;
	font-size: .9em;
	color: #444;
}

#news .newdetail .extrainfo {
	text-align: left;
	font-size: .8em;
}

.newdetail h2 {
	font-size: 1.4em;
	font-weight: 300;
	color: #9a2b05;
}

.newdetail .text {
	margin: 6px 0px;
	font-size: .8em;
	color: #444;
	letter-spacing: .1em;
	line-height: 1.4em;
}

.newdetail .text p {
	margin: 12px 0px;
}

.newdetail .text img {
	float: right;
	margin: 0px 0px 12px 12px;
}

