#dwcsj_news, #news_lists, figure img{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
}

#dwcsj_news{
	float:right;
	margin-right:10px;
	-moz-box-shadow:2px 2px 5px gray;
	-webkit-box-shadow:2px 2px 5px gray;
	box-shadow:2px 2px 5px gray;
	width:70%;
	height:auto;
	padding:10px;
	font-family:Century Gothic, Tahoma, Verdana;
	text-indent:2em;
	text-align:justify;
	line-height:180%;
	margin-top:20px;
	background-color:white;
	}
	
#news_lists{
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	-moz-box-shadow: 2px 2px 5px gray;
	-webkit-box-shadow: 2px 2px 5px gray;
	box-shadow: 2px 2px 5px gray;
	float: left;
	width: 25%;
	height: 100vh;
	margin-left: 10px;
	margin-top: 19px;
	background-color: white;
	overflow-y: scroll;
	}
	
#news_header{
	text-align:center;
	text-shadow:1px 1px 1px gray;
	font-family:Bookman Old Style;
	background-color:#e4edd8;
	padding:5px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	}

figure img {
  border:15px solid #e4edd8;
  -moz-box-shadow:5px 2px 5px gray;
  -webkit-box-shadow:5px 2px 5px gray;
  box-shadow:5px 2px 5px gray;
  margin-bottom:10px;
  display:block;
  clear:both;
}

section{
	position:relative;
	height:10vh;
	width:932px;
	margin-left:9px;
}
