/* the news box */
#news {
	margin-left: 8px;
	background:transparent;
    width:96%;
    float:left;
    height: 200px;
}
/*
  #news a {
  color:gray;
  }
  #news a:hover {
  color:#000000;
  }
  #news ul {
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  }
  #news ul li:hover {
  margin:0 !important;
  }
  #news li {
  background-image:none !important;
  line-height:1.5em;
  color:#000000;
  height:auto;
  padding-left:4px !important;
  }
  #news p {
  line-height:1.5em;
  color:#000000;
  padding-bottom:2px;
  margin-bottom:16px;
  height:auto;
  float:left;
  }
  #news li h1 {
  font-size: 13px;
  color:#000000;
  padding:0 !important;
  }
  #news li h2 {
  font-size: 11px;
  text-align:justify;
  color:#b10604;
  line-height:8px;
  padding:0 !important;
  }
  #news li a {
  color:#b10604;
  font-size: 10px;
  vertical-align:bottom !important;
  }
 */
#news li p {
    margin-top:0;
    margin-bottom:12px;
}
#news li img {
    border:none;
    padding:3px;
    padding-right:0;
    float:right;
}
/* the news box when JavaScript is available */
#news.hasJS {
    height:175px;
    padding:0;
    overflow:hidden;
    position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
    position:absolute;
    top:58px;
    left:0;
    margin:0;
    padding:0;
}

