/*
 *	Styling reset
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 *	
 *	Notes: Allows more uniform & reliable rendering
 *		across web browsers
 */

* {
	margin: 0px; padding: 0px; border: 0px none; outline: 0px none;
}

