#wrap #content #up {
	width: 714px;
	height: 290px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#wrap #content #up #news {
	width: 361px;
	float: left;
	height: 282px;
	padding-top: 3px;
}
#wrap #content #up #news #scroll {
	overflow: hidden;
	height: 244px;
	width: 361px;
}
.div_article{
	border: 1px dashed #cfcfcf;
	width: 339px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.div_line{
	width: 361px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#wrap #content #up #news #nav {
	width: 361px;
	font-family: Arial;
	font-size: 13px;
	color: #555555;
}
#wrap #content #up #news #nav ul {
	padding-top: 17px;
}
#wrap #content #up #news #nav ul li {
	display: inline;
	text-decoration: none;
}
#wrap #content #up #news #nav ul li a {
	text-transform: lowercase;
	padding-right: 5px;
	padding-left: 5px;
}
#wrap #content #up #news #nav ul li a:hover{
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 4px;
}
#wrap #content #up #links {
	float: right;
	width: 332px;
	height: 285px;
}
#wrap #content #down {
	height: 140px;
	width: 714px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}
#wrap #content #down #left {
	float: left;
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}
#wrap #content #down #center {
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}
#wrap #content #down #right {
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	float: right;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}