/***************************************************************
Style Sheet for Tioga Energy

Copyright 2008 by Tioga Energy, All Rights Reserved
***************************************************************/



body {
	margin:0;
	padding:3px 0 40px 0;
	min-width:1006px;
}



#container {
	position:relative;
	top:0;
	margin:0 auto;
	width:1006px;
	text-align:center;
}

#content {
	position:relative;
	width:1006px;
	text-align:left;
}

#columnWrapper {
	position:relative;
	margin:0 8px;
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}
