/*CSS DOCUMENT*/

/*
NEWS PAGE STYLES
*/
#news{
width:100%;
min-height:300px;
position:absolute;
width:638px;
height:396px;
background-color: #E3E3D7;
/*overflow:scroll;*/   /*needs to be auto to get safari to hide x- scroll*/
overflow: auto; 
overflow-x: hidden;
background-image: url(../images/news_star.gif);
background-repeat:no-repeat;
}
#news table{
margin-top:18px;
}
#news td{
padding:3px;
}
