/*
-------------------------------------------------
*
*	Project:	Red Bull Open Ice 2010
*	File:		global.css
*
*
-------------------------------------------------
*/

/* --------------------------
	I: Small Reset
*/
html, body, h1, h2, h3, h4, h5, h6, p,
div, span, ul, li, input, img, a, textarea {
	border:0 none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin:0;
	outline:0 none;
	padding:0;
}
body { background:#bab8ac url(../images/faded_bg.jpg) no-repeat center top; }

/* --------------------------
	II: Common Classes
*/
.clear      		{ clear:both; }
.float_left 		{ float:left; }
.float_right		{ float:right; }