/***************************************************************
Style Sheet for WhiteCanyon.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



body {
	margin:0;
	padding:20px 0 124px 0;
	min-width:960px;
}



#container {
	position:relative;
	top:0;
	margin:0 auto;
	padding-top:156px;
	width:960px;
	text-align:center;
}

#content {
	position:relative;
	width:960px;
	text-align:left;
}

#columnWrapper {
	position:relative;
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}
