/***************************************************************
Style Sheet for Sunstone Engineering

Copyright 2008 by Sunstone Engineering, All Rights Reserved
***************************************************************/



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



#container {
	position:relative;
	top:0;
	margin:0 auto;
	padding-top:205px;
	width:960px;
	text-align:center;
}

#content {
	position:relative;
	text-align:left;
}

#columnWrapper {
	position:relative;
}



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

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



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