body {
	background: #F8F1E6 url(../img/bg-main-home.gif) top left repeat-x;
}

/* News */
table.news{
	height:210px;
	width:100%;
	border-bottom:1px solid #DBBD99;
	margin-bottom:24px;
	border-spacing:0;
}
table.news td{
	vertical-align:bottom;
}
table.news ul{
	list-style:none;	
	width:100%;
}
table.news li{
	font-size:12px;
	font-weight:normal;
	padding:5px 8px 5px 28px;
	border:0;
	border-top: 1px solid #DBBD99;
}
table.news li a{
	color: #722711;	
}

table.news li a:hover{
	text-decoration: underline;	
	color: #000000; 	
}


