/*------------------------------------------------------------------------*/
/*     Global Font and Background                                         */
/*------------------------------------------------------------------------*/

body { 
	font: normal 12px/15px Arial, Helvetica, sans-serif; 
	color: #63513d; 
	margin: 0px; 
	padding: 0px; 
	background: url("template/bkg.gif") repeat-x #bb8243;
	}

