 
 #news {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px; 
	font-weight: normal;
	font-style : normal;
	color: #333333;
    line-height: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  	margin: 0px;
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 550px;
	min-height:200px;
	max-height:300px;
    min-width: 550px;
    max-width: 1950px;
    overflow : auto;
	list-style-position: inside;
	}
	
  ul { margin: 8px 10px 0px;
    list-style-type : square;
    }

