.list_container {
	width: 382px;
	float: left;
}

.list_top {
	background: url('../images/home_top.jpg') no-repeat;
	width: 382px;
	height: 6px;
}

.list_content {
	height: 380px;
	width: 380px;
	border-right: 1px solid #bc9755;
	border-left: 1px solid #bc9755;
}

.list_content h3 {
	margin: 0px;
	padding: 11px 0px 15px 15px;
}

.list_content ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.list_content ul li {
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
}

.list_content ul li.uneven {
	background-color: #f5f3ec;
}

.list_content ul li .date {
	color: #3588A3;
}

.list_content ul li .txt {
	color: #7E7B77;
}

.list_content ul li .titel {
	color: #BC9655;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 0px;
}

.more_container {
	margin-top: 15px;
}

.more_container .more {
	font-weight: bold;
	color: #BC9655;
	padding-left: 15px;
}

.list_bottom {
	background: url('../images/home_bottom.jpg') no-repeat;
	width: 382px;
	height: 6px;
}