#news_items a{
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #535353;
	color:#757575;
	text-decoration:none;
}
.clr{
	clear:both;
}
.wrapper{
	width:785px;
	margin:30px auto;
}
.line{
	background-color:#aec2cc;
	border-bottom:1px solid #fff;
	height:1px;
	width:500px;
	margin:20px auto;
}
.content{
	width:250px;
	float:right;
	font-family: 'PT Serif Caption', Georgia, serif;
}
.content p{
	padding:10px 0px;
	color:#8899a2;
	font-size:16px;
	
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.jp-container{
    width:270px;
    height:285px;
    position:relative;
    background:#fff;
    border:1px solid #979797;
	float:left;
	margin-top: 10px;
	
}
.jp-container a{
    padding:12px 17px;
    display:block;
    line-height:20px;
    background-color: #fff;
    border-bottom:1px solid #F2F4F8;
    border-top:1px solid #979797;
}
.jp-container a:first-child{
    border-top:none;
}
.jp-container a:last-child{
    border-bottom:none;
}
.jp-container a:hover{
   background:#e5f2ff;
   border-bottom-color:#ECEFF5;
}
.jp-container a h3{ 
    font-size:14px;
    font-weight:bold;
    padding:2px 0 5px 0;
	text-transform:uppercase;
}
.jp-container a img{
    float:left;
    margin:5px 10px 0px 0px;
    padding:3px;
    background:#fff;
    border:1px solid #D8DFEA;
}
.more{
    font-family: 'PT Serif Caption', Georgia, serif;
	position:relative;
    font-style:italic;
	clear:both;
}
.more ul{
	display:block;
	height:32px;
	text-align:center;
}
.more ul li{
	display:inline;
	padding:2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#5c8aa1;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#fbf9f5;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#79a1b5;
	color:#fff;
	text-shadow:none;
}