/***************************************************************
Style Sheet for WhiteCanyon.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	margin:0;
	padding:0;
	padding-bottom:40px;
	min-width:960px;
}

#container {
	position:relative;
	top:20px;
	margin-right:auto;
	margin-left:auto; 
	padding-top:128px;
	margin-bottom:10px;
	width:960px;

	text-align:left;
}

#content {
	position:relative;
	margin-bottom:0px;
}

#columnWrapper {
	position:relative;
}

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}