/* main stylesheet for the site */

/* main body */
body {
	background-color:#fafac6; background-image: url(../template/images/wheat.jpg); text-align:center;}
	
#news_preview {
	background-image: url(../template/images/news_mid.gif);
	margin:10px 0px;}
	#news_preview_top {
		height: 11px;
		background-image: url(../template/images/news_top.gif);
		background-repeat:no-repeat;}
	#news_preview_mid {margin: 0px 10px;}
		#news_preview_mid li {margin-top: 10px;}
	#news_preview_bot {
		height: 11px;
		background-image: url(../template/images/news_bot.gif);
		background-repeat:no-repeat;}
