/*------------------------------------------------------------------------*/
/*     Global Font and Background                                         */
/*------------------------------------------------------------------------*/

body { 
	font: normal 13px/14px Times New Roman, Times New Roman, Times, serif; 
	color: #464646; 
	margin: 0px; 
	padding: 0px; 
	background: url("/style/template/bkg.gif") repeat-x #341008;
	}

