/* Color and Background Styles */

body {
	color:black;
	background:navy url("../backgrnd/bluegrnt3.jpg");
	}
	
#runner {
	color:black;
	background:#900 url("../backgrnd/rdsand2.gif");
	}
	
#mastcontent, #centercol, #leftcol, #rightcol, #bottomcontent {
	color:black;
	background:#cff url("../backgrnd/b_blond.jpg");
	}

/* End Color and Background Styles */

