@CHARSET "ISO-8859-1";
#footer-wrap{
	margin-top: 20px;
}
#footer{
	padding: 8px 4px;
	overflow: hidden;
	color: #FFFFFF;
}
	#footer table td#news{
		width: 62%;
	}
	#footer table td#about-us, td#resources{
		width: 16%;
	}
	
	#footer table td{
		border-right: 1px solid #FFFFFF;
		padding: 0 6px 0 12px;

	}
	#footer table td.last{
		border-right: none;
	}
		#footer table ul li{
			list-style-type: disc;
			margin: 2px 0 2px 14px;
		}

			#footer table ul li .bracket{
				margin: 0 8px;
			}
			#footer table ul li a{
				color: #FFFFFF;
			}
		#footer table h4{
			font-weight: bold;
		}