@charset "utf-8";
/* CSS Document */
#container {
	width: 98%;
	padding: 28px 0 0 2%;
	clear: both;
}
#news{
width: 98%;
	min-height:450px;
	height: auto;
	word-wrap: break-word; 
	word-break: normal; 
}

#news .table td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
}