div#subpageskyscraper {
    float: right;
    width: 120px;
}

#news ul {
  background:#ffffff !important;
  list-style:none;
  margin:0px;
  padding:0px;
  float:left;
  width:532px;
}

#news ul li{
  overflow:hidden;
  margin:0px 0px 10px 10px;
  padding-bottom:10x;
  border-bottom:solid 1px #ccc;
}


#news ul li.with-image{
  width:100%;
  overflow:hidden;
}

#news ul li.with-image img{
  float:left;
  margin:0px 5px 5px 0px;
  width:120px;
}

#news ul li p.olddate{
  font-size:0.833em;
  color:#525252;
  font-family:verdana, sans serif,arial;
  font-weight:bold;
}

#news ul li p.date{
  text-align:center;
  display:block;
  float:left;
  margin-right:10px;
  background:#1E1C1B;
  color:#fff;
  font-weight:bold;
  font-size:1.19em;
  font-family:verdana, sans serif,arial;
  font-weight:bold;
  -moz-border-radius:11px;
  -webkit-border-radius:11px;
  border-radius:11px;
  height:55px;
}
#news ul li p.date span{
  display:inline-block;
  width:100%;
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  background:#729835;
  color:#000;
  font-weight:bold;
  font-size:0.833em;
  font-family:verdana, sans serif,arial;
  font-weight:bold;
  -moz-border-radius:8px 8px 0 0 ;
  -webkit-border-radius:8px 8px 0 0 ;
  border-radius:8px 8px 0 0
}


#paging{
  overflow:hidden;
  margin:10px 0px;
  width:100%;
}

#paging #next{
  float:right;
}

#paging #previous{
  float:left;
}
