/***************************************************************
Style Sheet for Pinewoods Resort

Copyright 2008 by Pinewoods Resort, All Rights Reserved
***************************************************************/



body {
	margin:0;
	padding:50px 0;
	min-width:1000px;
}



#container {
	position:relative;
	top:0;
	margin:0 auto;
	padding-top:251px;
	width:1000px;
	text-align:left;
}

#content {
	position:relative;
	margin-left:20px;
}

#columnWrapper {
	position:relative;
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}

/*-------------- Misc. -----------------------*/

