#news, #news2 { 
  position:absolute; 
  left:43px; 
  top:200px;
  height:auto; 
  z-index:20;
  overflow: auto; 
  visibility: visible;
  border: 1px solid #36538E;
  -moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 0 #ddd;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 5px 5px 0 #ddd;
  padding: 5px;
  /* background: */
  /* for IE */
  /* filter:alpha(opacity=60); */
  /* CSS3 standard */
 }

#news {
  width:480px; 
  cursor:pointer;
}

#news::after {
  content: "";
  clear: both;
  display: table;
}


#news .newsImage { 
  float: right;
  width: 210px;
  padding-right: 2px;
  z-index: 100;
 }


#news2 {
  margin-top: 220px;
  left: 590px;
  width: 270px;
  height:auto;
}

/* #news2 img {  */
/*   padding-right: 5px; */
/* } */

/* #news2 table td {  */
/*   padding-top: 0.1ex; */
/*   padding-bottom: 0px; */
/*   padding-right: 1em; */
/*   padding-left: 0px; */
/* } */

/* #news2 table {  */
/*   border-spacing: 0px; */
/* } */

#news em, #news2 em { 
  font-weight:bold;
  color: #36538E;
}

