@charset "utf-8";

#topImg{
  width: 960px;
  margin: 0 -30px;
}

#news dl:after{
	content:",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news dl{
  display: inline-block;
  width: 640px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #CCC;
}
      #news dt{
         float: left;
         clear: both;
      		width: 100px;
        	padding: 5px 0 12px 50px;
        	margin-top: 0;
        	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      		
      }
								#news dt.newsissue{
									background: transparent url(../images/bur_news.gif) no-repeat 0 0.3em;
								}
								#news dt.topicsissue{
									background: transparent url(../images/bur_topics.gif) no-repeat 0 0.3em;
								}
      					#news dd{
      						margin: 0;
      						padding: 5px 0 0;
      						overflow: hidden;
      						_zoon: 1;
      					}
            					#news dd.newsPhoto{
              					float: right;
              					margin-left: 10px;
              					padding: 2px;
              					border: 1px solid #CCC;
              				}
                          	#news dd.newsPhoto a{
                    					display: block;
                    				}
					

