/* news css*/

#content .news {
width: 570px;
border: solid 0px;
float: none;
}
#content .news .newspics .newstoppic a img{
width:200px;
}
#content .news .newspics a img{
width:100px;
}
#content .news .newsstory {
float: left;
width: 410px;
border: solid 0px;
}

#content .news .morenews {
width: 140px;
float: right;
margin:  0px;
border-left: solid 1px #999;
font-size: 90%;
}
#content .news .morenews ul {
display: block;
float: left;
border: 0px;
margin: 0px;
padding: 0px;
}
#content .news .morenews ul li {
list-style: none;
margin:  4px;
background: #fff;
padding: 6px;
}


