/***************************************************************
Style Sheet for NGEN

Copyright 2008 by NGEN, All Rights Reserved
***************************************************************/

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical !important; 
}

body {
	margin:0;
	padding:20px 0;
	min-width:860px;
}



#container {
	position:relative;
	top:0;
	margin:0 auto;
	padding-top:171px;
	width:860px;
	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;
}