@charset "UTF-8";
/* CSS Document */

body { 
	font: 78%/1.5 Verdana, Arial, sans-serif;
	background: #c2bab0 url(http://www.nfmt.com/graphics/bkg2.gif) repeat-x;
	text-align: center;  /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */
	padding: 0;
	margin: 0;
}

#news { background: #fff; width: 450px; border: #333 thin solid; text-align: left; margin: 0 auto; }
#button { float: right; font-size: 10px; color: #CCC; }
p {
	margin: 0; 
	padding: 0 15px 0 15px;
	line-height: 150%;
	font-size: 12px;
}
.grey { font-size: 9px; color:#666; padding: 15px 15px 0 15px; }

h1 { font: 24px "Trebuchet MS", Geneva, Verdana; color:#900; padding: 15px 15px 0 15px; display:block; } 
h2 { color: #000; font-size: 14px; padding: 0 15px 0 15px; } 


